mirror of
https://github.com/opinkerfi/nagios-plugins.git
synced 2024-11-22 10:23:46 +01:00
This commit is contained in:
parent
5f68c6b671
commit
ae860c58be
@ -143,7 +143,7 @@ def runCommand(command):
|
||||
proc = subprocess.Popen(command, shell=True, stdout=subprocess.PIPE,stderr=subprocess.PIPE,)
|
||||
stdout, stderr = proc.communicate('through stdin to stdout')
|
||||
if proc.returncode > 0:
|
||||
print "Errorcode %s on command '%s' (%s)" % (proc.returncode,command, stderr.strip())
|
||||
print "Error %s: %s\n command was: '%s'" % (proc.returncode,stderr.strip(),command)
|
||||
#print stderr, stdout
|
||||
exit(unknown)
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user