dddf96933c
Why/How I did: Make sure first error syslog is triggered based on FAULT TOLERANCE condition. Added support of repeat clause with alert action. This is used as trigger for generation of periodic syslog error messages if error is persistent Updated the monit conf files with repeat every x cycles for the alert action
12 lines
634 B
Plaintext
12 lines
634 B
Plaintext
###############################################################################
|
|
## Monit configuration for telemetry container
|
|
## process list:
|
|
## telemetry
|
|
## dialout_client
|
|
###############################################################################
|
|
check program telemetry|telemetry with path "/usr/bin/process_checker telemetry /usr/sbin/telemetry"
|
|
if status != 0 for 5 times within 5 cycles then alert repeat every 1 cycles
|
|
|
|
check program telemetry|dialout_client with path "/usr/bin/process_checker telemetry /usr/sbin/dialout_client_cli"
|
|
if status != 0 for 5 times within 5 cycles then alert repeat every 1 cycles
|