nagvis: Updated to current nightly
[omd.git] / packages / gearmand / GEARMAND.hook
blobfcc08a6d82096f0c595f752dbe493447a27a8a55
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