Return code 139 is out of Bounds
Posted: Tue Jun 18, 2013 3:36 pm
With my Nagios Server I'm monitoring two windows servers. I'm able to check CPU load memory usage, whether certain services are running etc. But for some reason my disk space check of drive C: is returning an error code 139.
The message I'm receiving is "Return code of 139 is out of bounds" I believe it's an issue on the Nagios server end since it is happening to two different windows servers on two different networks
Currently the check_command in my service definition for the drive space check is
I have also changed it to not specify the port, to no avail.
Any ideas?
Thanks in advanced!
The message I'm receiving is "Return code of 139 is out of bounds" I believe it's an issue on the Nagios server end since it is happening to two different windows servers on two different networks
Currently the check_command in my service definition for the drive space check is
Code: Select all
check_nt!USEDDISKSPACE! -l c -p 5666 -w 80 -c 90 -s MyPasswordAny ideas?
Thanks in advanced!