From 2e2d60f6ac4bc38cf000478bcf91d62bbb74944c Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Fri, 27 Apr 2012 17:36:00 +0000 Subject: [PATCH] GAUGE not DERIVE. DERP! git-svn-id: http://www.observium.org/svn/observer/trunk@3097 61d68cd4-352d-0410-923a-c4978735b2b8 --- includes/polling/applications/memcached.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/polling/applications/memcached.inc.php b/includes/polling/applications/memcached.inc.php index 368461061..845c4719a 100644 --- a/includes/polling/applications/memcached.inc.php +++ b/includes/polling/applications/memcached.inc.php @@ -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 \