Adds some basic NFSEN integration support. by falz.

git-svn-id: http://www.observium.org/svn/observer/trunk@2033 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2011-04-07 19:07:47 +00:00
parent 1760eff9df
commit 9b1ec8050d
8 changed files with 116 additions and 7 deletions
+5 -1
View File
@@ -153,6 +153,10 @@ $config['billing']['bill_autoadd'] = 0; # Enable Auto-add bill per bill_id
$config['rancid_ignorecomments'] = 0; # Ignore lines starting with #
#$config['collectd_dir'] = '/var/lib/collectd/rrd';
# NFSen RRD dir.
$config['nfsen_enable'] = 0;
#$config['nfsen_split_char'] = "_";
#$config['nfsen_rrds'] = "/var/nfsen/profiles-stat/live/";
### Ignores & Allows
@@ -226,4 +230,4 @@ $config['astext'][65333] = "Cymru Bogon Feed";
### What should we warn about?
$config['warn']['ifdown'] = false;
?>
?>