I have munin running rather fine on a CentOs webserver machine, except for one graph from the "Tomcat Threads" plugin that is incomplete. Why is it doing this? My server is far from overloaded.
See the incomplete graph :
All other Tomcat graphs are ok, like this one :
When I run the following command :
munin-run tomcat_threads
It will fail most of the time, giving me the same answer :
busy.value U
idle.value U
Sometimes it will work, giving me correct values :
busy.value 1
idle.value 9
Debug mode and log don't show any useful information.
I am running
- CentOS 7.7.1908
- Apache 2.4.6
- Tomcat 9.0.16
- Munin-Node 2.0.51