Skip to content
This repository was archived by the owner on Sep 26, 2019. It is now read-only.

Fix network error detection#61

Open
danci1973 wants to merge 1 commit into
ovido:masterfrom
danci1973:patch-1
Open

Fix network error detection#61
danci1973 wants to merge 1 commit into
ovido:masterfrom
danci1973:patch-1

Conversation

@danci1973
Copy link
Copy Markdown

check_rhev3.pl -o -A "/ovirt-engine/api" --ca-file=/etc/nrpe.d/manager.cert -f /etc/nrpe.d/manager.auth -H manager_host -p 443 -M VM_name -l network -s errors

We noticed that this check flaps between OK and CRITICAL state whenever a VM has NIC errors.

We changed this so that the check returns error / CRITICAL state only if the number of NIC errors increases - otherwise, it returns OK.

# check_rhev3.pl -o -A "/ovirt-engine/api" --ca-file=/etc/nrpe.d/manager.cert -f /etc/nrpe.d/manager.auth -H manager_host -p 443 -M VM_name -l network -s errors

We noticed that this check flaps between OK and CRITICAL state whenever a VM has NIC errors.

We changed this so that the check returns error / CRITICAL state only if the number of NIC errors increases - otherwise, it returns OK.
@scrat14
Copy link
Copy Markdown
Member

scrat14 commented Sep 26, 2019

Thanks for submitting this patch.
Unfortunately this plugin is developed in a new Github repository now and this issue was fixed in this commit: rk-it-at#6
Please check out the new repository: https://github.com/rk-it-at/check_rhv
I'll archive this one to not create further missunderstandings.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants