mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
updates to application pollers. addition of mailscanner application poller. from Dennis de Houx
git-svn-id: http://www.observium.org/svn/observer/trunk@2634 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -15,16 +15,16 @@ list ($stratum, $offset, $frequency, $jitter, $noise, $stability, $uptime, $buff
|
||||
if (!is_file($rrd_filename))
|
||||
{
|
||||
rrdtool_create($rrd_filename, "--step 300 \
|
||||
DS:stratum:GAUGE:600:-100:125000000000 \
|
||||
DS:offset:GAUGE:600:-100:125000000000 \
|
||||
DS:frequency:GAUGE:600:-100:125000000000 \
|
||||
DS:jitter:GAUGE:600:-100:125000000000 \
|
||||
DS:noise:GAUGE:600:-100:125000000000 \
|
||||
DS:stability:GAUGE:600:-100:125000000000 \
|
||||
DS:stratum:GAUGE:600:-1000:1000 \
|
||||
DS:offset:GAUGE:600:-1000:1000 \
|
||||
DS:frequency:GAUGE:600:-1000:1000 \
|
||||
DS:jitter:GAUGE:600:-1000:1000 \
|
||||
DS:noise:GAUGE:600:-1000:1000 \
|
||||
DS:stability:GAUGE:600:-1000:1000 \
|
||||
DS:uptime:GAUGE:600:0:125000000000 \
|
||||
DS:buffer_recv:GAUGE:600:0:125000000000 \
|
||||
DS:buffer_free:GAUGE:600:0:125000000000 \
|
||||
DS:buffer_used:GAUGE:600:0:125000000000 \
|
||||
DS:buffer_recv:GAUGE:600:0:100000 \
|
||||
DS:buffer_free:GAUGE:600:0:100000 \
|
||||
DS:buffer_used:GAUGE:600:0:100000 \
|
||||
DS:packets_drop:DERIVE:600:0:125000000000 \
|
||||
DS:packets_ignore:DERIVE:600:0:125000000000 \
|
||||
DS:packets_recv:DERIVE:600:0:125000000000 \
|
||||
|
Reference in New Issue
Block a user