check_multi Critical Parameter not working
Posted: Mon Jan 28, 2019 11:15 am
HI Team,
I'm implementing check_multi plugin to monitor one service on 3 different server.
My requirement is If on any server the service is up then check_multi must show service in OK state.
No matter if the same service is down on other 2 servers.
I'm using below command :
Where check_multi.cmd contains:
Please suggest me what need to modify in this command.
Thanks & Regards
Hoegh
I'm implementing check_multi plugin to monitor one service on 3 different server.
My requirement is If on any server the service is up then check_multi must show service in OK state.
No matter if the same service is down on other 2 servers.
I'm using below command :
Code: Select all
check_multi -f check_multi_AD.cmd -w 2 -c 3 -r 3Code: Select all
command[AzureAD_15]=/usr/local/nagios/libexec/check_nrpe -H 10.202.24.47 -t 30 -c alias_dxcmd_AzureAD -2
command[AzureAD_16]=/usr/local/nagios/libexec/check_nrpe -H 10.202.24.48 -t 30 -c alias_dxcmd_AzureAD -2
command[AzureAD_24]=/usr/local/nagios/libexec/check_nrpe -H 10.202.24.57 -t 30 -c alias_dxcmd_AzureAD -2
Thanks & Regards
Hoegh