7 Apr
2011
7 Apr
'11
5:29 p.m.
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 webmaster at foo.com
GROUP=admins
MAIL root at foo.com
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