minmon 0.13.0

An opinionated minimal monitoring and alarming tool
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Log
Write a line to the log (as configured in the `[log]` section of the config file).

## Options
| name | example | optional | default | placeholders |
|:---|:---|:---:|:---|:---:|
| level | `"Debug"`, `"Info"`, `"Warning"`, `"Error"` || `"Info"` ||
| template | `"Alarm '{{alarm_name}}' was triggered."` || ||

### level
Level of the log messages generated by the action.

### template
Log message template.
This is the text that will go into the log with the placeholders replaced.