Search found 6 matches

by Poulami
Mon Jun 05, 2017 1:33 am
Forum: Open Source Nagios Projects
Topic: Getting Error in activemq_watch
Replies: 4
Views: 4039

Re: Getting Error in activemq_watch

Thanks for your suggestion. I am checking the activeMq through check_tcp on port 61616.
by Poulami
Thu Jun 01, 2017 3:49 am
Forum: Open Source Nagios Projects
Topic: Getting Error in activemq_watch
Replies: 4
Views: 4039

Getting Error in activemq_watch

Hi,

I am getting below error while running the activemq_watch script.
Cannot get XML file: No such file or directory
But i'm getting Xml from the URL.

can you please suggest what is going wrong?

Regards,
Poulami
by Poulami
Wed May 24, 2017 8:57 am
Forum: Open Source Nagios Projects
Topic: Error in check_jvm script
Replies: 3
Views: 1850

Re: Error in check_jvm script

I am pretty sure the script will work when this will be running through the user which is responsible for running tomcat.

Now in case of NRPE, i have configured nagios user in nrpe.cfg.

Code: Select all

nrpe_user=nagios
So if I run the script through NRPE will it work?
by Poulami
Wed May 24, 2017 8:46 am
Forum: Open Source Nagios Projects
Topic: Issue with check_tomcat script
Replies: 6
Views: 3120

Re: Issue with check_tomcat script

Hi,

I am using version 1.4 of the script.

command which i'm using is :

Code: Select all

./check_tomcat -H 172.18.39.16 -p 8080 -l username -a passwrd -w 10% -c 5%
I have attached the script for your reference.

Best Regards,
Poulami
by Poulami
Tue May 23, 2017 5:38 am
Forum: Open Source Nagios Projects
Topic: Issue with check_tomcat script
Replies: 6
Views: 3120

Issue with check_tomcat script

Hi Team, I am facing an issue while running check_tomcat script. Command :- check_tomcat -l myuser -a mypassword -p 8080 o/p :- CRITICAL: /status/connector/threadInfo/@maxThreads is not numeric memory in use 944 MiB (1979 MiB); Critical: free_threads<0 threads[http-nio-8080]=1(0);|/status/connector/...
by Poulami
Tue May 23, 2017 5:30 am
Forum: Open Source Nagios Projects
Topic: Error in check_jvm script
Replies: 3
Views: 1850

Error in check_jvm script

Hi Team, I am facing an issue while running the check_jvm script . Whenever I run the script from nagios user, it shows below error message : 'UNKNOWN JVM is running with different username, run this script with UID 2000' However, If I run this script from app user then it works fine. EUID of nagios...