return code of 139 is out bounds
Posted: Fri Jan 10, 2020 3:06 am
I'm trying to add another drive to my nagios monitoring system (with CHECK_NT).
Currently monitors only the drive c: and on a windows server, it works great but once I add more drives (that exist on the same server) I get this error - "Return code of 139 is out of bounds"
I tried to run manually I is getting this error "Segmentation fault"
[root@srv libexec]# ./check_nt -H 192.168.10.1 -p 12489 -s test$ -v USEDDISKSPACE -l c -w 80 -c 50
c:\ - total: 37.27 Gb - used: 25.41 Gb (68%) - free 11.85 Gb (32%) | 'c:\ Used Space'=25.41Gb;29.81;18.63;0.00;37.27
[root@srv libexec]# ./check_nt -H 192.168.10.1 -p 12489 -s test$ -v USEDDISKSPACE -l e -w 80 -c 50
Segmentation fault
Currently monitors only the drive c: and on a windows server, it works great but once I add more drives (that exist on the same server) I get this error - "Return code of 139 is out of bounds"
I tried to run manually I is getting this error "Segmentation fault"
[root@srv libexec]# ./check_nt -H 192.168.10.1 -p 12489 -s test$ -v USEDDISKSPACE -l c -w 80 -c 50
c:\ - total: 37.27 Gb - used: 25.41 Gb (68%) - free 11.85 Gb (32%) | 'c:\ Used Space'=25.41Gb;29.81;18.63;0.00;37.27
[root@srv libexec]# ./check_nt -H 192.168.10.1 -p 12489 -s test$ -v USEDDISKSPACE -l e -w 80 -c 50
Segmentation fault