Revision [936]
Last edited on 2009-11-18 16:09:14 by FsseInfoAdditions:
==install rrdutils==
add DagWieers repo to your yum repos then
add DagWieers repo to your yum repos then
Deletions:
add dags repo to your yum repos then
Revision [898]
Edited on 2009-10-06 00:22:50 by FsseInfoAdditions:
To run Webmin Historic System Statistics you will first need to install perl rrd tools (rrdtool) and utilities
add dags repo to your yum repos then
WebMin > System > Historic System Statistics (assuming your webmin port is 10000)
WebMin > System > Historic System Statistics
add dags repo to your yum repos then
WebMin > System > Historic System Statistics (assuming your webmin port is 10000)
WebMin > System > Historic System Statistics
Deletions:
add dags repo to yum repos then
==perl rrd==
assuming your webmin port is 10000
Revision [897]
Edited on 2009-10-06 00:14:41 by FsseInfoAdditions:
>>===Webmin System | Historic System Statistics===
before installing Webmin Historic System Statistics you will first need perl rrd tools (rrdtool)
==download webminstats==
$ wget http://sourceforge.net/projects/webminstats/files/Sysstats/1.4/sysstats-1.4.tgz/download
==install webminstats into webmin==
run webmin and click on add third party module and point to the sysstats.tgz you just downloaded
==configure webminstats==
==use webminstats==
before installing Webmin Historic System Statistics you will first need perl rrd tools (rrdtool)
==download webminstats==
$ wget http://sourceforge.net/projects/webminstats/files/Sysstats/1.4/sysstats-1.4.tgz/download
==install webminstats into webmin==
run webmin and click on add third party module and point to the sysstats.tgz you just downloaded
==configure webminstats==
==use webminstats==
Deletions:
before installing WebminStats you will first need perl rrd tools (rrdtool)
==install webminstats itself==
click on add third party module inside webmin itself and point to sysstats tgz
==configure==
==use==
Revision [895]
Edited on 2009-10-05 10:57:27 by FsseInfoAdditions:
>>===Webmin System Statistics===
==rrd install==
add dags repo to yum repos then
# yum install rrdutils
click on add third party module inside webmin itself and point to sysstats tgz
==configure==
assuming your webmin port is 10000
==rrd install==
add dags repo to yum repos then
# yum install rrdutils
click on add third party module inside webmin itself and point to sysstats tgz
==configure==
assuming your webmin port is 10000
Deletions:
click on add third party module inside webmin itself and then goto
Revision [610]
Edited on 2008-05-23 12:55:20 by FsseInfoAdditions:
before installing WebminStats you will first need perl rrd tools (rrdtool)
==perl rrd==
[[WebminStatsCent3 CentOS / Oracle Ent / Red Hat RHEL 3 rrd installation instructions]]
[[WebminStatsCent4 CentOS / Oracle Ent / Red Hat RHEL 4 rrd installation instructions]]
[[WebminStatsCent5 CentOS / Oracle Ent / Red Hat RHEL 5 rrd installation instructions]]
==perl rrd==
[[WebminStatsCent3 CentOS / Oracle Ent / Red Hat RHEL 3 rrd installation instructions]]
[[WebminStatsCent4 CentOS / Oracle Ent / Red Hat RHEL 4 rrd installation instructions]]
[[WebminStatsCent5 CentOS / Oracle Ent / Red Hat RHEL 5 rrd installation instructions]]
Deletions:
before installing WebminStats you will first need RRD tools (rrdtool)
===centos 3 / oracle enterprise 3 / red hat rhel 3===
==download rrd==
# http_proxy=myproxy.com:8080 wget http://dag.wieers.com/rpm/packages/rrdtool/rrdtool-1.0.50-3.el3.rf.i386.rpm
# http_proxy=myproxy.com:8080 wget http://dag.wieers.com/rpm/packages/rrdtool/perl-rrdtool-1.0.50-3.el3.rf.i386.rpm
==install rrd==
# rpm -ivh rrdtool-1.0.50-3.el3.rf.i386.rpm
# rpm -ivh perl-rrdtool-1.0.50-3.el3.rf.i386.rpm
===centos 4 / oracle enterprise 4 / red hat rhel 4===
==download rrd==
get dag wieers rpm key
# http_proxy=myproxy.com:8080 wget http://dag.wieers.com/rpm/packages/RPM-GPG-KEY.dag.txt
import dag wieers rpm key
# rpm --import RPM-GPG-KEY.dag.txt
install perl-time
# yum install perl-Time-HiRes
# http_proxy=myproxy.com:8080 wget http://dag.wieers.com/rpm/packages/rrdtool/rrdtool-1.2.23-1.el4.rf.i386.rpm
# http_proxy=myproxy.com:8080 wget http://dag.wieers.com/rpm/packages/rrdtool/perl-rrdtool-1.2.23-1.el4.rf.i386.rpm
==install rrd==
because of a circular rpm dependancy in rhel 4 rpms
# yum install rrdtool-1.2.23-1.el4.rf.i386.rpm perl-rrdtool-1.2.23-1.el4.rf.i386.rpm
===centos 5 / oracle enterprise 5 / red hat rhel 5===
==download rrd==
# http_proxy=myproxy:8080 wget http://dag.wieers.com/rpm/packages/rrdtool/rrdtool-1.2.23-1.el5.rf.i386.rpm
# http_proxy=myproxy:8080 wget http://dag.wieers.com/rpm/packages/rrdtool/perl-rrdtool-1.0.50-3.el5.rf.i386.rpm
==install rrd==
because of a circular rpm dependancy in rhel 5 rpms
# rpm -ivh perl-rrdtool-1.2.23-1.el5.rf.i386.rpm
warning: perl-rrdtool-1.2.23-1.el5.rf.i386.rpm: Header V3 DSA signature: NOKEY, key ID 6b8d79e6
error: Failed dependencies:
librrd.so.2 is needed by perl-rrdtool-1.2.23-1.el5.rf.i386
rrdtool = 1.2.23 is needed by perl-rrdtool-1.2.23-1.el5.rf.i386
# rpm -ivh rrdtool-1.2.23-1.el5.rf.i386.rpm
warning: rrdtool-1.2.23-1.el5.rf.i386.rpm: Header V3 DSA signature: NOKEY, key ID 6b8d79e6
error: Failed dependencies:
perl(RRDp) is needed by rrdtool-1.2.23-1.el5.rf.i386
perl(RRDs) is needed by rrdtool-1.2.23-1.el5.rf.i386
you must install both RPMs at the same time
# rpm -ivh rrdtool-1.2.23-1.el5.rf.i386.rpm perl-rrdtool-1.2.23-1.el5.rf.i386.rpm
Revision [606]
Edited on 2008-05-23 12:46:26 by FsseInfoAdditions:
# yum install rrdtool-1.2.23-1.el4.rf.i386.rpm perl-rrdtool-1.2.23-1.el4.rf.i386.rpm
Deletions:
Revision [605]
Edited on 2008-05-23 12:42:17 by FsseInfoAdditions:
===centos 4 / oracle enterprise 4 / red hat rhel 4===
get dag wieers rpm key
# http_proxy=myproxy.com:8080 wget http://dag.wieers.com/rpm/packages/RPM-GPG-KEY.dag.txt
import dag wieers rpm key
# rpm --import RPM-GPG-KEY.dag.txt
install perl-time
# yum install perl-Time-HiRes
# http_proxy=myproxy.com:8080 wget http://dag.wieers.com/rpm/packages/rrdtool/rrdtool-1.2.23-1.el4.rf.i386.rpm
# http_proxy=myproxy.com:8080 wget http://dag.wieers.com/rpm/packages/rrdtool/perl-rrdtool-1.2.23-1.el4.rf.i386.rpm
because of a circular rpm dependancy in rhel 4 rpms
# rpm -ivh rrdtool-1.2.23-1.el4.rf.i386.rpm perl-rrdtool-1.2.23-1.el4.rf.i386.rpm
get dag wieers rpm key
# http_proxy=myproxy.com:8080 wget http://dag.wieers.com/rpm/packages/RPM-GPG-KEY.dag.txt
import dag wieers rpm key
# rpm --import RPM-GPG-KEY.dag.txt
install perl-time
# yum install perl-Time-HiRes
# http_proxy=myproxy.com:8080 wget http://dag.wieers.com/rpm/packages/rrdtool/rrdtool-1.2.23-1.el4.rf.i386.rpm
# http_proxy=myproxy.com:8080 wget http://dag.wieers.com/rpm/packages/rrdtool/perl-rrdtool-1.2.23-1.el4.rf.i386.rpm
because of a circular rpm dependancy in rhel 4 rpms
# rpm -ivh rrdtool-1.2.23-1.el4.rf.i386.rpm perl-rrdtool-1.2.23-1.el4.rf.i386.rpm
Revision [602]
Edited on 2008-05-22 14:43:46 by FsseInfoAdditions:
>>http://www.webmin.com/
http://webminstats.sourceforge.net/
===centos 3 / oracle enterprise 3 / red hat rhel 3===
==download rrd==
# http_proxy=myproxy.com:8080 wget http://dag.wieers.com/rpm/packages/rrdtool/rrdtool-1.0.50-3.el3.rf.i386.rpm
# http_proxy=myproxy.com:8080 wget http://dag.wieers.com/rpm/packages/rrdtool/perl-rrdtool-1.0.50-3.el3.rf.i386.rpm
==install rrd==
# rpm -ivh rrdtool-1.0.50-3.el3.rf.i386.rpm
# rpm -ivh perl-rrdtool-1.0.50-3.el3.rf.i386.rpm
===centos 5 / oracle enterprise 5 / red hat rhel 5===
==download rrd==
==install rrd==
because of a circular rpm dependancy in rhel 5 rpms
click on add third party module inside webmin itself and then goto
http://webminstats.sourceforge.net/
===centos 3 / oracle enterprise 3 / red hat rhel 3===
==download rrd==
# http_proxy=myproxy.com:8080 wget http://dag.wieers.com/rpm/packages/rrdtool/rrdtool-1.0.50-3.el3.rf.i386.rpm
# http_proxy=myproxy.com:8080 wget http://dag.wieers.com/rpm/packages/rrdtool/perl-rrdtool-1.0.50-3.el3.rf.i386.rpm
==install rrd==
# rpm -ivh rrdtool-1.0.50-3.el3.rf.i386.rpm
# rpm -ivh perl-rrdtool-1.0.50-3.el3.rf.i386.rpm
===centos 5 / oracle enterprise 5 / red hat rhel 5===
==download rrd==
==install rrd==
because of a circular rpm dependancy in rhel 5 rpms
click on add third party module inside webmin itself and then goto
Deletions:
==download rpm dependancies==
==install circular rpm dependancies==
and because of a circular rpm dependancy
finally goto
https://mysite.com:10000/sysstats/index.cgi
Revision [599]
Edited on 2008-05-22 12:45:32 by FsseInfoAdditions:
==use==
https://mysite.com:10000/sysstats/index.cgi
https://mysite.com:10000/sysstats/index.cgi
Revision [598]
Edited on 2008-05-22 12:44:29 by FsseInfoAdditions:
http://dag.wieers.com/rpm/packages/rrdtool/
before installing WebminStats you will first need RRD tools (rrdtool)
before installing WebminStats you will first need RRD tools (rrdtool)
Deletions:
Revision [597]
Edited on 2008-05-22 12:40:31 by FsseInfoAdditions:
==download rpm dependancies==
==install circular rpm dependancies==
==install webminstats itself==
==install circular rpm dependancies==
==install webminstats itself==
Deletions:
Revision [596]
Edited on 2008-05-22 12:38:45 by FsseInfoAdditions:
===install==
finally goto
https://mysite.com:10000/sysstats/
finally goto
https://mysite.com:10000/sysstats/
Revision [595]
Edited on 2008-05-22 12:37:09 by FsseInfoAdditions:
and because of a circular rpm dependancy
# rpm -ivh perl-rrdtool-1.2.23-1.el5.rf.i386.rpm
warning: perl-rrdtool-1.2.23-1.el5.rf.i386.rpm: Header V3 DSA signature: NOKEY, key ID 6b8d79e6
error: Failed dependencies:
librrd.so.2 is needed by perl-rrdtool-1.2.23-1.el5.rf.i386
rrdtool = 1.2.23 is needed by perl-rrdtool-1.2.23-1.el5.rf.i386
# rpm -ivh rrdtool-1.2.23-1.el5.rf.i386.rpm
warning: rrdtool-1.2.23-1.el5.rf.i386.rpm: Header V3 DSA signature: NOKEY, key ID 6b8d79e6
error: Failed dependencies:
perl(RRDp) is needed by rrdtool-1.2.23-1.el5.rf.i386
perl(RRDs) is needed by rrdtool-1.2.23-1.el5.rf.i386
you must install both RPMs at the same time
# rpm -ivh perl-rrdtool-1.2.23-1.el5.rf.i386.rpm
warning: perl-rrdtool-1.2.23-1.el5.rf.i386.rpm: Header V3 DSA signature: NOKEY, key ID 6b8d79e6
error: Failed dependencies:
librrd.so.2 is needed by perl-rrdtool-1.2.23-1.el5.rf.i386
rrdtool = 1.2.23 is needed by perl-rrdtool-1.2.23-1.el5.rf.i386
# rpm -ivh rrdtool-1.2.23-1.el5.rf.i386.rpm
warning: rrdtool-1.2.23-1.el5.rf.i386.rpm: Header V3 DSA signature: NOKEY, key ID 6b8d79e6
error: Failed dependencies:
perl(RRDp) is needed by rrdtool-1.2.23-1.el5.rf.i386
perl(RRDs) is needed by rrdtool-1.2.23-1.el5.rf.i386
you must install both RPMs at the same time