[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [hobbit] Alerts
- To: <hobbit (at) hswn.dk>
 
- Subject: RE: [hobbit] Alerts
 
- From: "Eric Meddaugh" <etmsys (at) rit.edu>
 
- Date: Mon, 10 Sep 2007 09:29:08 -0400
 
- References: <29D40A034DC4994BA998814958B6E3BC498C30 (at) emailsvr01.metsi.com> <F45059D23B83CB4BAF7528BFAD12142505811544 (at) vcommail1.voicecom.com>
 
- Thread-index: AcfzeEgmGhCr6jZWT+eP+XxYKsoNewAMUSQgAAEzUcA=
 
- Thread-topic: [hobbit] Alerts
 
I think you might also need THE "RECOVERED" and "NOTICE" tags as well.
 
We have all alerts sent to a program which processes them, this is what
we had to do to get it to work fully:
 
 
HOST=* RECOVERED
        SCRIPT  /home/hobbit/server/ext/PROGRAM.pl none
        SCRIPT  /home/hobbit/server/ext/PROGRAM.pl notice NOTICE
 
 
Is that the correct way?
 
---Eric
 
________________________________
From: Cooper, Ken [mailto:Ken.Cooper (at) Intelliverse.com] 
Sent: Monday, September 10, 2007 08:55
To: hobbit (at) hswn.dk
Subject: RE: [hobbit] Alerts
 
If you want all alerts from all servers to go to the same e-mail address
HOST=*
  MAIL email (at) somewhere.com
 
________________________________
From: Nikesh Maharaj [mailto:NMaharaj (at) tcta.co.za] 
Sent: Monday, September 10, 2007 3:01 AM
To: hobbit (at) hswn.dk
Subject: [hobbit] Alerts
 
Hi all, 
 
Im new to Hobbit and am trying to configure the alerts. What must I add
for all alerts to be sent to 1 email address ?