sonic-buildimage/dockers/docker-orchagent/base_image_files
Stephen Sun 0b16ca4ae9
[monit] Avoid monit error log by removing "-l" from monit_swss|buffermgrd (#7236)
Avoid the following error messages while dynamic buffer calculation is enabled
```
ERR monit[491]: 'swss|buffermgrd' status failed (1) -- '/usr/bin/buffermgrd -l' is not running in host
```

Change /usr/bin/buffermgrd -l to /usr/bin/buffermgrd. The buffermgrd is started by -l for traditional model or -a for dynamic model. So we need to use the common section of both.

Signed-off-by: Stephen Sun <stephens@nvidia.com>
2021-04-06 10:12:23 -07:00
..
monit_swss [monit] Avoid monit error log by removing "-l" from monit_swss|buffermgrd (#7236) 2021-04-06 10:12:23 -07:00
swssloglevel [multi-Asic] Add support for multi-asic to swssloglevel (#5316) 2020-09-16 11:29:05 -07:00