Add backwards compatility explanation in Readme
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
860c2cdf43
commit
49e3635819
14
README.md
14
README.md
@ -54,7 +54,7 @@ The global configurations are:
|
|||||||
|
|
||||||
|key|value|
|
|key|value|
|
||||||
|---|---|
|
|---|---|
|
||||||
|`check_interval`|Maximum frequency to run checks for each monitor (as duration, eg. 1m2s)|
|
|`check_interval`|Maximum frequency to run checks for each monitor as duration, eg. 1m2s.|
|
||||||
|`monitors`|List of all monitors. Detailed description below|
|
|`monitors`|List of all monitors. Detailed description below|
|
||||||
|`alerts`|List of all alerts. Detailed description below|
|
|`alerts`|List of all alerts. Detailed description below|
|
||||||
|
|
||||||
@ -143,6 +143,18 @@ alerts:
|
|||||||
command: 'echo {{.MonitorName}}'
|
command: 'echo {{.MonitorName}}'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Interval durations have changed from being an integer number of seconds to a duration string supported by Go, for example:
|
||||||
|
|
||||||
|
minitor-py:
|
||||||
|
```yaml
|
||||||
|
check_interval: 90
|
||||||
|
```
|
||||||
|
|
||||||
|
minitor-go:
|
||||||
|
```yaml
|
||||||
|
check_interval: 1m30s
|
||||||
|
```
|
||||||
|
|
||||||
For the time being, legacy configs for the Python version of Minitor should be compatible if you apply the `-py-compat` flag when running Minitor. Eventually, this flag will go away when later breaking changes are introduced.
|
For the time being, legacy configs for the Python version of Minitor should be compatible if you apply the `-py-compat` flag when running Minitor. Eventually, this flag will go away when later breaking changes are introduced.
|
||||||
|
|
||||||
## Future
|
## Future
|
||||||
|
Loading…
Reference in New Issue
Block a user