1
0
mirror of https://github.com/opinkerfi/nagios-plugins.git synced 2024-09-28 16:33:46 +02:00
This commit is contained in:
Tómas Edwardsson 2010-12-20 15:43:57 +00:00
parent 821d8654df
commit a6dc1900c7

View File

@ -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':