Search found 19 matches
- Thu Jan 07, 2021 12:11 pm
- Forum: Open Source Nagios Projects
- Topic: Restarting removes write permission
- Replies: 0
- Views: 1627
Restarting removes write permission
After updating to 4.4.5 recently, seeing a problem on the service restart: group write permissions are removed from the passive check results directory, .. i.e.: Required: drwxrwsr-x 1 nagios nagcmd 92 Jan 7 11:06 nagios/ On restart: drwxr-sr-x 1 nagios nagcmd 92 Jan 7 11:06 nagios/ Which, of course...
- Fri Jan 29, 2016 6:29 pm
- Forum: Open Source Nagios Projects
- Topic: Passive check host shows "Pending" even if checks OK
- Replies: 1
- Views: 952
Passive check host shows "Pending" even if checks OK
Configuration: * Remove Windows server with NCPA configured and working * NRDP configured and working on Nagios Core server * Passive checks being received (per NCPA logs) * Three checks showing "Green" on Nagios Core Services for that Host * Host status is stuck "Pending", "...
- Thu Sep 24, 2015 10:34 am
- Forum: Open Source Nagios Projects
- Topic: insserv: Script nagios is broken: incomplete LSB comment.
- Replies: 4
- Views: 12147
Re: insserv: Script nagios is broken: incomplete LSB comment
FYI, .. after some experimentation this appears to work: ### BEGIN INIT INFO # Provides: nagios # Required-Start: $local_fs $syslog $network # Required-Stop: $local_fs $syslog $network # Short-Description: Start and Stop Nagios monitoring server # Description: Nagios is is a service monitoring syste...
- Thu Sep 24, 2015 10:17 am
- Forum: Open Source Nagios Projects
- Topic: insserv: Script nagios is broken: incomplete LSB comment.
- Replies: 4
- Views: 12147
Re: insserv: Script nagios is broken: incomplete LSB comment
Installed 4.1.1 from source on debian, .. same problem; the init script in the Exchange DNW either.
Would anyone have an 'installable' init script for Debian 7.1?
Would anyone have an 'installable' init script for Debian 7.1?
- Wed Apr 29, 2015 9:25 am
- Forum: Open Source Nagios Projects
- Topic: Nagios 4 (4.10 RC1) Startup (SuSE 13.2)
- Replies: 10
- Views: 4033
Re: Nagios 4 (4.10 RC1) Startup (SuSE 13.2)
You are looking for the traditional init scripts in /etc/rc.d/init.d, and they are gone? No, some are still there - I was just reporting the differences. If init scripts are still supposed to work, why does the nagios init script not? Is there a way to get the nagios init script running on systemd?
- Tue Apr 28, 2015 4:59 pm
- Forum: Open Source Nagios Projects
- Topic: Nagios 4 (4.10 RC1) Startup (SuSE 13.2)
- Replies: 10
- Views: 4033
Re: Nagios 4 (4.10 RC1) Startup (SuSE 13.2)
It appears that 13.2 is a major transition, .. for example, there are 30 files in init.d on 13.2, whereas 13.1 has about 70. Most of the entries in a 13.2 installation are avahi, boot.___, ppoe, raw, rpmconfigcheck, snmp, & xfs.Do init scripts no longer work at all in SUSE?
- Tue Apr 28, 2015 11:52 am
- Forum: Open Source Nagios Projects
- Topic: Nagios 4 (4.10 RC1) Startup (SuSE 13.2)
- Replies: 10
- Views: 4033
Re: Nagios 4 (4.10 RC1) Startup (SuSE 13.2)
Doing some more research, .. it appears the issue may be the migration to systemd, .. if so, would not an option in the source tree be beneficial? [Will update issue on github.]
- Tue Apr 28, 2015 11:34 am
- Forum: Open Source Nagios Projects
- Topic: Nagios 4 (4.10 RC1) Startup (SuSE 13.2)
- Replies: 10
- Views: 4033
Re: Nagios 4 (4.10 RC1) Startup (SuSE 13.2)
I attached it, .. but did not notice the "this extension is not allowed"???
- Tue Apr 28, 2015 11:18 am
- Forum: Open Source Nagios Projects
- Topic: Nagios 4 (4.10 RC1) Startup (SuSE 13.2)
- Replies: 10
- Views: 4033
Re: Nagios 4 (4.10 RC1) Startup (SuSE 13.2)
Can do, .. here is the current script.
- Mon Apr 27, 2015 6:16 pm
- Forum: Open Source Nagios Projects
- Topic: Nagios 4 (4.10 RC1) Startup (SuSE 13.2)
- Replies: 10
- Views: 4033
Nagios 4 (4.10 RC1) Startup (SuSE 13.2)
Recently upgraded a 3.5.1 machine to 4.1RC1, and I thought everything was OK until last Friday when there was a power issue; the server rebooted and I could not get Nagios started. service nagios start consistently returns: # service nagios status nagios.service - LSB: Starts and stops the Nagios mo...