RRD scripts I cooked up
Go to file
Leander Hutton 430ef27cf5 Updated update_graphs, remove some testing stuff, added further instructions to README. 2014-06-10 14:51:32 -04:00
README Updated update_graphs, remove some testing stuff, added further instructions to README. 2014-06-10 14:51:32 -04:00
rrd_config Initial commit. 2014-06-10 14:35:54 -04:00
rrd_init_databases.sh Initial commit. 2014-06-10 14:35:54 -04:00
update_graphs.sh Updated update_graphs, remove some testing stuff, added further instructions to README. 2014-06-10 14:51:32 -04:00
update_rrds.sh Initial commit. 2014-06-10 14:35:54 -04:00

README

RRD Scripts
v0.1

leander@one-button.org
www.one-button.org

Graphs load average, disk usage, and network throughput.

Something simple I put together for some basic graphs, not a Cacti replacement.  Requires RRD and presumably some web server to display the graphs.

Make sure you adjust the settings in the rrd_config file before you install.

Run the rrd_init_databases.sh to intialize the databases, then run ./update_rrds.sh &.  You may want to put that in rc.local or some equivalent so it runs on boot.

Add the rrd_config path to update_graphs.sh

To have the graphs generated automatically add something like

*/5     *       *       *       *       /path/to/rrd_scripts/update_graphs.sh > /dev/null 2>&1 

to your crontab.