Initial commit.

This commit is contained in:
2014-06-10 14:35:54 -04:00
commit 99da7b05f7
5 changed files with 229 additions and 0 deletions
Executable
+6
View File
@@ -0,0 +1,6 @@
INTERFACES=( eth0 eth1 )
DISKS=( sda sdb md0 )
RRDDIR="/usr/local/rrd/"
GRAPHDIR="/usr/local/graphs/"
RRDTOOL="/usr/bin/rrdtool"
IOSTAT="/usr/bin/iostat"