Search found 1 match

by hickeyr
Thu Sep 21, 2017 3:13 am
Forum: Open Source Nagios Projects
Topic: Issue with check_tomcat script
Replies: 6
Views: 3123

Re: Issue with check_tomcat script

Hi, I had the same problem recently, the cause was that tomcat was reporting a negative number for some of the thread counts e.g. Max threads: 150 Current thread count: -2 Current thread busy: -2 To stop this being an error modify line 278 from if ( $value =~ /^"?([0-9.]+)"?$/ ) { to if ( ...