check_logfiles: 3.7.5.1
[omd.git] / packages / nsca / NSCA.hook
blob34d76d6da8b15aefe04cd948d2909cbef7a29e58
1 #!/bin/bash
3 # Alias: Make NSCA accessable via TCP
4 # Menu: Distributed Monitoring
5 # Description:
6 # This option is used to make NSCA reachable via TCP on a port configurable with
7 # NSCA_TCP_PORT.
9 case "$1" in
10 default)
11 echo "off"
13 choices)
14 echo "on: enable"
15 echo "off: disable"
17 set)
19 depends)
20 [ "$CONFIG_CORE" != none ]
22 esac