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/user.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 hostname1,hostname2 service_description svc-activemq_watch check_command check_byssh_activemq_watch!10!20!google.com } What should i do if i want queus from both google.com and yahoo.com having different warning and alert. -- View this message in context: http://activemq.2283324.n4.nabble.com/Need-help-with-activemq-watch-using-nagios-core-4-0-8-tp4710635.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.