Add graph_total
This commit is contained in:
parent
6450c91647
commit
3bfa13e64e
1 changed files with 2 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue