14 Jan
2013
14 Jan
'13
9:09 p.m.
Thanks Mike
That worked!
On 01/14/2013 10:02 PM, Mike Burger wrote:
Hi Gents,
Could you please tell me what's wrong here:
hosts.cfg: page servers <H3> my_servers </H3>
alerts.cfg PAGE=servers MAIL ciprian at gmail.com DURATION>15m REPEAT=30m
I have multiple HOSTS which are working well. I get the notification emails. However for the 'PAGE' declaration I get nothing.
Any ideas? Does your page "servers" actually have any hosts in it, or is it a parent with subpages contained within?
If it's a parent, then you may need to do one of the following:
PAGE=servers/<subpage>
or
PAGE=%(servers)
To make it happen.
--