From 3bfa13e64ef84d55f35aa03ddb1962d2d3d4cd65 Mon Sep 17 00:00:00 2001 From: Camille Dehecq Date: Wed, 1 Oct 2014 19:13:47 +0200 Subject: [PATCH] Add graph_total --- contrib/munin/weboob-generic | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/munin/weboob-generic b/contrib/munin/weboob-generic index d9bc325f..22ddbd77 100755 --- a/contrib/munin/weboob-generic +++ b/contrib/munin/weboob-generic @@ -278,6 +278,8 @@ class GenericMuninPlugin(object): self.write_output('graph_vlabel %s' % self.vlabel.encode('iso-8859-15')) self.write_output('graph_category %s') % self.category self.write_output('graph_args --rigid') + if self.cumulate: + self.write_output('graph_total Total') try: objects = [] if self.tomonitore or self.exclude: