Hi I have been working on activemq_watch using nagios core.
i need 2 services for activemq_watch. How can i able to do that?
Currently my command.cfg is 

define command{
        command_name    check_byssh_activemq_watch
        command_line    $USER1$/check_by_ssh -H $HOSTADDRESS$ -E1 -t25 -l
user /usr/local/nagios/etc/uperfmon.pk -C
'/usr/local/nagios/libexec/activemq_watch -w $ARG1$ -c $ARG2$ -q $ARG3$ '
        }

and service defined is 

define service{
        use                             generic-service
        host_name                      
rmoappd1,rmoappt1,rmoappt2,rmoapp1,rmoapp2,rmoappq1
        service_description             svc-activemq_watch
        check_command                  
check_byssh_activemq_watch!10!20!google.com
        }

What should i do if i want to moniter google.com and yahoo.com having
different warning and alert.



--
View this message in context: 
http://activemq.2283324.n4.nabble.com/working-on-activemq-watch-with-nagios-core-4-0-8-tp4710634.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to