I want to know how for example If I want to monitor an IP with a port number ?
For example 192.168.100.100:8000 how could I monitor this using Nagios Core ?
I really need your help and thanks in advance
Best Regards
I want to know how for example If I want to monitor an IP with a port number ?
For example 192.168.100.100:8000 how could I monitor this using Nagios Core ?
I really need your help and thanks in advance
Best Regards
You can use netcat
. This is the command to check you case:
nc -zv 192.168.100.100 8000
Then you wrap this in sample shell script and create probe in Nagios.