12 lines
483 B
Plaintext
12 lines
483 B
Plaintext
|
###############################################################################
|
||
|
## Monit configuration for syncd container
|
||
|
## process list:
|
||
|
## syncd
|
||
|
## dsserve
|
||
|
###############################################################################
|
||
|
check process syncd matching "/usr/bin/syncd --diag"
|
||
|
if does not exist for 5 times within 5 cycles then alert
|
||
|
|
||
|
check process dsserve matching "/usr/bin/dsserve /usr/bin/syncd"
|
||
|
if does not exist for 5 times within 5 cycles then alert
|