Hey,
i'm using ubuntu 12.04LTS and the
file "#{node['nrpe']['conf_dir']}/nrpe.d/#{new_resource.command_name}.cfg" do
...
notifies :reload, 'service[nrpe]'
end
within the check lwrp
doesn't work for me. It always just says:
Recipe: nrpe::default
* service[nagios-nrpe-server] action reload (up to date)
And using the check_nrpe plugin can't find configured commands until i restart nrpe by hand.
I'm installing nrpe using the source method and the provided init script doesn't support reload as a command, maybe this is the real problem here, not sure.
Hey,
i'm using ubuntu 12.04LTS and the
within the check lwrp
doesn't work for me. It always just says:
And using the check_nrpe plugin can't find configured commands until i restart nrpe by hand.
I'm installing nrpe using the source method and the provided init script doesn't support reload as a command, maybe this is the real problem here, not sure.