Xymon Mailing List Archive search

Syntax for multiple service exclusions?

3 messages in this thread

list Craig Cook · Wed, 13 Sep 2006 01:18:48 -0500 ·
What is the correct syntax for multiple service exclusions?

I have tried:

HOST=server1
     MAIL user-87f4078ea6f3@xymon.invalid RECOVERED EXSERVICE=vmio EXSERVICE=memory

and 

HOST=server1
     MAIL user-87f4078ea6f3@xymon.invalid RECOVERED EXSERVICE="vmio|memory"

but neither works and I can't work it out from the man page...

Does every parameter take regular expressions?

Thanks

Craig Cook
--
Systems Monitoring Consulting and Support Services
http://www.cookitservices.com
list Henrik Størner · Wed, 13 Sep 2006 09:12:31 +0200 ·
quoted from Craig Cook
On Wed, Sep 13, 2006 at 01:18:48AM -0500, Craig Cook wrote:
What is the correct syntax for multiple service exclusions?

I have tried:

HOST=server1
     MAIL user-87f4078ea6f3@xymon.invalid RECOVERED EXSERVICE=vmio EXSERVICE=memory

and 

HOST=server1
     MAIL user-87f4078ea6f3@xymon.invalid RECOVERED EXSERVICE="vmio|memory"

but neither works and I can't work it out from the man page...
  EXSERVICE=vmio,memory
or
  EXSERVICE=%vmio|memory
Does every parameter take regular expressions?
Yes.


Regards,
Henrik
list Craig Cook · Thu, 14 Sep 2006 23:46:30 -0500 ·
 EXSERVICE=vmio,memory
or
 EXSERVICE=%vmio|memory
Tried both of those, the vmio messages are stopped, but I still get memory messages through for this host...

Thanks

Craig Cook
--
Systems Monitoring Consulting and Support Services
http://www.cookitservices.com