nagios-plugins: build check_radius needs libradius
[omd.git] / packages / gearmand / GEARMAND.hook
blob32a89651dc047334ac051c2ce8b3f556a3576c9d
1 #!/bin/bash
3 # Alias: Gearman Daemon
4 # Menu: Distributed Monitoring
5 # Description:
6 # Gearman is the central job server for distributed monitoring
7 # based on Mod-Gearman. You have to start at least one job server
8 # somewhere. Keep the gearmand close to the nagios core for maximum
9 # performance.
11 case "$1" in
12 default)
13 echo "on"
15 choices)
16 echo "on: enable gearman daemon"
17 echo "off: disable gearman daemon"
19 set)
21 depends)
22 [ "$CONFIG_MOD_GEARMAN" = "on" ]
24 esac