db7668638a
Since the syncd process running on different platforms will have the different full path names, we change the full path name of process syncd in the monit config file such that it will be universal and is not for a specific vendor. Signed-off-by: Yong Zhao <yozhao@microsoft.com>
12 lines
476 B
Plaintext
12 lines
476 B
Plaintext
###############################################################################
|
|
## Monit configuration for syncd container
|
|
## process list:
|
|
## syncd
|
|
## dsserve
|
|
###############################################################################
|
|
check process syncd matching "/usr/bin/syncd"
|
|
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
|