Evgheni Dereveanchin created OVIRT-2820:
-------------------------------------------

             Summary: monitor veth count on OpenShift nodes
                 Key: OVIRT-2820
                 URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2820
             Project: oVirt - virtualization made easy
          Issue Type: Bug
            Reporter: Evgheni Dereveanchin
            Assignee: infra


We've got an issue with veth count rising on certain bare metal nodes which 
causes dnsmask to fail on them and break the node.

It's quite trivial to monitor this from a master using even a bash one-liner 
such as:
oc get nodes | cut -d" " -f1 | grep -v NAME | xargs  -I % -n 1 ssh % "ip a | 
grep veth| wc -l"

Let's add this to nagios to have the information before it causes problems.



--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100114)
_______________________________________________
Infra mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/[email protected]/message/W4EDXCJ7COHS3Q5CVICFPP57UXKEF6HS/

Reply via email to