d6aee4cc65
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>
8 lines
337 B
Plaintext
8 lines
337 B
Plaintext
###############################################################################
|
|
## Monit configuration for syncd container
|
|
## process list:
|
|
## syncd
|
|
###############################################################################
|
|
check process syncd matching "/usr/bin/syncd"
|
|
if does not exist for 5 times within 5 cycles then alert
|