Search found 7 matches

by dhoran
Tue Dec 17, 2024 12:56 pm
Forum: Nagios XI
Topic: Nagios XI - monitored linux directory
Replies: 3
Views: 3046

Re: Nagios XI - monitored linux directory

Hi @bbahn, Thank you for the information, a couple of things. The check_file_permissions.sh - do I need to put this on each monitored host or is this just installed and run from the server ? Also, before I can run the command line test do I need to go thru the "Install your plugin" instruc...
by dhoran
Tue Dec 17, 2024 10:54 am
Forum: Nagios XI
Topic: Nagios XI - monitored linux directory
Replies: 3
Views: 3046

Nagios XI - monitored linux directory

hi,

I tried search & google, not finding an answer.

Is anyone monitoring directory user/group and permissions on monitored linux hosts

example: drwx------. 2 username usergroup 4096 Jun 21 10:37 .ssh

Alert if there are any changes to user/group or permissions ?

thanks
-david
by dhoran
Fri Jan 26, 2024 8:55 am
Forum: Nagios XI
Topic: NagiosXI the services tab for all hosts are blank
Replies: 3
Views: 712

Re: NagiosXI the services tab for all hosts are blank

hey @sgardil When I go to the Host Status page and select a host server I get the following errors: [26-Jan-2024 08:52:59 America/New_York] PHP Notice: Trying to get property 'servicestatus' of non-object in /usr/local/nagiosxi/html/includes/components/capacityplanning/capacityplanning.inc.php on li...
by dhoran
Thu Jan 25, 2024 10:12 am
Forum: Nagios XI
Topic: NagiosXI the services tab for all hosts are blank
Replies: 3
Views: 712

NagiosXI the services tab for all hosts are blank

hi, I'm not sure when this started, as Nagios seemed to be functioning normally earlier this week. Nagios is running, when I log into the browser and go to the Host Status page all hosts are listed and green. When I select any host and go to the Services tab, the page is blank. I am able to run nagi...
by dhoran
Mon Oct 30, 2023 1:16 pm
Forum: Nagios XI
Topic: Nagiosxi update - Return code of 127 is out of bounds
Replies: 5
Views: 7232

Re: Nagiosxi update - Return code of 127 is out of bounds

Hi,

Yes I think I'm good nagios is running. I just need to keep an eye on the .py scripts in nagios/libexec after updates.

thanks
by dhoran
Mon Oct 30, 2023 10:24 am
Forum: Nagios XI
Topic: Nagiosxi update - Return code of 127 is out of bounds
Replies: 5
Views: 7232

Re: Nagiosxi update - Return code of 127 is out of bounds

Checking the .py files in /usr/local/nagios/libexec - the monitoring scripts we are using are all configured similar to below, using python3: [root@aerobic libexec]# more check_ncpa.py #!/usr/bin/env python3 When I run the update (either CLI or GUI) the new check_ncpa.py - has /usr/bin/env python I ...
by dhoran
Fri Oct 27, 2023 11:06 am
Forum: Nagios XI
Topic: Nagiosxi update - Return code of 127 is out of bounds
Replies: 5
Views: 7232

Nagiosxi update - Return code of 127 is out of bounds

hi, We are running nagiosxi 5.11.1 on RHEL 8, using python 3.6.8. The system is running - we have the GUI and command line checks also work. We installed nagiosxi thru the repo. We have tried to run the nagiosxi update thru the web interface separate from the OS updates and we have also tried runnin...