Search found 9 matches
- Thu Mar 28, 2024 9:54 am
- Forum: Nagios XI
- Topic: Monitoring Engine wont start.
- Replies: 14
- Views: 3954
Re: Monitoring Engine wont start.
since I did the config change to disable check_for_updates, the monitoring process shows as running and everything is green in system status. this is what fixed my issue Edit the /usr/local/nagios/etc/nagios.cfg file and change this from check_for_updates=1 to check_for_updates=0 Save the change. Re...
- Thu Mar 28, 2024 7:24 am
- Forum: Nagios XI
- Topic: Monitoring Engine wont start.
- Replies: 14
- Views: 3954
Re: Monitoring Engine wont start.
this is what fixed my issue Edit the /usr/local/nagios/etc/nagios.cfg file and change this from check_for_updates=1 to check_for_updates=0 Save the change. Restart nagios systemctl restart nagios The automatic update check is for Core only so you do not need to put is back and it is a special versio...
- Thu Mar 28, 2024 7:09 am
- Forum: Nagios XI
- Topic: monitoring engine status - process state not running
- Replies: 6
- Views: 1274
Re: monitoring engine status - process state not running
I had this issue where the monitoring engine process would show as not running, but I would have the green checmark in the top right corner even though active checks were not working. after a lot of back and forth with the support, they had me do a bunch of truncate command in the DB, but ultimatly ...
- Wed Mar 20, 2024 10:37 am
- Forum: Nagios XI
- Topic: Monitoring Engine wont start.
- Replies: 14
- Views: 3954
Re: Monitoring Engine wont start.
I am having the same issue on NagiosXI 2024R1. From what I found it seems to haver stopped working on March 17 6:50:00 am GMT. All that I am aware is that the notifications were turned off at March 17 12:40:00 am GMT and turned back on March 17 5:15:00 am GMT. Monitoring engine was working from the...
- Wed Mar 20, 2024 8:17 am
- Forum: Nagios XI
- Topic: Monitoring Engine wont start.
- Replies: 14
- Views: 3954
Re: Monitoring Engine wont start.
I am having the same issue on NagiosXI 2024R1. From what I found it seems to haver stopped working on March 17 6:50:00 am GMT. All that I am aware is that the notifications were turned off at March 17 12:40:00 am GMT and turned back on March 17 5:15:00 am GMT. Monitoring engine was working from ther...
- Fri Jun 14, 2019 10:06 am
- Forum: Nagios XI
- Topic: Notes Url under Misc in overview tab gives incorrect link
- Replies: 1
- Views: 455
Notes Url under Misc in overview tab gives incorrect link
I just noticed that the Notes URL under Misc in service status detail doesn't give the right link. This is an exemple for our zpools check: If I use the Notes URL icon at the top of the service status detail page, I get the right link. 'http://OurMediaWiki/index.php/Nagios:serverhostname-zpools' But...
- Thu Apr 25, 2019 11:04 am
- Forum: Nagios XI
- Topic: Free variables don't stay in uppercase after save
- Replies: 4
- Views: 992
Re: Free variables don't stay in uppercase after save
Nevermind, You can consider this issue resolved, It was entirely on my end. The same day I did the NagiosXI, a new set of nrpe commands was pushed by ansible to all of our linux hosts and it included a new check_load command that forced warning and critical values :? . I am really sorry for the wast...
- Thu Apr 25, 2019 10:22 am
- Forum: Nagios XI
- Topic: Free variables don't stay in uppercase after save
- Replies: 4
- Views: 992
Re: Free variables don't stay in uppercase after save
Hi @swolf, thank you for the quick answer. I forced a write config, and the config ends up looking like this define host { host_name host1 use hosttemplate1 alias host1 address 127.0.0.1 hostgroups hostgroup1 _CURLOADCRIT 6,5,4 _CURLOADWARN 5,4,3 register 1 } So it seems the issue isn't related to t...
- Wed Apr 24, 2019 10:21 am
- Forum: Nagios XI
- Topic: Free variables don't stay in uppercase after save
- Replies: 4
- Views: 992
Free variables don't stay in uppercase after save
Since the update to Nagios XI 5.6 , I seem to be having issue with the free variables. I use free variables in hosts config to set the value of some service checks, but since the update to Nagios XI 5.6 It no longer works. ex: I save them as _CURLOADCRIT & _CURLOADWARN but when I save and look a...