monitoring-plugins icon indicating copy to clipboard operation
monitoring-plugins copied to clipboard

journald-query: Extend capabilities

Open kam193 opened this issue 1 year ago • 0 comments

This PR allows more flexible monitoring logs in the log journal:

  1. Added support for activating after a given threshold of journal events, instead on every one;
  2. Added support for using the "grep" parameter of journalctl to match specific events in more specific way:
  3. Added support for using journal field matching, useful to filter events in a one unit (e.g. filter logs related to a specific Docker container using CONTAINER_NAME field)

kam193 avatar Dec 21 '24 20:12 kam193