Hi,
I installed Linux SUSE 12.3, I can run
systemctl status nagios and
journalctl -n.
There is the answer when I run systemctl status nagios;
superviseur-nagios:/home/nagios # systemctl status nagios.service
nagios.service - LSB: start and stop Nagios monitoring server
Loaded: loaded (/etc/init.d/nagios)
Active:
failed (Result: exit-code) since Fri, 2013-10-18 07:39:05 EDT; 18s ago
Process: 1660 ExecStart=/etc/init.d/nagios start
(code=exited, status=1/FAILURE)
CGroup: name=systemd:/system/nagios.service
Oct 18 07:39:05 superviseur-nagios.entqmd systemd[1]: Starting LSB: start and stop Nagios monitoring server...
Oct 18 07:39:05 superviseur-nagios.entqmd nagios[1660]: /etc/init.d/nagios: line 20: /etc/rc.d/init.d/functions: No such file or directory
Oct 18 07:39:05 superviseur-nagios.entqmd systemd[1]:
Failed to start LSB: start and stop Nagios monitoring server.
Oct 18 07:39:05 superviseur-nagios.entqmd systemd[1]:
Unit nagios.service entered failed state
There is the answer when I run journalctl -n;
-- Logs begin at Fri, 2013-10-18 07:28:57 EDT, end at Fri, 2013-10-18 07:40:55 EDT. --
Oct 18 07:39:05 superviseur-nagios.entqmd nagios[1660]: /etc/init.d/nagios: line 20: /etc/rc.d/init.d/functions: No such file or directory
Oct 18 07:39:05 superviseur-nagios.entqmd systemd[1]: nagios.service: control process exited, code=exited status=1
Oct 18 07:39:05 superviseur-nagios.entqmd systemd[1]:
Failed to start LSB: start and stop Nagios monitoring server.
Oct 18 07:39:05 superviseur-nagios.entqmd systemd[1]:
Unit nagios.service entered failed state
Oct 18 07:39:17 superviseur-nagios.entqmd kernel: SFW2-INext-DROP-DEFLT IN=eth0 OUT= MAC=33:33:00:00:00:fb:00:00:aa:dc:ce:81:86:dd SRC=fe80:0000:0000:0000

aaff:fedc:ce81 DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=208 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=168
Oct 18 07:39:47 superviseur-nagios.entqmd kernel: SFW2-INext-DROP-DEFLT IN=eth0 OUT= MAC=33:33:00:00:00:fb:00:00:aa:dc:ce:81:86:dd SRC=fe80:0000:0000:0000

aaff:fedc:ce81 DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=201 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=161
Oct 18 07:39:56 superviseur-nagios.entqmd kernel: SFW2-INext-DROP-DEFLT IN=eth0 OUT= MAC=33:33:00:00:00:fb:ec:35:86:0b:e9:3b:86:dd SRC=fe80:0000:0000:0000:ee35:86ff:fe0b:e93b DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=97 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=57
Oct 18 07:40:36 superviseur-nagios.entqmd kernel: SFW2-INext-DROP-DEFLT IN=eth0 OUT= MAC=33:33:00:00:00:fb:ec:35:86:0b:e9:3b:86:dd SRC=fe80:0000:0000:0000:ee35:86ff:fe0b:e93b DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=97 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=57
Oct 18 07:40:38 superviseur-nagios.entqmd kernel: SFW2-INext-DROP-DEFLT IN=eth0 OUT= MAC=33:33:00:00:00:fb:e0:f5:c6:95:73:62:86:dd SRC=fe80:0000:0000:0000

05fc:69b7:e1ba DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=240 TC=0 HOPLIMIT=255 FLOWLBL=859941 PROTO=UDP SPT=5353 DPT=5353 LEN=200
Oct 18 07:40:55 superviseur-nagios.entqmd kernel: SFW2-INext-DROP-DEFLT IN=eth0 OUT= MAC=33:33:00:00:00:fb:00:00:aa:dc:ce:81:86:dd SRC=fe80:0000:0000:0000

aaff:fedc:ce81 DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=208 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=168
lines 1-11/11 (END)
I'm not a specialist of Linux and I'm lost with problem.
Thanks for your help.