nagios-nrpe: Fix check_nfsserver for buster and bullseye #138

Merged
mtrossevin merged 1 commits from mtrossevin/ansible-roles:check_nfsserver-buster into unstable 2021-11-24 11:12:14 +01:00
Owner

From buster onward the nfs server doesn't run NFSv4 over UDP (it is out
of spec, see RFC 7530). As such the check broke as it attempt to check
the availability of NFSv4 over UDP.

Right now the check doesn't check for NFSv2 over UDP as it would need to
check if it exist first, as on bullseye it isn't supported by default
anymore.

From buster onward the nfs server doesn't run NFSv4 over UDP (it is out of spec, see RFC 7530). As such the check broke as it attempt to check the availability of NFSv4 over UDP. Right now the check doesn't check for NFSv2 over UDP as it would need to check if it exist first, as on bullseye it isn't supported by default anymore.
mtrossevin requested review from jlecour 2021-11-16 15:07:05 +01:00
mtrossevin requested review from lpoujol 2021-11-16 15:07:05 +01:00
mtrossevin removed review request for lpoujol 2021-11-24 11:10:34 +01:00
mtrossevin removed review request for jlecour 2021-11-24 11:10:36 +01:00
mtrossevin force-pushed check_nfsserver-buster from 59e10df6fb to d3eef71127 2021-11-24 11:11:49 +01:00 Compare
mtrossevin merged commit 53cd3ba342 into unstable 2021-11-24 11:12:13 +01:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: evolix/ansible-roles#138
No description provided.