Dhcpd-pools - NRPE - Unable to read output
Posted: Tue Feb 18, 2014 4:36 am
Hi everybody,
I have some trouble with "dhcpd-pools" plugin.
If I understand correctly, this plugin doesn't need an IP to join the DHCP server, so we need to use NRPE plugin to access the DHCP server...
If it's correct, I did it but the response is an error :
NRPE - Unable to read output
commands.cfg
Services.cfg
check_nrpe is working for other services, so I suppose he is good.
Say me if you need more informations...
I have some trouble with "dhcpd-pools" plugin.
If I understand correctly, this plugin doesn't need an IP to join the DHCP server, so we need to use NRPE plugin to access the DHCP server...
If it's correct, I did it but the response is an error :
NRPE - Unable to read output
commands.cfg
Code: Select all
define command{
command_name dhcpd-pools
command_line $USER1$/dhcpd-pools -L $ARG1$ -c $ARG2$ -l $ARG3$
}Code: Select all
define service{
use generic-service
host_name Srv2
service_description DHCP leases
check_command check_nrpe!dhcpd-pools
}Say me if you need more informations...