This release adds new config options to make MinMon wait before beginning with the checks after it starts.
There are also new placeholders for the time the last state was active.
New features
- Configuration:
boot_delay
andstart_delay
to delay the beginning of the checks after MinMon starts.- Check out the documentation about how to use them in your config file (
they both go into the newgeneral
config file section)!
- Check out the documentation about how to use them in your config file (
- Placeholders
alarm_last_duration
andalarm_last_duration_iso
for the duration the last state lasted (in seconds/as ISO8601 duration).
Fixes
- Fix (possibly) wrong state name in log message when error state is left.