File check_mk-livestatus-README.SUSE of Package check_mk
= mk-livestatus =
If you run Icinga instead of Nagios, the livestatus socket might not
be created because of the 'wrong' permissions of the socket directory:
/var/spool/check_mk
We placed a file: /etc/permissions.d/mk-livestatus containing a
short description how to fix this even for future package updates.
= Nagios 4.x =
Please use the livestatus-nagios4.o file instead of livestatus.o.
So instead of:
----
broker_module=/usr/lib/check_mk/livestatus.o /var/spool/nagios/nagios.cmd
----
Please use:
----
broker_module=/usr/lib/check_mk/livestatus-nagios4.o /var/spool/nagios/nagios.cmd
----
if you are running a Nagios 4 instance.