Hi all,
Anyone have information for how to write real time event log filter syntax or example for NSClient++ - 0.4.3.131?
The following example are confirmed not work in Nsclient 0.4.3.131
filter= level = (warning) AND ID NOT IN (1,2,3,100)
filter= level = (warning,error) AND ID NOT IN (1,3,30,1000)
filter= level = (warning)
filter= level = (error)
fitler= level = "warning"
fitler= level = "error"
fitler= level = 'warning'
fitler= level = 'error'
NSClient++ - 0.4.3.131 real time event log filter syntax
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: NSClient++ - 0.4.3.131 real time event log filter syntax
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: NSClient++ - 0.4.3.131 real time event log filter syntax
Hi Box293,
Actually I need the syntax for create the filter messages. Below is the valid syntax which I use "try and error" method to find it out.
This filter can filter out "error" and "warning" with ignore ID for nsclient ver 0.4.3.131
filter=level IN (1,2) AND (id NOT IN (2,3))
Remark
level 1 =error
level 2 =warning
Thank you for helping me solving many nagios problems.
Actually I need the syntax for create the filter messages. Below is the valid syntax which I use "try and error" method to find it out.
This filter can filter out "error" and "warning" with ignore ID for nsclient ver 0.4.3.131
filter=level IN (1,2) AND (id NOT IN (2,3))
Remark
level 1 =error
level 2 =warning
Thank you for helping me solving many nagios problems.
-
jdalrymple
- Skynet Drone
- Posts: 2620
- Joined: Wed Feb 11, 2015 1:56 pm
Re: NSClient++ - 0.4.3.131 real time event log filter syntax
Sounds like you have this issue sorted out michaelli?
Or should I leave the thread unlocked for further correspondence? If we should leave it open can you clarify any further questions you might have with this?
Or should I leave the thread unlocked for further correspondence? If we should leave it open can you clarify any further questions you might have with this?
Re: NSClient++ - 0.4.3.131 real time event log filter syntax
Hi jdalrymple,
pls help to closed this case
pls help to closed this case