| 77 | | This is not a mandatory step. If the monitor should be run on all servers, then add the hostgroup/service here. Otherwise leave it out. |
| | 77 | This is not a mandatory step. If the monitor should be run on all servers, then add the hostgroup/service here. Otherwise leave it out, but be sure to include in the monitor script a line that specifies under what context the script should be run. For example (from mf-monitor-fcgid): |
| | 78 | |
| | 79 | {{{ |
| | 80 | # Only run if fcgid is installed |
| | 81 | [ ! -e "/etc/apache2/mods-enabled/fcgid.conf" ] && exit 0 |
| | 82 | }}} |