Search found 772 matches

by bolson
Wed Aug 30, 2017 9:44 am
Forum: Nagios XI
Topic: Cassandra Monitoring plugin not working
Replies: 19
Views: 3295

Re: Cassandra Monitoring plugin not working

I suspect that your issue is related to selinux. Can you disable selinux on that host momentarily as a test?
by bolson
Tue Aug 29, 2017 1:55 pm
Forum: Nagios XI
Topic: Cassandra Monitoring plugin not working
Replies: 19
Views: 3295

Re: Cassandra Monitoring plugin not working

Please execute the following command on your Cassandra server:

Code: Select all

nodetool status 
And post the output.
by bolson
Tue Aug 29, 2017 10:50 am
Forum: Open Source Nagios Projects
Topic: Nagios.cmd file continually goes missing
Replies: 7
Views: 6839

Re: Nagios.cmd file continually goes missing

Glad to hear that things are now working as expected!

Closing this topic as resolved.

Thank you for visiting the Nagios Support Forum.
by bolson
Tue Aug 29, 2017 10:17 am
Forum: Nagios XI
Topic: Cassandra Monitoring plugin not working
Replies: 19
Views: 3295

Re: Cassandra Monitoring plugin not working

Hello,

This appears to be a configuration issue or a permissions issue. Pleas post the output of the following from the remote host. (The Cassandra host):

Code: Select all

ls -l /home/user/apache-cassandra-3.0.14/bin/nodetool
by bolson
Tue Aug 29, 2017 10:11 am
Forum: Open Source Nagios Projects
Topic: DUPLICATES FOUND! Packet loss
Replies: 1
Views: 1158

Re: DUPLICATES FOUND! Packet loss

Hello ericssonvietnam,

Are you doing a NIC bonding on this host? Also, run the ping command manually against this host:

Code: Select all

ping ip_address
Replace ip_address with the IP address of the host in question.
by bolson
Tue Aug 29, 2017 10:06 am
Forum: Nagios XI
Topic: Web URL monitoring was not working on NagiosXI
Replies: 5
Views: 244

Re: Web URL monitoring was not working on NagiosXI

Hello,

The firewall on the host that you are monitoring is preventing the connection. Do you have a Linux Systems Admin who can properly configure your iptables firewall to allow this traffic? Or as a test, disable the firewall briefly to confirm my suspicions:

Code: Select all

service iptables stop
by bolson
Mon Aug 28, 2017 2:45 pm
Forum: Nagios XI
Topic: Having Trouble With Window Check Disk and Memory
Replies: 26
Views: 679

Re: Having Trouble With Window Check Disk and Memory

Try this from the command line on your XI server:

Code: Select all

/usr/local/nagios/libexec/check_nt -H 192.168.57.12 -v USEDDISKSPACE -l c -w 90 -c 95 -p 12489
by bolson
Mon Aug 28, 2017 2:37 pm
Forum: Open Source Nagios Projects
Topic: Nagios Core Nrpeinstallation concern
Replies: 5
Views: 2578

Re: Nagios Core Nrpeinstallation concern

Please post the output of these commands:

Code: Select all

make
make all
make install
Thank you!
by bolson
Mon Aug 28, 2017 2:35 pm
Forum: Nagios XI
Topic: Check MS SQL Stored Procedure
Replies: 34
Views: 1239

Re: Check MS SQL Stored Procedure

The error "Command not found" invariably means exactly what it says. Is check_mssql_sproc.pl in the directory from which you're running it?
by bolson
Mon Aug 28, 2017 11:40 am
Forum: Nagios XI
Topic: Check MS SQL Stored Procedure
Replies: 34
Views: 1239

Re: Check MS SQL Stored Procedure

For check_mssql_sproc please share the syntax that you are using to execute the command.