Re: [otrs] SystemMonitoring regexp failure

2012-04-02 Thread Sune T. Tougaard
DuPont Sent: 23. marts 2012 22:20 To: User questions and discussions about OTRS. Subject: Re: [otrs] SystemMonitoring regexp failure But is it looking at both the subject *and* the body? Yes it is looking in the subject and then the body for those regexes and the ones found in the body

[otrs] SystemMonitoring regexp failure

2012-03-23 Thread Sune T. Tougaard
Hi, Sorry for the lenghty e-mail, but I need some help on this. I'm trying to get my Zenoss alerting working with my OTRS install. Even though I've tried tailoring the e-mails to my systemmonitoring rules specifically, I don't seem to be getting the desired results. One of the mails (html) I

Re: [otrs] SystemMonitoring regexp failure

2012-03-23 Thread James Michael DuPont
Hi there, According to your mail you have 'CloseTicketRegExp' = '0', You are going to need some regex to match if the host is up. For example, the standard is : CloseTicketRegExp = 'OK|UP', That means OK or UP will mark the server as back online. See also the documentation, it names

Re: [otrs] SystemMonitoring regexp failure

2012-03-23 Thread Sune T. Tougaard
. marts 2012 15:09 To: User questions and discussions about OTRS. Subject: Re: [otrs] SystemMonitoring regexp failure Hi there, According to your mail you have 'CloseTicketRegExp' = '0', You are going to need some regex to match if the host is up. For example, the standard

Re: [otrs] SystemMonitoring regexp failure

2012-03-23 Thread James Michael DuPont
. ** ** *From:* otrs-boun...@otrs.org [mailto:otrs-boun...@otrs.org] *On Behalf Of *James Michael DuPont *Sent:* 23. marts 2012 15:09 *To:* User questions and discussions about OTRS. *Subject:* Re: [otrs] SystemMonitoring regexp failure ** ** Hi there, According to your mail you

Re: [otrs] SystemMonitoring regexp failure

2012-03-23 Thread Sune T. Tougaard
: otrs-boun...@otrs.org [mailto:otrs-boun...@otrs.org] On Behalf Of James Michael DuPont Sent: 23. marts 2012 20:20 To: User questions and discussions about OTRS. Subject: Re: [otrs] SystemMonitoring regexp failure Sune T., you can call me mike, my full name is james michael, but everyone calls

Re: [otrs] SystemMonitoring regexp failure

2012-03-23 Thread James Michael DuPont
about OTRS. *Subject:* Re: [otrs] SystemMonitoring regexp failure ** ** Sune T., you can call me mike, my full name is james michael, but everyone calls me me mike. Lets look at the source for for how the regex is used : In the source code ;Kernel/System/PostMaster/Filter