From 567d6d9e69f43b5896262723a65807a566949356 Mon Sep 17 00:00:00 2001 From: "Thomas R. N. Jansson" Date: Thu, 29 Jul 2010 13:55:24 +0200 Subject: [PATCH] Uses GAUGE instead of DERIVE - fix'es bad plot. --- plugins/other/netapp_if_ | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/other/netapp_if_ b/plugins/other/netapp_if_ index 57fa0f7c..c1bf4273 100755 --- a/plugins/other/netapp_if_ +++ b/plugins/other/netapp_if_ @@ -49,7 +49,6 @@ if len(sys.argv) == 2 and sys.argv[1] == "config": print 'graph_info This graph shows traffic for the '+ifacename+' network interface.' print 'recv.label recv' - print 'recv.type DERIVE' print 'recv.graph no' print 'recv.cdef recv,8,*' print 'recv.max 2000000000' @@ -57,7 +56,6 @@ if len(sys.argv) == 2 and sys.argv[1] == "config": print 'send.info Bits sent/received by the '+ifacename+' interface.' print 'send.label bps' - print 'send.type DERIVE' print 'send.negative recv' print 'send.cdef send,8,*' print 'send.max 2000000000'