Search found 1 match

by dandyvica
Wed Feb 17, 2021 1:03 pm
Forum: Open Source Nagios Projects
Topic: check_logfiles plugin re-implemented in Rust
Replies: 0
Views: 1625

check_logfiles plugin re-implemented in Rust

Hi all, The check_logfiles Nagios plug-in is a great one, but suffers from little quirks in some situations. It allows to search for user-defined patterns in logfiles. I re-implemented it, in the same spirit, with the following features: - single binary executable, no dependency - fast - uses a YAML...