Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Services] Allow monit system tool to monitor the critical processes status running in various SONiC containers. #3940

Merged
merged 99 commits into from
Jan 11, 2020

Commits on Dec 21, 2019

  1. Add a monit config file for teamd container.

    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    040b2c6 View commit details
    Browse the repository at this point in the history
  2. Add a copy mechanism to put the monit config file in teamd container

    into base image.
    
    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    bdb07de View commit details
    Browse the repository at this point in the history
  3. Add a monit config file for snmp container.

    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    f29084e View commit details
    Browse the repository at this point in the history
  4. Add a copy mechanism to put the monit config file of snmp container into

    the base image.
    
    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    9be0f16 View commit details
    Browse the repository at this point in the history
  5. Add a monit config file for dhcp_relay container in the dir

    base_image_files.
    
    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    712280a View commit details
    Browse the repository at this point in the history
  6. Add a copy mechanism to put the monit config file of dhcp_relay

    container into base image under /etc/monit/conf.d.
    
    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    cf09064 View commit details
    Browse the repository at this point in the history
  7. Add a monit config file for router advertiser container.

    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    47bd3ca View commit details
    Browse the repository at this point in the history
  8. Add a copy mechanism to put the monit config file of router advertiser

    contianer into base image.
    
    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    1e4832c View commit details
    Browse the repository at this point in the history
  9. [Docker-Pmon] Add a monit config file for pmon container.

    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    e1df750 View commit details
    Browse the repository at this point in the history
  10. [Docker-Pmon] Add a copy mechanism to put the monit config file into the

    base image.
    
    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    734eaac View commit details
    Browse the repository at this point in the history
  11. [Docker-lldp] Add a monit config file for lldp container.

    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    78cea57 View commit details
    Browse the repository at this point in the history
  12. [Docker-lldp] Add a copy mechanism to put the monit config file into the

    base image.
    
    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    7ab41d2 View commit details
    Browse the repository at this point in the history
  13. [Docker-bgp] Add a monit config file for BGP container.

    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    7a32a3c View commit details
    Browse the repository at this point in the history
  14. [Docker-bgp] Add a copy mechanism to put monit config file into the base

    image.
    
    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    00cef69 View commit details
    Browse the repository at this point in the history
  15. [Docker-swss] Add a monit config file for the swss container.

    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    5834a5a View commit details
    Browse the repository at this point in the history
  16. [Docker-swss] Add a copy mechanism to put monit config file into the

    base image.
    
    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    0e02c23 View commit details
    Browse the repository at this point in the history
  17. [Docker-syncd] Add a monit config file for syncd container on barefoot

    platform.
    
    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    f02c0cf View commit details
    Browse the repository at this point in the history
  18. [Docker-syncd] Add a copy mechanism to put the monit config file into

    the base image on barefoot.
    
    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    5d63db8 View commit details
    Browse the repository at this point in the history
  19. [Docker-syncd] Add a monit config file for syncd container on broadcom.

    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    98770a8 View commit details
    Browse the repository at this point in the history
  20. [Docker-syncd] Add a copy mechanism to put the monit config file into

    the base image on broadcom.
    
    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    fa1933d View commit details
    Browse the repository at this point in the history
  21. [Docker-syncd] Add a monit config file for syncd container on cavium.

    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    404473b View commit details
    Browse the repository at this point in the history
  22. [Docker-syncd] Add a copy mechanism to put the monit config file into

    the base image.
    
    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    c015dd4 View commit details
    Browse the repository at this point in the history
  23. [Docker-centec] Add a monit config file for syncd container on centen

    platform.
    
    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    6050d83 View commit details
    Browse the repository at this point in the history
  24. [Docker-syncd] Add a copy mechanism to put the monit config file into

    the base image.
    
    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    26c42d8 View commit details
    Browse the repository at this point in the history
  25. [Docker-syncd] Add a monit config file for syncd container on centen

    platform.
    
    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    9c08ca2 View commit details
    Browse the repository at this point in the history
  26. [Docker-syncd] Add a copy mechanism to put the monit config file into

    the base image.
    
    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    8ef1b9b View commit details
    Browse the repository at this point in the history
  27. [Docker-syncd] Add a monit config file for syncd container on marvell.

    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    beea934 View commit details
    Browse the repository at this point in the history
  28. [Docker-syncd] Add a copy mechanism to put the monit conifg file into

    the base image.
    
    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    053c914 View commit details
    Browse the repository at this point in the history
  29. Merge branch 'check_proc_stats' of github.com:/Azure/sonic-buildimage…

    … into check_proc_stats
    yozhao101 committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    68b45eb View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2019

  1. [Docker-syncd] Add a monit config file for syncd container on

    marvell-arm64.
    
    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    7f2ed2f View commit details
    Browse the repository at this point in the history
  2. [Docker-syncd] Add a copy mechanism to put the monit config file into

    the base image on marvell-arm64.
    
    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    8d918c8 View commit details
    Browse the repository at this point in the history
  3. [Docker-syncd] Add a monit config file for syncd container on

    marvell-armhf.
    
    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    9e0db12 View commit details
    Browse the repository at this point in the history
  4. [Docker-syncd] Add a copy mechanism to put the monit config file into

    the base image.
    
    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    ff2d408 View commit details
    Browse the repository at this point in the history
  5. [Docker-syncd] Add a monit config file for syncd container on mellanox.

    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    7b0d484 View commit details
    Browse the repository at this point in the history
  6. [Docker-syncd] Add a copy mechanism to put the monit config file into

    the base image.
    
    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    ead4de6 View commit details
    Browse the repository at this point in the history
  7. [Docker-syncd] Add a monit config file for syncd container on nephos.

    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    dd10b47 View commit details
    Browse the repository at this point in the history
  8. [Docker-syncd] Add a copy mechanism to put the monit config file into

    the base image.
    
    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    82c1483 View commit details
    Browse the repository at this point in the history
  9. [Docker-sflow] Add a monit config file for sflow container.

    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    146c765 View commit details
    Browse the repository at this point in the history
  10. [Docker-sflow] Add a copy mechanism to put the monit conifg file into

    the base image.
    
    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    ced119c View commit details
    Browse the repository at this point in the history
  11. [Docker-telemetry] Add a monit config file for telemetry container.

    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    ca1bdd8 View commit details
    Browse the repository at this point in the history
  12. [Docker-telemetry] Add a copy mechanism to put the monit config file

    into the base image.
    
    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    e39bbb6 View commit details
    Browse the repository at this point in the history
  13. [Docker-database] Add a monit config file for database container.

    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    b54e3a5 View commit details
    Browse the repository at this point in the history
  14. [Docker-database] Add a copy mechanism to put the monit config file into

    the base image.
    
    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    a7b117e View commit details
    Browse the repository at this point in the history
  15. [Docker-Dhcprelay] Change a typo.

    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    ff531d4 View commit details
    Browse the repository at this point in the history
  16. [Docker-Dhcprelay] Change the process name in monit config file to

    dhcrelay.
    
    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    1372e17 View commit details
    Browse the repository at this point in the history
  17. [Docker-syncd] There is no desserve process in syncd container on

    barefoot.
    
    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    16b9120 View commit details
    Browse the repository at this point in the history
  18. [Docker-syncd] There is no process desserve in syncd container on

    cavium.
    
    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    5c42e5d View commit details
    Browse the repository at this point in the history
  19. [Docker-syncd] There is no process named desserve in syncd on centec.

    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    10f08c8 View commit details
    Browse the repository at this point in the history
  20. [Docker-syncd] There is no process named desserve in syncd on marvell.

    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    aae50a8 View commit details
    Browse the repository at this point in the history
  21. [Docker-syncd] Should not delete the process desserve in syncd container

    on marvell.
    
    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    5fc5981 View commit details
    Browse the repository at this point in the history
  22. [Docker-syncd] Delete the process dsserve in syncd on marvell.

    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    7a52fde View commit details
    Browse the repository at this point in the history
  23. [Docker-syncd] Delete the process dsserve in syncd container on

    marvell-arm64.
    
    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    66edffa View commit details
    Browse the repository at this point in the history
  24. [Docker-syncd] Delete the process dsserve in syncd container on

    marvell-armhf.
    
    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    7d89cd9 View commit details
    Browse the repository at this point in the history
  25. [Docker-syncd] Delete the process dsserve in syncd container on

    mellanox.
    
    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    c93e83c View commit details
    Browse the repository at this point in the history
  26. [Docker-Radv] Change the process name to radvd.

    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    54a6d62 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2020

  1. [Docker-telemetry] Correct a typo in monit_telemetry.

    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    59a60e0 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2020

  1. [Docker-teamd] Delete the monit config file for teamd.

    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    fb3cdd5 View commit details
    Browse the repository at this point in the history
  2. [Docker-teamd] Delete the mechanism to copy the monit config file into

    base image.
    
    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    5b962c6 View commit details
    Browse the repository at this point in the history
  3. [Docker-dhcprelay] Delete the monit config file for dhcp_relay

    container.
    
    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    d4590ec View commit details
    Browse the repository at this point in the history
  4. [Docker-dhcprelay] Delete the mechanism to copy the monit config file

    into the base image.
    
    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    9bdafd3 View commit details
    Browse the repository at this point in the history
  5. [Docker-radv] Delete the monit config file foe radv container.

    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    950cc9a View commit details
    Browse the repository at this point in the history
  6. [Docker-radv] Delete the mechanism to copy the monit config file into

    the base image.
    
    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    d3ce225 View commit details
    Browse the repository at this point in the history
  7. [Docker-bgp] change the monit config file for BGP container such that

    monit only generates alert if the process is not running for 5 minutes.
    
    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    5811079 View commit details
    Browse the repository at this point in the history
  8. [Docker-snmp] Change the monit config file for snmp container such that

    monit only generates alret if the process is not running for 5 minutes.
    
    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    9b193a5 View commit details
    Browse the repository at this point in the history
  9. [Docker-pmon] Change the monit config file for pmon container such that

    monit only generates alert if the processes are not running for 5
    minutes.
    
    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    ac607df View commit details
    Browse the repository at this point in the history
  10. [Docker-lldp] Change the monit config file for lldp container such that

    monit only generates alerts if some processes are not running for 5
    minutes.
    
    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    0090fe2 View commit details
    Browse the repository at this point in the history
  11. [Docker-pmon] Delete the monit config file for pmon container since some

    of processes are not running depended on the type of box.
    
    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    5f8210d View commit details
    Browse the repository at this point in the history
  12. [Docker-pmon] Delete the copy mechanism to copy the monit config file

    into the base image.
    
    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    15b66f4 View commit details
    Browse the repository at this point in the history
  13. [Docker-lldp] Change the matching name for the process lldpd.

    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    96efdde View commit details
    Browse the repository at this point in the history
  14. [Docker-swss] Change the monit config file for swss container such that

    monit only generates alerts if the processes are not running for 5
    minutes.
    
    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    8475bab View commit details
    Browse the repository at this point in the history
  15. [Docker-syncd] Change the monit config file for syncd container on

    barefoot such that monit only generates alerts if the process is not
    running for 5 minutes.
    
    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    3cdbb22 View commit details
    Browse the repository at this point in the history
  16. [Docker-syncd] Correct a typo in monit config file.

    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    311a8ff View commit details
    Browse the repository at this point in the history
  17. [Docker-syncd] Change the monit config file for syncd container on

    broadcom such that monit only generates alerts if the processes are not
    running for 5 minutes.
    
    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    a2b79a4 View commit details
    Browse the repository at this point in the history
  18. [Docker-syncd] Change the monit config file for syncd container on

    cavium such that monit only generates alerts if the process is not
    running for 5 minutes.
    
    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    d534cda View commit details
    Browse the repository at this point in the history
  19. [Docker-syncd] Change the monit config file for syncd container such

    that monit only generates alerts if the process is not running for 5
    minutes.
    
    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    cfe2a3d View commit details
    Browse the repository at this point in the history
  20. [Docker-syncd] Change the monit config file for syncd container on

    marvell such that monit only generates alerts if the process is not
    running for 5 minutes.
    
    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    df6b425 View commit details
    Browse the repository at this point in the history
  21. [Docker-syncd] Change the monit config file for syncd container on

    marvell-arm64 such that monit only generates alerts if the process is
    not running for 5 minutes.
    
    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    a6c8b8c View commit details
    Browse the repository at this point in the history
  22. [Docker-syncd] Change the monit config file for syncd container on

    marvell-armhf such that monit will generate alert if the process is not
    running for 5 minutes.
    
    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    329b6ef View commit details
    Browse the repository at this point in the history
  23. [Docker-syncd] Change the monit config file for syncd container on

    mellanox such that monit only generates alerts if the process is not
    running for 5 minutes.
    
    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    da3b15d View commit details
    Browse the repository at this point in the history
  24. [Docker-sycnd] Change the monit config file for syncd container such

    that monit only generates alerts if the processes are not running for 5
    minutes.
    
    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    8cc8291 View commit details
    Browse the repository at this point in the history
  25. [Docker-sflow] Change the monit config file for sflow container such

    that monit only generates alerts if the process is not running for 5
    minutes.
    
    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    e943f01 View commit details
    Browse the repository at this point in the history
  26. [Docker-telemetry] Change the monit config file for telemetry container

    such that monit only generates alerts if the processes are not running
    for 5 minutes.
    
    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    19cf640 View commit details
    Browse the repository at this point in the history
  27. [Docker-database] Change the monit config file for database container

    such that monit only generates alerts if the process is not running for
    5 minutes.
    
    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    6af7963 View commit details
    Browse the repository at this point in the history
  28. [Docker-database] Use 4 spaces to replace 2 spaces in monit config file.

    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    8ea4b10 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    ed78d5b View commit details
    Browse the repository at this point in the history
  30. [Docker-bgp] Use 4 spcess to replace 2 spaces in monit config file.

    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    3c4fc46 View commit details
    Browse the repository at this point in the history
  31. [Docker-lldp] Use 4 spaces to replace 2 spaces in monit config file.

    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    1c685bb View commit details
    Browse the repository at this point in the history
  32. [Docker-swss] Use 4 spaces to replace 2 space in monit config file.

    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    645de7b View commit details
    Browse the repository at this point in the history
  33. [Docker-sflow] Use 4 spaces to replace 2 spaces in monit config file.

    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    a8f5490 View commit details
    Browse the repository at this point in the history
  34. [Docker-snmp] Use 4 spaces to replace 2 spaces in monit config file.

    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    2e8f43e View commit details
    Browse the repository at this point in the history
  35. [Docker-telemetry] Use 4 spaces to replace 2 spaces in monit config

    file.
    
    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    f12f925 View commit details
    Browse the repository at this point in the history
  36. [Docker-syncd] Use 4 spaces to replace 2 spaces in the monit config file

    on barefoot.
    
    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    e6ca253 View commit details
    Browse the repository at this point in the history
  37. [Docker-syncd] Use 4 spaces to replace 2 spaces in the monit config file

    on broadcom.
    
    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    270dec7 View commit details
    Browse the repository at this point in the history
  38. [Docker-syncd] Use 4 spaces to replace 2 spaces in the monit config file

    on cavium.
    
    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    7ee5bf4 View commit details
    Browse the repository at this point in the history
  39. [Docker-syncd] Use 4 spaces to replace 2 spaces in the monit config file

    on centec.
    
    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    8507b1b View commit details
    Browse the repository at this point in the history
  40. [Docker-syncd] Use 4 spaces to replace 2 spaces in the monit config file

    on marvell.
    
    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    c13b1ce View commit details
    Browse the repository at this point in the history
  41. [Docker-syncd] Use 4 spaces to replace 2 spaces in the monit config file

    on mellanox.
    
    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    a130980 View commit details
    Browse the repository at this point in the history
  42. [Docker-syncd] Use 4 spaces to repalce 2 spaces in the monit config file

    on nephos.
    
    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    8db56f6 View commit details
    Browse the repository at this point in the history
  43. [Docker-bgp] Remove the trailing extra spaces in monit config file.

    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    c849b58 View commit details
    Browse the repository at this point in the history