Do not start every graph to 0 / Use rigid
This commit is contained in:
parent
96033a3a89
commit
4f10915546
1 changed files with 1 additions and 1 deletions
|
|
@ -190,7 +190,7 @@ class GenericMuninPlugin(object):
|
|||
self.write_output('graph_title %s' % self.title.encode('iso-8859-15'))
|
||||
self.write_output('graph_vlabel %s' % self.vlabel.encode('iso-8859-15'))
|
||||
self.write_output('graph_category weboob')
|
||||
self.write_output('graph_args -l 0')
|
||||
self.write_output('graph_args --rigid')
|
||||
try:
|
||||
objects = []
|
||||
if self.tomonitore or self.exclude:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue