check_oracle_health: update to 1.9.3.5
[omd.git] / packages / check_mk / MKEVENTD_SYSLOG.hook
blob647b0f0479d04897bdc8762ab0864a4057ec0207
1 #!/bin/bash
3 # Alias: Enable Builtin Syslog Server
4 # Menu: Addons
5 # Description:
6 # If this option is enabled then mkeventd starts a builtin syslog
7 # server that receives syslog messages via UDP port 514. Local messages
8 # via /dev/log are not being received, so you can keep your local
9 # syslog server running as long as it does not open UDP port 514.
10 # Enabling this option makes the mkeventd started via a SUID helper
11 # that first opens the (priviledged) port 514 and then starting the
12 # actual event daemon.
14 case "$1" in
15 default)
16 echo "off"
18 choices)
19 echo "on: enable"
20 echo "off: disable"
22 depends)
23 [ "$CONFIG_MKEVENTD" = on ]
25 esac