Monitor host B from host A nagios xi command
Posted: Tue Dec 05, 2023 6:15 am
Hi friends.
I would like to implement a check that can ping host B from host A (both are Windows Server) through a check command sent by Nagios XI.
I have enabled checknet module to use check_ping plugin. Command would be
check_nrpe -H Host_A -c check_ping -a host=Host_B "critical=(time > 20 or loss > 10)"
Is there any place where i could get examples from this plugin???
In my case i wanna 10 packets sent and get critical if 10% lost packets or time > 20ms
If i use sent=10 the answer is fast like no 10 packets sent...
Any help???
Regards
I would like to implement a check that can ping host B from host A (both are Windows Server) through a check command sent by Nagios XI.
I have enabled checknet module to use check_ping plugin. Command would be
check_nrpe -H Host_A -c check_ping -a host=Host_B "critical=(time > 20 or loss > 10)"
Is there any place where i could get examples from this plugin???
In my case i wanna 10 packets sent and get critical if 10% lost packets or time > 20ms
If i use sent=10 the answer is fast like no 10 packets sent...
Any help???
Regards