Search found 6 matches

by ATIAdmin
Wed Apr 24, 2024 2:33 am
Forum: Nagios XI
Topic: Nagios Core 4.4.5 Just not Starting
Replies: 10
Views: 3415

Re: Nagios Core 4.4.5 Just not Starting

IT WORKED gwesterman! The Nagios service is running, I did have to modify one of the command:

Code: Select all

chown nagios:nagcmd /usr/local/nagios/var/rw/
As I got the error message; chown: invalid group: ‘nagios:nagcmd’

I just ran this command instead:

Code: Select all

chown nagios:nagios /usr/local/nagios/var/rw/
by ATIAdmin
Mon Apr 22, 2024 4:40 am
Forum: Nagios XI
Topic: Nagios Core 4.4.5 Just not Starting
Replies: 10
Views: 3415

Re: Nagios Core 4.4.5 Just not Starting

I have been unable to find "nagios.qh" so somehow it seems like it did not get installed at all
by ATIAdmin
Thu Apr 18, 2024 8:32 am
Forum: Nagios XI
Topic: Nagios Core 4.4.5 Just not Starting
Replies: 10
Views: 3415

Re: Nagios Core 4.4.5 Just not Starting

I have upgraded to Nagios Core 4.5.1 and still getting the same messages and the same file is missing
by ATIAdmin
Mon Apr 15, 2024 10:37 am
Forum: Nagios XI
Topic: Nagios Core 4.4.5 Just not Starting
Replies: 10
Views: 3415

Re: Nagios Core 4.4.5 Just not Starting

Apologies for the delay in replying I was away.

The file you have stated does not exist.
by ATIAdmin
Fri Apr 05, 2024 10:23 am
Forum: Nagios XI
Topic: Nagios Core 4.4.5 Just not Starting
Replies: 10
Views: 3415

Re: Nagios Core 4.4.5 Just not Starting

Please see below; systemctl status nagios.service ● nagios.service - Nagios Core 4.4.5 Loaded: loaded (/usr/lib/systemd/system/nagios.service; enabled; vendor pres> Active: failed (Result: exit-code) since Fri 2024-04-05 15:18:59 UTC; 13s ago Docs: https://www.nagios.org/documentation Process: 37140...
by ATIAdmin
Thu Apr 04, 2024 5:17 am
Forum: Nagios XI
Topic: Nagios Core 4.4.5 Just not Starting
Replies: 10
Views: 3415

Nagios Core 4.4.5 Just not Starting

Hi all, first time poster here, hope I have the right part of the forum. I am running Red Hat 8 (on AWS) and installed Nagios following the steps here (https://access.redhat.com/documentation/en-us/red_hat_ceph_storage/5/html/monitoring_ceph_with_nagios_guide/nagios-core-installation-and-configurati...