e096217e43
Move monitor init to it's own method and refactor config validate to return err
2024-11-15 16:17:15 -08:00
7cac6c94d7
Update readme and update some test files to be better examples
continuous-integration/drone/push Build is failing
2024-11-15 12:05:17 -08:00
e0af17a599
Refactor test package and some field types
...
Fairly big test refactor and changing some of the fields from pointers
2024-11-15 11:37:03 -08:00
a0a6b8199a
WIP: Try migration to hcl
2024-11-14 13:42:50 -08:00
3f6c8f5a22
Breaking: Remove 'SecondsOrDuration' for check_interval
...
continuous-integration/drone/push Build is failing
Now requires an explicit duration unit. Eg. 30s
2024-11-14 11:18:39 -08:00
deec04bf0d
Allow setting of global defaults for some values
...
This helps with reducing redundant config.
Note: There is no default for `alert_every` because the zero value has a
meaning and cannot be interpreted as an omission.
2022-12-19 15:49:32 -08:00
04395fa693
Add duration parsing tests
2021-05-11 10:41:39 -07:00
9c21880efa
Add a default log alert
2020-02-19 17:38:07 -08:00
25c5179d3d
Switch to a single key for command and command shell
...
continuous-integration/drone/push Build is passing
This makes the configuration more similar to Minitor-py and
docker-compose. If a string is passed, it will be executed in a shell.
If an array is passed, it will be executed in as a command directly.
This breaks compatiblity with previous versions of Minitor-go, but
closer to compatiblity with Minitor-py.
2020-02-19 17:38:06 -08:00
3226be69e7
Fix issue with shell commands containing "<>" and unecessary (and poor) escaping
continuous-integration/drone/push Build is passing
2020-01-07 10:37:53 -08:00
0269ad3512
Add new test for multi-line YAML strings
2020-01-07 10:28:14 -08:00
9b9f803231
Add pre-commit to the repo
...
continuous-integration/drone/push Build is passing
This adds pre-commit which can be used to enforce consistent style
and common errors (like committing large files)
2019-11-21 15:32:57 -08:00
351216c3a7
Add more config validation
...
Validates that all alerts are actually found in the alert list
2019-10-07 10:48:19 -07:00
5c5388d683
Add some config tests
...
Still some more to add
2019-10-03 18:16:03 -07:00