3 # Alias: TCP port number for NSCA
4 # Menu: Distributed Monitoring
6 # Configure the TCP port used for NSCA
16 sed -ri 's/^([[:space:]]*server_port[[:space:]]*=[[:space:]]*)([0-9]+)/\1'$2'/' $OMD_ROOT/etc
/nsca
/nsca.cfg
19 [ "$CONFIG_CORE" != none
-a "$CONFIG_NSCA" = on
]