check_mk icon indicating copy to clipboard operation
check_mk copied to clipboard

Results 2 check_mk issues
Sort by recently updated
recently updated
newest added

mk_jolokia return bellow error ERROR: Invalid response when fetching url http://IP:PORT/jolokia Response: {"error_type":"javax.management.InstanceNotFoundException","error":"javax.management.InstanceNotFoundException : java.lang:name=CMS Perm Gen,type=MemoryPool","status":404,"request":{"mbean":"java.lang:name=CMS Perm Gen,type=MemoryPool","path":"used","attribute":"Usage","type":"read"},"stacktrace":"javax.management.InstanceNotFoundException: java.lang:name=CMS Perm Gen,type=MemoryPool\n\tat org.jboss.as.jmx.PluggableMBeanServerImpl.findDelegate(PluggableMBeanServerImpl.java:1083)\n\tat org.jboss.as.jmx.PluggableMBeanServerImpl.getAttribute(PluggableMBeanServerImpl.java:378)\n\tat ... .. 8180 EAP 6.2.0.GA 1.3.7...

In `mk_logwatch`, I saw `outputtxt += "%s%s %s%s\n" % (color, level, line[:-1], tty_normal)`? Why the output text is a kind of text concatenation? How does nagios read it? Can it...