Search found 14 matches

by unifr
Wed Nov 20, 2019 9:02 am
Forum: Nagios XI
Topic: Centos 8 - NRPE client installation method
Replies: 6
Views: 1971

Re: Centos 8 - NRPE client installation method

Yeah... I was told exactly the same three months ago. Still nothing from Nagios and the Nagios support is pretty arrogant about it. Tell me what do you need to adapt? Maybe we can help? Because the error about iptables which has been deprecated a while ago is pretty clear. We have 250 servers waitin...
by unifr
Thu Oct 03, 2019 1:31 am
Forum: Nagios XI
Topic: check_jvm returning incorrect values
Replies: 20
Views: 2722

Re: check_jvm returning incorrect values

Hello,
All the issue were solved by updated plugin provided by swolf. Thanks for your support.
Best regards
by unifr
Fri Sep 06, 2019 8:26 am
Forum: Nagios XI
Topic: check_jvm returning incorrect values
Replies: 20
Views: 2722

Re: check_jvm returning incorrect values

If this was not working properly before it is very likely that the original RRD for the service was created with the incorrect amount of datasources. The best bet would be to try deleting the RRD from the following location replacing HOSTNAME/SERVICE_DESC /usr/local/nagios/share/perfdata/HOSTNAME/S...
by unifr
Fri Sep 06, 2019 1:57 am
Forum: Nagios XI
Topic: check_jvm returning incorrect values
Replies: 20
Views: 2722

Re: check_jvm returning incorrect values

I found the issue with the .tomcat file in /tmp -rw-r--r-- 1 nagios nagios 9041 Sep 2 21:20 .tomcat The date of the file is matching the time the checks started to fails. No one was working on the server at this time. the last line of the .tomcat file was : 7272 the checks are creating the data file...
by unifr
Thu Sep 05, 2019 10:08 am
Forum: Nagios XI
Topic: check_jvm returning incorrect values
Replies: 20
Views: 2722

Re: check_jvm returning incorrect values

Hello, The owner of the .tomcat file is nagios The content of the file is: service:jmx:rmi:///jndi/rmi://srv1:5000/jmxrmi ||| Requests Per Minute (ajp-apr-8000) ||| 0 ||| 2.6128262316866666E7 I have tried to delete the file, the check still get the same error (No output on stdout) stderr: Exception ...
by unifr
Wed Sep 04, 2019 4:48 am
Forum: Nagios XI
Topic: check_jvm returning incorrect values
Replies: 20
Views: 2722

Re: check_jvm returning incorrect values

Hello, Unfortunately I haven't been able to check the performance data issue because the checks suddenly started to return the following error (same errors on all servers): (No output on stdout) stderr: Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 1 at CheckParamete...
by unifr
Fri Aug 30, 2019 4:29 am
Forum: Nagios XI
Topic: check_jvm returning incorrect values
Replies: 20
Views: 2722

Re: check_jvm returning incorrect values

Hello, Thank you very much for the updated plugin, I have been collecting data for several days on several machines and it is working very well including using the ProcessingTimePerRequest check. The only issue is it does not create performance graph, is it the correct behavior? Is is an example of ...
by unifr
Thu Aug 22, 2019 5:08 am
Forum: Nagios XI
Topic: check_jvm returning incorrect values
Replies: 20
Views: 2722

Re: check_jvm returning incorrect values

Hello, Thank you very much for the updated version. I've test it a little bit and it seems to work fine when checking different servers. The only problem I found yet is it returns an error using the ProcessingTimePerRequest check. For exemple the following command: /usr/lib/jvm/jre/bin/java -Djava.c...
by unifr
Wed Aug 21, 2019 1:08 am
Forum: Nagios XI
Topic: check_jvm returning incorrect values
Replies: 20
Views: 2722

Re: check_jvm returning incorrect values

Hello, Thank you for your reply. I've noticed my .tomcat file contained the information of a the first server I used to check the command. It seems the file can only contain the value of a single server. I have delete the .tomcat file and executed the following checks: 1. Check command: t /usr/lib/j...
by unifr
Tue Aug 20, 2019 3:00 am
Forum: Nagios XI
Topic: check_jvm returning incorrect values
Replies: 20
Views: 2722

Re: check_jvm returning incorrect values

Hello, Thanks for your reply. during normal operation there is no reset of the counters, I was only manually resetting it during my tests. I'm looking the requestCount attribute of Catalina:type=GlobalRequestProcessor,name="ajp-apr-8111" object in JConsole, which I believe is used in the c...