14 lines
187 B
YAML
14 lines
187 B
YAML
|
check_interval: 1
|
||
|
|
||
|
monitors:
|
||
|
- name: Command
|
||
|
command: ['echo', '$PATH']
|
||
|
alert_down: [ 'not_log']
|
||
|
# alert_every: -1
|
||
|
alert_every: 0
|
||
|
|
||
|
|
||
|
alerts:
|
||
|
log:
|
||
|
command: ['true']
|