Revision [2361]

Last edited on 2009-07-03 20:28:59 by WikiAdmin
Additions:
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
Deletions:
http://www.wlug.org.nz/CactiLMSensors


Revision [2360]

Edited on 2009-07-03 19:39:55 by WikiAdmin
Additions:
==sensors==
http://www.wlug.org.nz/CactiLMSensors


Revision [2358]

Edited on 2009-07-03 10:25:48 by WikiAdmin
Additions:
Ref: $CACTI_HOME/docs/txt/manual.txt


Revision [2357]

Edited on 2009-07-03 10:25:05 by WikiAdmin
Additions:
==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==


Revision [1948]

The oldest known version of this page was created on 2008-09-13 00:20:57 by WikiAdmin
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki