check_logfiles plugin re-implemented in Rust

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
dandyvica
Posts: 1
Joined: Wed Feb 17, 2021 12:52 pm

check_logfiles plugin re-implemented in Rust

Post by dandyvica »

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 definition file
    - in addition to calling a script, it can send data in JSON to a TCP address or a UNIX domain socket
    - Linux, BSD & Windows
    - manage log rotations
You can get it here: https://github.com/dandyvica/clf

Comments welcome :)
Locked