Search found 9 matches

by jmonn
Mon Nov 20, 2023 4:48 am
Forum: Nagios XI
Topic: Another "Could not find any hostgroup "
Replies: 2
Views: 1187

Re: Another "Could not find any hostgroup "

Hello,

Thanks for your answer.

There are no reference to this group in /usr/local/nagios/etc at all.

Repair database was fine, no errors, but still I cannot apply cfg.

Creating the group in etc/hostgroups.cfg did the trick ! Configuration applied several times with success ! Thanks a lot !
by jmonn
Fri Nov 17, 2023 9:45 am
Forum: Nagios XI
Topic: Another "Could not find any hostgroup "
Replies: 2
Views: 1187

Another "Could not find any hostgroup "

Hello, I deleted services and hostgroups, and I cannot apply configuration anymore. Error is : Error: Could not find any hostgroup matching '<GROUP<' (config file '/usr/local/nagios/etc/services/_multiple_hosts.cfg', starting on line 227) I already tried to delete/write config files, verify is succe...
by jmonn
Thu Apr 29, 2021 5:28 am
Forum: Nagios XI
Topic: RHEL 8 - vmware sdk7 - plugin timeout
Replies: 3
Views: 599

Re: RHEL 8 - vmware sdk7 - plugin timeout

Hi, network is not the issue here, no firewall on the VM, and nagios has been running on this VM for almost 2 years before we tried (and failed) upgrading from rhel 7 to rhel 8. (So I can not test it anymore...) Second question was about moving to something else for vmware monitoring : vmware recomm...
by jmonn
Wed Apr 28, 2021 8:35 am
Forum: Nagios XI
Topic: Having issue with plugin
Replies: 13
Views: 7418

Re: Having issue with plugin

Hello,

Name or service not known suggests it can not resolve the host. Are you using IP or hostname, can hostname be resolved by DNS ? Can you just ping hostname ?

Regards
by jmonn
Wed Apr 28, 2021 4:15 am
Forum: Nagios XI
Topic: RHEL 8 - vmware sdk7 - plugin timeout
Replies: 3
Views: 599

RHEL 8 - vmware sdk7 - plugin timeout

Hello, I followed https://assets.nagios.com/downloads/nagiosxi/docs/Monitoring-VMware-With-Nagios-XI.pdf and got it "working", it sometimes manages to check the values. But most of the time, I just receive a "plugin timeout" error. 2021-04-28 11_13_33.png I read https://security....
by jmonn
Wed Apr 28, 2021 3:46 am
Forum: Nagios XI
Topic: Nagios monitoring engine stopped
Replies: 5
Views: 1232

Re: Nagios monitoring engine stopped

Hello,

It was indeed crashed mysql tables, but I had to myisamchk the tables (with mariadb stopped). Now, why Nagios and mariadb are stopped brutally, probably a plugin leaking memory, but that is hard to find...

Regards
by jmonn
Tue Apr 13, 2021 8:36 am
Forum: Nagios XI
Topic: Nagios monitoring engine stopped
Replies: 5
Views: 1232

Re: Nagios monitoring engine stopped

Hi, We noticed the crash because we received no more emails from the monitoring service. No other system is impacted (AFAIK). Crash ocurs randomly for me, for the last 30 days we can visualize it with the CPU graph from nagios itslef, as you can see on the graph attached. No specific errors in the l...
by jmonn
Mon Apr 12, 2021 4:32 am
Forum: Nagios XI
Topic: Nagios monitoring engine stopped
Replies: 5
Views: 1232

Nagios monitoring engine stopped

Hi, We upgraded nagios XI a few weeks ago from 5.7 to 5.8 (now in 5.8.3). While it worked like a charm then, service nagios monitoring engine now stops sometimes (a few times over the last weeks, that is a lot for monitoring) and I haven't been able to find any cause for it, no error in nagios.log f...
by jmonn
Tue Sep 17, 2019 2:37 am
Forum: Nagios XI
Topic: changing nagios user UID
Replies: 2
Views: 660

changing nagios user UID

Hello, My company now requires the uid of nagios user to be a system uid (below 1000 on RHEL), so I am asked if I can change the UID to something below 1000. id nagios uid=1000(nagios) gid=1000(nagios) groupes=1000(nagios),1001(nagcmd) Would that be enough ? usermod -u 998 nagios find / -user 1000 -...