Issue - Availability

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
raamardhani7
Posts: 459
Joined: Tue Jun 02, 2015 12:36 am

Issue - Availability

Post by raamardhani7 »

Hi Team,

Yesterday one of my colleague changed the permissions of /usr/local/nagios/libexec and that created a problem as all the server configured went down. this happened for 10 mins duration.

And this is having direct impact on our Availability reports, sharing these availability reports with the client will be a big problem.

Could you please help us here, so that we can manage the reports to ensure there is no downtime during that particular time period. thanks. This is quite urgent. Please do help us here.
jkinning
Posts: 747
Joined: Wed Oct 09, 2013 2:54 pm

Re: Issue - Availability

Post by jkinning »

Have you tried this?

Code: Select all

https://assets.nagios.com/downloads/nagiosxi/docs/Fixing_Global_Permissions_In_Nagios_XI.pdf
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Issue - Availability

Post by rkennedy »

Thanks @jkinning. That is the correct document.

There isn't going to be much that Nagios can do for the availability reporting in regards to going back in time. I advise against making changes to the permissions with Nagios as you could see other issues like this happen as well.
Former Nagios Employee
User avatar
hsmith
Agent Smith
Posts: 3539
Joined: Thu Jul 30, 2015 11:09 am
Location: 127.0.0.1
Contact:

Re: Issue - Availability

Post by hsmith »

I have to add - if you do find the need to make changes to permissions, ask us first. That will help you avoid bad situations in the future.
Former Nagios Employee.
me.
User avatar
WillemDH
Posts: 2320
Joined: Wed Mar 20, 2013 5:49 am
Location: Ghent
Contact:

Re: Issue - Availability

Post by WillemDH »

Just an informative question. What would be the recommended permission and owner for the libexec folder.
Nagios XI 5.8.1
https://outsideit.net
raamardhani7
Posts: 459
Joined: Tue Jun 02, 2015 12:36 am

Re: Issue - Availability

Post by raamardhani7 »

Thanks a lot team for the information.

Is there any possibility that we can make changes in the reports from Nagios front, so that 15 minutes of data can be erased and we are good with the availability reports front. please advise. thanks.
User avatar
hsmith
Agent Smith
Posts: 3539
Joined: Thu Jul 30, 2015 11:09 am
Location: 127.0.0.1
Contact:

Re: Issue - Availability

Post by hsmith »

WillemDH wrote:Just an informative question. What would be the recommended permission and owner for the libexec folder.

Code: Select all

drwxrwsr-x.  2 apache nagios 
Is how we set it by default, I imagine it was done this way on purpose. Is there something you think we should explore changing?
raamardhani7 wrote: Is there any possibility that we can make changes in the reports from Nagios front, so that 15 minutes of data can be erased and we are good with the availability reports front. please advise. thanks.
There is not a method that we support to do this. The report will show accurate information. If checks were unable to run for 15 minutes, the report should reflect that data.
Former Nagios Employee.
me.
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Issue - Availability

Post by rkennedy »

WillemDH wrote:Just an informative question. What would be the recommended permission and owner for the libexec folder.
The OVA ships with apache nagios. Apache is needed if you're managing plugins through the web GUI.

Code: Select all

drwxrwsr-x.  3 apache nagios 4096 Apr  5 14:22 libexec
Former Nagios Employee
raamardhani7
Posts: 459
Joined: Tue Jun 02, 2015 12:36 am

Re: Issue - Availability

Post by raamardhani7 »

Hi Team,

We can close this thread. thanks a lot.
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Issue - Availability

Post by rkennedy »

Will do.

/close
Former Nagios Employee
Locked