3 # Alias: TCP port number for MK Livestatus
4 # Menu: Distributed Monitoring
6 # If Livestatus is configured to listen on a TCP port, you
7 # can configure that port here.
17 sed -ri 's/^([[:space:]]*port[[:space:]]*=[[:space:]]*)([0-9]+)/\1'$2'/' $OMD_ROOT/etc
/mk-livestatus
/xinetd.conf
20 [ "$CONFIG_CORE" != none
-a "$CONFIG_LIVESTATUS_TCP" = on
]