Skip to content

Commit

Permalink
GAUGE not DERIVE. DERP!
Browse files Browse the repository at this point in the history
git-svn-id: http://www.observium.org/svn/observer/trunk@3097 61d68cd4-352d-0410-923a-c4978735b2b8
  • Loading branch information
Adam Amstrong committed Apr 27, 2012
1 parent 8503597 commit 2e2d60f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/polling/applications/memcached.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

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 \
Expand Down

0 comments on commit 2e2d60f

Please sign in to comment.