Changeset - a6296517aa0d
[Not reviewed]
0 1 0
HanzZ - 13 years ago 2013-02-01 11:38:39
hanzz.k@gmail.com
Fixed jids option in munin plugin
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
munin/spectrum2_
Show inline comments
 
@@ -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()
0 comments (0 inline, 0 general)