Search found 538 matches

by cmerchant
Tue Apr 14, 2015 3:39 pm
Forum: Nagios XI
Topic: Unable to suppress alerts after 2014R2.6 update
Replies: 22
Views: 2370

Re: Unable to suppress alerts after 2014R2.6 update

Can you tail your apache error log and show us the output after attempting the scheduled downtime. tail -f /var/log/httpd/error_log It is a obscure error, anything unusual in the upgrade log? cat /tmp/nagiosxi/upgrade.log There is a related forum post with the same error message: http://support.nagi...
by cmerchant
Tue Apr 14, 2015 2:39 pm
Forum: Nagios XI
Topic: Unable to suppress alerts after 2014R2.6 update
Replies: 22
Views: 2370

Re: Unable to suppress alerts after 2014R2.6 update

Could you check for us your sudoer file and /etc/sudoers.d/:

Code: Select all

ls -l /etc/sudo*
and

Code: Select all

cat /etc/sudoers
by cmerchant
Tue Apr 14, 2015 2:08 pm
Forum: Nagios XI
Topic: Unable to suppress alerts after 2014R2.6 update
Replies: 22
Views: 2370

Re: Unable to suppress alerts after 2014R2.6 update

could you issue the following:

Code: Select all

grep nag /etc/group
Could you run the following commands: (to reset the file permissions)

Code: Select all

cd /usr/local/nagiosxi/scripts/
./reset_config_perms
by cmerchant
Tue Apr 14, 2015 1:25 pm
Forum: Nagios XI
Topic: Unable to suppress alerts after 2014R2.6 update
Replies: 22
Views: 2370

Re: Unable to suppress alerts after 2014R2.6 update

What are the permissions on the following files/directories?

Code: Select all

ls -la /usr/local/nagios/var/rw/nagios.cmd
ls -la /usr/local/nagios/var/rw/
by cmerchant
Tue Apr 14, 2015 1:18 pm
Forum: Nagios XI
Topic: nrpe ssl
Replies: 24
Views: 2293

Re: nrpe ssl

It might be easier to use tcpdump to capture from the command line of the Nagios XI server and take the pcap file and open it within wireshark. Here is the tcpdump command I have used successfully. tcpdump -nnXSs 0 -w /tmp/snmp.pcap 'port 5666' run that for awhile and [CTRL]-C to end the capture. Yo...
by cmerchant
Mon Apr 13, 2015 2:19 pm
Forum: Open Source Nagios Projects
Topic: NCPA CPU Thresholds on MultiProc Host
Replies: 3
Views: 1101

Re: NCPA CPU Thresholds on MultiProc Host

Looks like we can go ahead and close this thread. Thanks.
by cmerchant
Mon Apr 13, 2015 11:46 am
Forum: Nagios XI
Topic: Frequent database connection error
Replies: 19
Views: 2214

Re: Frequent database connection error

Could you show us the output of the following: df -h df -i My priority here is not fixing the errors because they go away after some time, but keeps coming back. We would hope that we can find what causes the corruption in the first place. It can be host of things - lack of space, out of processes, ...
by cmerchant
Mon Apr 13, 2015 10:13 am
Forum: Nagios XI
Topic: Self un-Acknowledgment
Replies: 17
Views: 1426

Re: Self un-Acknowledgment

Thanks for the update. We'll go ahead and close this thread.
by cmerchant
Mon Apr 13, 2015 9:54 am
Forum: Nagios XI
Topic: Backups not listed
Replies: 26
Views: 1832

Re: Backups not listed

We'll go ahead and close the thread. Thanks.
by cmerchant
Mon Apr 13, 2015 9:38 am
Forum: Nagios XI
Topic: Nagios IPCS stops processing
Replies: 17
Views: 1588

Re: Nagios IPCS stops processing

Hope for two things - that is does keep working, and if it stops we can catch the illusive ipcs queue bug. Keep us posted. Thanks.