minmon
minmon copied to clipboard
MinMon - an opinionated minimal monitoring and alarming tool
The systemd journal supports storing extra fields (check/alarm/action name, ..) along with the message. To be able to implement this with the log crate, the currently unstable `kv_unstable` feature is...
It would be good to have the option to use a config directory as an alternative to the single config file. See #20
The error state possibly shadows the good/bad state. It would be good to have placeholders available in the error action that indicate which state is shadowed (uuid, maybe timestamp, ..).
If an action fails, it will be logged but that's all right now. It would be better to retry the action on the next trigger.
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.203 to 1.0.207. Release notes Sourced from serde's releases. v1.0.207 Improve interactions between flatten attribute and skip_serializing/skip_deserializing (#2795, thanks @Mingun) v1.0.206 Improve support for flatten attribute inside...
Bumps [EmbarkStudios/cargo-deny-action](https://github.com/embarkstudios/cargo-deny-action) from 1 to 2. Release notes Sourced from EmbarkStudios/cargo-deny-action's releases. Release 2.0.1 - cargo-deny 0.16.1 Fixed PR#691 fixed an issue where workspace dependencies that used the current dir...
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.64 to 0.10.66. Release notes Sourced from openssl's releases. openssl-v0.10.66 What's Changed Fixed invariant violation in MemBio::get_buf with empty results by @alex in sfackler/rust-openssl#2266 Release openssl v0.10.66...
Bumps [text_placeholder](https://github.com/bernardoamc/text-placeholder) from 0.5.0 to 0.5.1. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.80 to 0.1.81. Release notes Sourced from async-trait's releases. 0.1.81 Turn off unneeded features of syn dependency (#272, thanks @klensy) Commits 383f65f Release 0.1.81 4ec740e Merge pull...
Bumps [log](https://github.com/rust-lang/log) from 0.4.21 to 0.4.22. Changelog Sourced from log's changelog. [0.4.22] - 2024-06-27 What's Changed Add some clarifications to the library docs by @KodrAus in rust-lang/log#620 Add links to...