minitor-go/test/invalid-config-missing-alerts.yml
Ian Fijolek 9b9f803231
All checks were successful
continuous-integration/drone/push Build is passing
Add pre-commit to the repo
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

9 lines
180 B
YAML

check_interval: 1
monitors:
- name: Command
command: ['echo', '$PATH']
alert_down: [ 'alert_down', 'log_shell', 'log_command' ]
# alert_every: -1
alert_every: 0