Skip to content

[201811 Monit] Enable monitoring of SWSS daemons#5144

Merged
yxieca merged 1 commit intosonic-net:201811from
zhenggen-xu:201811-monit-fix
Aug 14, 2020
Merged

[201811 Monit] Enable monitoring of SWSS daemons#5144
yxieca merged 1 commit intosonic-net:201811from
zhenggen-xu:201811-monit-fix

Conversation

@zhenggen-xu
Copy link
Copy Markdown
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
Copy Markdown
Contributor

yxieca commented Aug 12, 2020

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

@jleveque
Copy link
Copy Markdown
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