mirror of
https://github.com/opinkerfi/nagios-plugins.git
synced 2025-04-03 06:33:40 +02:00
This commit is contained in:
parent
821d8654df
commit
a6dc1900c7
@ -121,7 +121,7 @@ def main():
|
||||
usage()
|
||||
sys.exit()
|
||||
|
||||
clustatOutput = os.popen('clustat -fx')
|
||||
clustatOutput = os.popen('/usr/sbin/clustat -fx')
|
||||
dom = xml.dom.minidom.parse(clustatOutput)
|
||||
|
||||
if typeCheck == 'cluster':
|
||||
|
Loading…
Reference in New Issue
Block a user