I have to setup and work a GraeLog server (version 0.9.6 with web interface). I have a stream for log entries with serious information or higher.
I have to add a filter rule in that section, which filters all those entries with the word Nagyes (also Nagoya: or Nagyios-Plugin).
I have tried to add these rules to the stream (as a complete message filter):
No. * Nagios * -nagios *: * - * nagios * No * Nagios * The result of those people was that the blocking of section log entries was stopped.
How do I add a correct filter?
Good, thanks and some of this regexp works:
^ ((?? nagios)) * $
Comments
Post a Comment