On 4/21/16 3:09 PM, Ugo Bellavance wrote:
> Hi,
> 
> I want to create a nrpe command using the pdxcat-nrpe, for check_ntp.
>  My NTP servers would check against public servers, and all others will
> check against my internal NTP servers.
> 
> The code looks like that:
> 
>       nrpe::command {
>         'check_ntp':
>           package_name  => 'nagios-plugins-ntp',
>           ensure  => present,
>           command => "check_ntp -H $ntpserver";
>       }
> 
> I'd like to simply use a value in hiera for $ntpserver but it doesn't
> look possible without editing the module, which I'd like to avoid as
> much as possible.
> 
> Anyone has an idea?
> 
> Thanks,
> 

Hi Ugo,

You don't have to to modify pdxcat/nrpe to get that to work. Wherever
you are calling this from, you need to set the value of $ntpserver. That
can happen as a parameter to the class which would automatically look it
up or with the hiera() function.

I also have an nrpe module. It allows you to specify all of your plugins
in Hiera.

They seem to be similar in OS support and functionality, though mine has
extensive unit testing.

https://github.com/ghoneycutt/puppet-module-nrpe#usage

Best regards,
-g

-- 
Garrett Honeycutt
@learnpuppet
Puppet Training with LearnPuppet.com
Mobile: +1.206.414.8658

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/57193726.6080501%40garretthoneycutt.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to