Configure check_dhcpd #15
Loading…
Reference in a new issue
No description provided.
Delete branch "check_dhcpd"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Check that the dhcpd server answers correctly, with sudo configuration.
@ -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
I think it's a bad idea to mix doas and sudo in the same file. Let's stick to one
I replaced sudo with doas
WIP: Configure check_dhcpdto Configure check_dhcpd