Revision [2361]
Last edited on 2009-07-03 20:28:59 by WikiAdminAdditions:
Ref: http://www.rene.bz/2009/04/16/graphing-your-servers-motherboard-temperature-and-fan-rpm-speeds
%%(bash;sensors.sh)
#!/bin/bash
sensors | grep Core | awk '{print $1$2$3}' | tr '\n\+\°' ' ' | sed s/\ C\ //g | sed s/\:\ /\:/g
%%(bash;sensors.sh)
#!/bin/bash
sensors | grep Core | awk '{print $1$2$3}' | tr '\n\+\°' ' ' | sed s/\ C\ //g | sed s/\:\ /\:/g
Deletions:
Revision [2360]
Edited on 2009-07-03 19:39:55 by WikiAdminAdditions:
==sensors==
http://www.wlug.org.nz/CactiLMSensors
http://www.wlug.org.nz/CactiLMSensors
Revision [2358]
Edited on 2009-07-03 10:25:48 by WikiAdminAdditions:
Ref: $CACTI_HOME/docs/txt/manual.txt
Revision [2357]
Edited on 2009-07-03 10:25:05 by WikiAdminAdditions:
==Install==
1) Download cacti, extract to a location where your web server can serve
1) Create the cacti database, import the cacti.sql file
1) Create the database user and grant access to the cacti database
1) Create a cacti shell user, chown cacti:cacti $CACTI_HOME/log $CACTI_HOME/rra
1) Schedule $CACTI_HOME/poller.php to run every 5min
1) Run the cacti installer by going to http://server/cacti/install/
1) Default password is admin/admin
==snmp==
1) Download cacti, extract to a location where your web server can serve
1) Create the cacti database, import the cacti.sql file
1) Create the database user and grant access to the cacti database
1) Create a cacti shell user, chown cacti:cacti $CACTI_HOME/log $CACTI_HOME/rra
1) Schedule $CACTI_HOME/poller.php to run every 5min
1) Run the cacti installer by going to http://server/cacti/install/
1) Default password is admin/admin
==snmp==