mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
GAUGE not DERIVE. DERP!
git-svn-id: http://www.observium.org/svn/observer/trunk@3097 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -8,7 +8,7 @@ echo("memcached(".$app['app_instance'].") ");
|
||||
|
||||
if (!is_file($rrd_filename)) {
|
||||
rrdtool_create ($rrd_filename, "--step 300 \
|
||||
DS:uptime:DERIVE:600:0:125000000000 \
|
||||
DS:uptime:GAUGE:600:0:125000000000 \
|
||||
DS:threads:GAUGE:600:0:125000000000 \
|
||||
DS:rusage_user_ms:DERIVE:600:0:125000000000 \
|
||||
DS:rusage_system_ms:DERIVE:600:0:125000000000 \
|
||||
|
Reference in New Issue
Block a user