monitoring-plugins
monitoring-plugins copied to clipboard
journald-query: Extend capabilities
This PR allows more flexible monitoring logs in the log journal:
- Added support for activating after a given threshold of journal events, instead on every one;
- Added support for using the "grep" parameter of journalctl to match specific events in more specific way:
- 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_NAMEfield)