nagios-plugins: build check_radius needs libradius
[omd.git] / packages / mysql-omd / MYSQL.hook
blob5e38daa8b8987bb6d3cc2c3672d98906c27c69a3
1 #!/bin/bash
3 # Alias: Start site-local MySQL Daemon
4 # Menu: Addons
5 # Description:
6 # If you want to use addons based on MySQL, then you can activate
7 # this option and a site specific MySQL daemon will be started.
9 case "$1" in
10 default)
11 echo "off"
13 choices)
14 echo "on: enable"
15 echo "off: disable"
17 esac