13cec4c486
We want to let Monit to unmonitor the processes in containers which are disabled in `FEATURE` table such that Monit will not generate false alerting messages into the syslog. Signed-off-by: Yong Zhao <yozhao@microsoft.com>
8 lines
384 B
Plaintext
8 lines
384 B
Plaintext
###############################################################################
|
|
## Monit configuration for sflow container
|
|
## process list:
|
|
## sflowmgrd
|
|
###############################################################################
|
|
check program sflow|sflowmgrd with path "/usr/bin/process_checker sflow /usr/bin/sflowmgrd"
|
|
if status != 0 for 5 times within 5 cycles then alert
|