On Mar 8, 3:37 pm, Peter Berghold <[email protected]> wrote:
> Check this out:
>
> ]# yum -y list available | grep nrpe
> nagios-plugins-nrpe.x86_64                2.12-16.el6
> epel
> nrpe.x86_64                               2.12-16.el6
> epel
>
> so there's a package named nrpe there.. right?
>
> so why do I see this when I run the puppet agent?
>
> err: /Stage[main]/Nagios::Client/Package[nrpe]/ensure: change from absent
> to latest failed: Could not update: Could not find package nrpe at
> /etc/puppet/modules/nagios/manifests/client.pp:20
>
> am I missing something here?  This is the only host I'm seeing this on...


You could gather more information by running the puppet agent in debug
mode on the affected host.  Among other things, it should give you the
exact command Puppet is trying to run to install the package, and I
think it will also give you the standard output and standard error
that results.

Or you could just jump straight to running

    [sudo] yum -y install nrpe

on the affected host to see what it tells you.  My first guess would
be an unsatisfiable dependency or a conflict with some other installed
package.

Whatever the problem is, you'll need the specifics to determine why
only one host is affected (for now), and what you should do to fix it.


John

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to