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

[201811 Monit] Enable monitoring of SWSS daemons #5144

Merged
merged 1 commit into from
Aug 14, 2020

Conversation

zhenggen-xu
Copy link
Collaborator

[201811 Monit] Enable monitoring of SWSS daemons

Signed-off-by: Zhenggen Xu zxu@linkedin.com

This fix is only applicable to 201811 branch.

- Why I did it
Enable monitoring of SWSS daemons

- How I did it
See diff.

- How to verify it
Before the fix

sudo monit summary
Monit 5.20.0 uptime: 3d 12h 14m
┌─────────────────────────────────┬────────────────────────────┬───────────────┐
│ Service Name                    │ Status                     │ Type          │
├─────────────────────────────────┼────────────────────────────┼───────────────┤
│ lnos-x1-a-csw04                 │ Running                    │ System        │
├─────────────────────────────────┼────────────────────────────┼───────────────┤
│ rsyslog                         │ Running                    │ Process       │
├─────────────────────────────────┼────────────────────────────┼───────────────┤
│ telemetry                       │ Running                    │ Process       │
├─────────────────────────────────┼────────────────────────────┼───────────────┤
│ dialout_client                  │ Running                    │ Process       │
├─────────────────────────────────┼────────────────────────────┼───────────────┤
│ syncd                           │ Running                    │ Process       │
├─────────────────────────────────┼────────────────────────────┼───────────────┤
│ dsserve                         │ Running                    │ Process       │
├─────────────────────────────────┼────────────────────────────┼───────────────┤
│ snmpd                           │ Running                    │ Process       │
├─────────────────────────────────┼────────────────────────────┼───────────────┤
│ snmp_subagent                   │ Running                    │ Process       │
├─────────────────────────────────┼────────────────────────────┼───────────────┤
│ lldpd_monitor                   │ Running                    │ Process       │
├─────────────────────────────────┼────────────────────────────┼───────────────┤
│ lldp_syncd                      │ Running                    │ Process       │
├─────────────────────────────────┼────────────────────────────┼───────────────┤
│ lldpmgrd                        │ Running                    │ Process       │
├─────────────────────────────────┼────────────────────────────┼───────────────┤
│ redis_server                    │ Running                    │ Process       │
├─────────────────────────────────┼────────────────────────────┼───────────────┤
│ zebra                           │ Running                    │ Process       │
├─────────────────────────────────┼────────────────────────────┼───────────────┤
│ fpmsyncd                        │ Running                    │ Process       │
├─────────────────────────────────┼────────────────────────────┼───────────────┤
│ bgpd                            │ Running                    │ Process       │
├─────────────────────────────────┼────────────────────────────┼───────────────┤
│ root-overlay                    │ Accessible                 │ Filesystem    │
├─────────────────────────────────┼────────────────────────────┼───────────────┤
│ var-log                         │ Accessible                 │ Filesystem    │
└─────────────────────────────────┴────────────────────────────┴───────────────┘

After fix:

 sudo monit summary
Monit 5.20.0 uptime: 3d 12h 13m
┌─────────────────────────────────┬────────────────────────────┬───────────────┐
│ Service Name                    │ Status                     │ Type          │
├─────────────────────────────────┼────────────────────────────┼───────────────┤
│ lnos-x1-a-csw04                 │ Running                    │ System        │
├─────────────────────────────────┼────────────────────────────┼───────────────┤
│ rsyslog                         │ Running                    │ Process       │
├─────────────────────────────────┼────────────────────────────┼───────────────┤
│ telemetry                       │ Running                    │ Process       │
├─────────────────────────────────┼────────────────────────────┼───────────────┤
│ dialout_client                  │ Running                    │ Process       │
├─────────────────────────────────┼────────────────────────────┼───────────────┤
│ syncd                           │ Running                    │ Process       │
├─────────────────────────────────┼────────────────────────────┼───────────────┤
│ dsserve                         │ Running                    │ Process       │
├─────────────────────────────────┼────────────────────────────┼───────────────┤
│ orchagent                       │ Running                    │ Process       │
├─────────────────────────────────┼────────────────────────────┼───────────────┤
│ portsyncd                       │ Running                    │ Process       │
├─────────────────────────────────┼────────────────────────────┼───────────────┤
│ neighsyncd                      │ Running                    │ Process       │
├─────────────────────────────────┼────────────────────────────┼───────────────┤
│ vrfmgrd                         │ Running                    │ Process       │
├─────────────────────────────────┼────────────────────────────┼───────────────┤
│ vlanmgrd                        │ Running                    │ Process       │
├─────────────────────────────────┼────────────────────────────┼───────────────┤
│ intfmgrd                        │ Running                    │ Process       │
├─────────────────────────────────┼────────────────────────────┼───────────────┤
│ portmgrd                        │ Running                    │ Process       │
├─────────────────────────────────┼────────────────────────────┼───────────────┤
│ buffermgrd                      │ Running                    │ Process       │
├─────────────────────────────────┼────────────────────────────┼───────────────┤
│ nbrmgrd                         │ Running                    │ Process       │
├─────────────────────────────────┼────────────────────────────┼───────────────┤
│ snmpd                           │ Running                    │ Process       │
├─────────────────────────────────┼────────────────────────────┼───────────────┤
│ snmp_subagent                   │ Running                    │ Process       │
├─────────────────────────────────┼────────────────────────────┼───────────────┤
│ lldpd_monitor                   │ Running                    │ Process       │
├─────────────────────────────────┼────────────────────────────┼───────────────┤
│ lldp_syncd                      │ Running                    │ Process       │
├─────────────────────────────────┼────────────────────────────┼───────────────┤
│ lldpmgrd                        │ Running                    │ Process       │
├─────────────────────────────────┼────────────────────────────┼───────────────┤
│ redis_server                    │ Running                    │ Process       │
├─────────────────────────────────┼────────────────────────────┼───────────────┤
│ zebra                           │ Running                    │ Process       │
├─────────────────────────────────┼────────────────────────────┼───────────────┤
│ fpmsyncd                        │ Running                    │ Process       │
├─────────────────────────────────┼────────────────────────────┼───────────────┤
│ bgpd                            │ Running                    │ Process       │
├─────────────────────────────────┼────────────────────────────┼───────────────┤
│ root-overlay                    │ Accessible                 │ Filesystem    │
├─────────────────────────────────┼────────────────────────────┼───────────────┤
│ var-log                         │ Accessible                 │ Filesystem    │
└─────────────────────────────────┴────────────────────────────┴───────────────┘

- Which release branch to backport (provide reason below if selected)

  • 201811
  • 201911
  • 202006

- Description for the changelog

- A picture of a cute animal (not mandatory but encouraged)

Signed-off-by: Zhenggen Xu <zxu@linkedin.com>
@yxieca
Copy link
Contributor

yxieca commented Aug 12, 2020

@jleveque do you see issue with this change? It looks good to me.

@jleveque
Copy link
Contributor

Retest vsimage please

@yxieca yxieca merged commit e1e9719 into sonic-net:201811 Aug 14, 2020
@zhenggen-xu zhenggen-xu deleted the 201811-monit-fix branch May 24, 2024 19:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants