Configure check_dhcpd #15

Manually merged
Ghost merged 3 commits from check_dhcpd into dev 2019-09-03 17:39:37 +02:00
Owner

Check that the dhcpd server answers correctly, with sudo configuration.

Check that the dhcpd server answers correctly, with sudo configuration.
Ghost requested changes 2019-04-23 22:29:57 +02:00
@ -31,3 +31,3 @@
command[check_carp1]=/usr/local/libexec/nagios/plugins/check_carp_if carp0 master
command[check_mem]=/usr/local/libexec/nagios/plugins/check_free_mem.sh -w 20 -c 10
command[check_dhcpclient]=/usr/local/libexec/nagios/check_dhcp -i INTERFACE
command[check_dhcpd]=sudo /usr/local/libexec/nagios/check_dhcp -i INTERFACE -s IP -u
First-time contributor

I think it's a bad idea to mix doas and sudo in the same file. Let's stick to one

I think it's a bad idea to mix doas and sudo in the same file. Let's stick to one
Author
Owner

I replaced sudo with doas

I replaced sudo with doas
jdubois changed title from WIP: Configure check_dhcpd to Configure check_dhcpd 2019-07-15 17:33:15 +02:00
Ghost approved these changes 2019-09-03 17:37:17 +02:00
Ghost closed this pull request 2019-09-03 17:39:37 +02:00
Ghost closed this pull request 2019-09-03 17:39:37 +02:00
Ghost deleted branch check_dhcpd 2019-09-03 17:39:45 +02:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
2 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/EvoBSD#15
No description provided.