3 # Alias: Make MK Livestatus accessable via TCP
4 # Menu: Distributed Monitoring
6 # MK Livestatus usually listens only on a local UNIX socket -
7 # for reasons of performance and security. This option is used
8 # to make it reachable via TCP on a port configurable with
20 if [ "$2" == "on" -a "$CONFIG_CORE" != "shinken" ]
22 mkdir
-p $OMD_ROOT/etc
/xinetd.d
23 ln -sfn ..
/mk-livestatus
/xinetd.conf
$OMD_ROOT/etc
/xinetd.d
/mk-livestatus
25 rm -f $OMD_ROOT/etc
/xinetd.d
/mk-livestatus
29 [ "$CONFIG_CORE" != none
]