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.
(Note: your plugin directory may be in a different location)
# chmod u+s /usr/lib/nagios/plugins/check_dhcp
other Linux Related Tips...