Page 2 of 2

Re: How to monitor Apache Tomcat in Nagios Core

Posted: Thu Aug 13, 2015 9:40 am
by hsmith
peterooney wrote:Don't worry too much about this - I found another way to get around it, by monitoring the Apache Tomcat7 process instead.

Code: Select all

define service{
       use                      generic-service
       #host_name               MYFIRSTSERVER, MYSECONDSERVER
       hostgroup_name           windows-servers
       service_description      Service - Tomcat7
       check_command            check_nt!SERVICESTATE!-d SHOWALL -l Tomcat7
       }
Cheers

Pete
Pete,

Would you like us to close this thread if things are working for you?