diff --git a/check_hpacucli/trunk/check_hpacucli.py b/check_hpacucli/trunk/check_hpacucli.py index c31596b..f3a7977 100644 --- a/check_hpacucli/trunk/check_hpacucli.py +++ b/check_hpacucli/trunk/check_hpacucli.py @@ -88,6 +88,7 @@ def runCommand(command): stdout, stderr = proc.communicate('through stdin to stdout') if proc.returncode > 0: print "Error %s: %s\n command was: '%s'" % (proc.returncode,stderr.strip(),command) + debug("results: %s" % (stdout.strip() ) if proc.returncode == 127: # File not found, lets print path path=getenv("PATH") print "Check if your path is correct %s" % (path) diff --git a/nsclient.zip b/nsclient.zip index 942b3fa..4fae7c3 100644 Binary files a/nsclient.zip and b/nsclient.zip differ diff --git a/nsclient/trunk/NSC.ini b/nsclient/trunk/NSC.ini index 2a90093..e80738b 100755 --- a/nsclient/trunk/NSC.ini +++ b/nsclient/trunk/NSC.ini @@ -37,6 +37,7 @@ get_time=scripts/date.exe +%s get_netstat=netstat -an get_ifconfig=ipconfig /all get_systeminfo=cmd scripts/get_systeminfo.bat +get_computername=cmd scripts/get_computername.bat check_exchange_mailbox=cmd /c scripts\check_exchange\test.bat check_ad=cmd /c scripts\check_ad\check_ad.exe