Hi all,
Is it possible to have multiple procs associated to one GROUP?
In analysis.cfg, example shows:
# You can also associate a GROUP id with a rule. The group-id is passed to
# the alert module, which can then use it to control who gets an alert when
# a failure occurs. E.g. the following associates the "httpd" process check
# with the "web" group, and the "sshd" check with the "admins" group:
# PROC httpd 5 GROUP=web
# PROC sshd 1 GROUP=admins
# In the alerts.cfg file, you could then have rules like
# GROUP=web
# MAIL user-b7c20e0da76a@xymon.invalid
# GROUP=admins
# MAIL user-04caac0eb454@xymon.invalid
is it possible to do:
PROC monitor1 GROUP=monwatch
PROC monitor2 GROUP=monwatch
PROC monitor3 GROUP=monwatch
and assign multiple unique procs to the same GROUP?
Thanks in advance
Greg Shea
EMC Corporation