Search found 9 matches

by sami21
Tue Oct 18, 2016 12:30 am
Forum: Open Source Nagios Projects
Topic: Regarding enforcing selinux on nagios
Replies: 3
Views: 2750

Re: Regarding enforcing selinux on nagios

Thanks for your reply. Currently it is in permissive mode.To resolve this issue I have to keep it in permissive mode. But what if I want to keep it in Enforcing mode? what selinux context this plugin should have? I have tried contexts which are on plugins provided bydefault by nagios, but it doesn't...
by sami21
Mon Oct 17, 2016 1:21 am
Forum: Open Source Nagios Projects
Topic: Regarding enforcing selinux on nagios
Replies: 3
Views: 2750

Regarding enforcing selinux on nagios

Hello, I have a system Centos Release 6.8, installed NRPE on it. and monitoring through nagios server. to monitor one of the service status on my client machine, I have used check_service.sh plugin which you can find on this link. https://github.com/jonschipp/nagios-plugins/blob/master/check_service...
by sami21
Tue Aug 02, 2016 1:32 am
Forum: Open Source Nagios Projects
Topic: Regarding Eventhandlers suppression in planned downtime
Replies: 3
Views: 1552

Re: Regarding Eventhandlers suppression in planned downtime

Hi,
Thanks for reply.
Will try this suggestion.
by sami21
Tue Aug 02, 2016 12:07 am
Forum: Open Source Nagios Projects
Topic: Nagios not detecting changes in configurations.
Replies: 10
Views: 3807

Re: Nagios not detecting changes in configurations.

Hi All,

Thanks for you kind replies.
you can mark it as resolved topic.
Thanks once again. :)
by sami21
Mon Aug 01, 2016 6:04 am
Forum: Open Source Nagios Projects
Topic: Regarding Eventhandlers suppression in planned downtime
Replies: 3
Views: 1552

Regarding Eventhandlers suppression in planned downtime

Hi,

As in planned downtime we can suppress the nagios notifications, can we do same with event handlers?
I mean would event handlers be executed in planned downtime?
And if we don't want event handler's to be called in planned down time what could be done?

Thanks in Advance.
by sami21
Mon Aug 01, 2016 4:23 am
Forum: Open Source Nagios Projects
Topic: Nagios not detecting changes in configurations.
Replies: 10
Views: 3807

Re: Nagios not detecting changes in configurations.

Hi, Seems like problem is resolved. I stopped nagios and then killed all the extra processes displayed by ps -elf | grep nagios. Now there are two nagios -d processes running. and 4 worker processes are running. following is the output. <user> 12539 1 2 07:28 ? 00:02:29 /usr/local/nagios/bin/nagios ...
by sami21
Mon Aug 01, 2016 12:27 am
Forum: Open Source Nagios Projects
Topic: Nagios not detecting changes in configurations.
Replies: 10
Views: 3807

Re: Nagios not detecting changes in configurations.

Hi, Here is the output of ps -aef | grep nagios NOTE : I deleted plugin processes which were exposing confidential data. 0 S <user> 5195 1 1 80 0 - 5201 ep_pol 06:41 ? 00:04:03 /usr/local/nagios/bin/nagios -u /usr/local/nagios/etc/nagios.cfg 1 S <user> 5200 5195 0 80 0 - 3439 poll_s 06:41 ? 00:00:03...
by sami21
Fri Jul 29, 2016 1:38 am
Forum: Open Source Nagios Projects
Topic: Nagios not detecting changes in configurations.
Replies: 10
Views: 3807

Re: Nagios not detecting changes in configurations.

Hi,
Thanks for your reply.

I upgraded the nagios 4.0.8 to 4.1.1 on centos version 6.x
Yes I did compile the nagios from source.
and yes i am restarting the nagios process after every change.
please let me know if u need any more details.
by sami21
Thu Jul 28, 2016 2:13 am
Forum: Open Source Nagios Projects
Topic: Nagios not detecting changes in configurations.
Replies: 10
Views: 3807

Nagios not detecting changes in configurations.

Hi there, I am facing one trouble with my nagios. It is not detecting changes done in configurations. I tried below methods. 1. recreation of objects.cache and objects.precache file using option -p and -u 2. deleted retention.dat and status.dat Is there anything I am missing? Thanks in Advance. In A...