3 # Alias: Port for the Gearman Daemon
4 # Menu: Distributed Monitoring
6 # Set the listen address and port for gearmand. Use the fqdn instead of localhost
7 # to make gearman accessible from other hosts too. Use ":port" to bind on all
15 echo "[a-zA-Z0-9\.\-,:]*"
18 mkdir
-p $OMD_ROOT/etc
/mod-gearman
19 cat <<EOF > $OMD_ROOT/etc/mod-gearman/port.conf
20 # sets the addess of your gearman job server. Please
21 # change only by using the "omd config" command.
26 [ "$CONFIG_MOD_GEARMAN" = "on" ]