check_oracle_health: update to 1.9.3.5
[omd.git] / packages / shinken / SHINKEN_REACTIONNER_PORT.hook
blob4337d35c454c3ec89ce5b413ce6d32482b5ea880
1 #!/bin/bash
3 # Alias: TCP port the Shinken reactionner listens on
4 # Menu: Basic
5 # Description:
6 # If you configured Shinken as the monitoring core, this is the
7 # listening port of the reactionner .
9 case "$1" in
10 default)
11 echo "localhost:7769"
13 choices)
14 echo "(none)|([1-9][0-9]{0,4})|([a-zA-Z0-9\.\-]*:[1-9][0-9]{0,4})"
16 set)
18 depends)
19 [ "$CONFIG_CORE" = shinken ]
21 esac