mirror of
https://github.com/opinkerfi/nagios-plugins.git
synced 2026-02-05 22:55:17 +01:00
This commit is contained in:
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user