|
Nagios Plugin - Check_dhcp |
|
|
|
|
The nagios plugin for checking a dhcp server may not work when run as a non root user. A simple workaround is to add the sticky bit to the attributes of the file. # chmod u+s /usr/lib/nagios/plugins/check_dhcp
(Note; your plugin directory may be in a differnet location)
|