Fixed jids option in munin plugin
This commit is contained in:
parent
4c1fcb4344
commit
a6296517aa
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ jids = []
|
|||
|
||||
base = os.environ.get( 'base', '/etc/spectrum' )
|
||||
if 'jids' in os.environ.keys():
|
||||
jids = os.environ.get( 'cfgs' ).split(',')
|
||||
jids = os.environ.get( 'jids' ).split(',')
|
||||
else:
|
||||
proc = Popen(['spectrum2_manager', 'list'], stdout=PIPE, stderr=PIPE)
|
||||
out, err = proc.communicate()
|
||||
|
|
Loading…
Add table
Reference in a new issue