12 lines
551 B
Plaintext
12 lines
551 B
Plaintext
|
###############################################################################
|
||
|
## Monit configuration for telemetry container
|
||
|
## process list:
|
||
|
## telemetry
|
||
|
## dialout_client
|
||
|
###############################################################################
|
||
|
check process telemetry matching "/usr/sbin/telemetry -logtostderr --insecure"
|
||
|
if does not exist for 5 times within 5 cycles then alert
|
||
|
|
||
|
check process dialout_client matching "/usr/sbin/dialout_client_cli -insecure -logtostderr"
|
||
|
if does not exist for 5 times within 5 cycles then alert
|