Search found 9 matches

by sandeep09412
Wed Sep 06, 2017 11:59 am
Forum: Nagios XI
Topic: Cassandra Monitoring plugin not working
Replies: 19
Views: 4861

Re: Cassandra Monitoring plugin not working

Please close this post. Thanks for your help.
by sandeep09412
Wed Sep 06, 2017 1:25 am
Forum: Nagios XI
Topic: Cassandra Monitoring plugin not working
Replies: 19
Views: 4861

Re: Cassandra Monitoring plugin not working

Thanks, it was permission problem i have made changed permission from /home/user and it is working now.
by sandeep09412
Tue Sep 05, 2017 1:00 pm
Forum: Nagios XI
Topic: Cassandra Monitoring plugin not working
Replies: 19
Views: 4861

Re: Cassandra Monitoring plugin not working

Hi,

Please see the command output and ignore casaandra path change.

Code: Select all

[user@localhost libexec]$ ls -al /home/user/apache-cassandra-3.10/bin/nodetool
-rwxrwxrwx. 1 user user 3359 Jan 31  2017 /home/user/apache-cassandra-3.10/bin/nodetool
by sandeep09412
Mon Sep 04, 2017 6:06 am
Forum: Nagios XI
Topic: Cassandra Monitoring plugin not working
Replies: 19
Views: 4861

Re: Cassandra Monitoring plugin not working

I am running NRPE v2.15

Code: Select all

./check_nrpe -H localhost
NRPE v2.15
by sandeep09412
Thu Aug 31, 2017 12:55 am
Forum: Nagios XI
Topic: Cassandra Monitoring plugin not working
Replies: 19
Views: 4861

Re: Cassandra Monitoring plugin not working

To check the issue i have reinstalled cassandra at other place but issue is still there. Please find below the command output received at cassandra server [user@localhost libexec]$ /usr/local/nagios/libexec/check_nrpe -H 127.0.0.1 -c cassandra CASSANDRA CRITICAL - cannot run /home/user/Downloads/apa...
by sandeep09412
Wed Aug 30, 2017 11:39 am
Forum: Nagios XI
Topic: Cassandra Monitoring plugin not working
Replies: 19
Views: 4861

Re: Cassandra Monitoring plugin not working

I am using Centos7.

Still same after disableing selinux

Code: Select all

[user@localhost libexec]$ sestatus
SELinux status:                 disabled
by sandeep09412
Wed Aug 30, 2017 1:55 am
Forum: Nagios XI
Topic: Cassandra Monitoring plugin not working
Replies: 19
Views: 4861

Re: Cassandra Monitoring plugin not working

I have checked cassandra is working fine and path to nodetool is correct and nodetool is having executable permission for everyone. I am executing below caommand on cassandra server as specified in documentation. # /usr/local/nagios/libexec/check_nrpe -H 10.30.0.169 -c cassandra I am getting this. C...
by sandeep09412
Tue Aug 29, 2017 12:41 pm
Forum: Nagios XI
Topic: Cassandra Monitoring plugin not working
Replies: 19
Views: 4861

Re: Cassandra Monitoring plugin not working

Code: Select all

-rwxrwxrwx. 1 user user  3359 Jun 20 04:19 nodetool
by sandeep09412
Tue Aug 29, 2017 12:51 am
Forum: Nagios XI
Topic: Cassandra Monitoring plugin not working
Replies: 19
Views: 4861

Cassandra Monitoring plugin not working

Hi, I am following below documentation for Cassandra monitoring. https://assets.nagios.com/downloads/nagiosxi/docs/Monitoring_Apache_Cassandra_Databases_with_Nagios_XI.pdf I am facing issue in executing command on Nagios Xi server. # /usr/local/nagios/libexec/check_nrpe -H 10.30.0.169 -c cassandra I...