yum plugin

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
aegirg
Posts: 3
Joined: Fri Jul 19, 2013 9:55 am

yum plugin

Post by aegirg »

Hi,

I'm getting these critical message in nagios for one of my linux hosts "YUM CRITICAL: Yum nagios plugin has self terminated after exceeding the timeout (30 seconds)"
I not sure how to fix this, any ideas?
User avatar
hsmith
Agent Smith
Posts: 3539
Joined: Thu Jul 30, 2015 11:09 am
Location: 127.0.0.1
Contact:

Re: yum plugin

Post by hsmith »

aegirg wrote:Hi,

I'm getting these critical message in nagios for one of my linux hosts "YUM CRITICAL: Yum nagios plugin has self terminated after exceeding the timeout (30 seconds)"
I not sure how to fix this, any ideas?
Hello,

Could you please include a little more information about this issue?

What plugin are you using to monitor this host?

What OS version is the box you are trying to monitor?
Former Nagios Employee.
me.
aegirg
Posts: 3
Joined: Fri Jul 19, 2013 9:55 am

Re: yum plugin

Post by aegirg »

hi hsmith,

the remote computer is running centos 5, and the plugin is check_updates. Security updates.
I hope this is enough information.

define service {
use computername,linux-check_updates
host_name computername
#service_description Security Updates
}
User avatar
hsmith
Agent Smith
Posts: 3539
Joined: Thu Jul 30, 2015 11:09 am
Location: 127.0.0.1
Contact:

Re: yum plugin

Post by hsmith »

aegirg wrote:hi hsmith,

the remote computer is running centos 5, and the plugin is check_updates. Security updates.
I hope this is enough information.

define service {
use computername,linux-check_updates
host_name computername
#service_description Security Updates
}
Where did you get the plugin from?
Former Nagios Employee.
me.
aegirg
Posts: 3
Joined: Fri Jul 19, 2013 9:55 am

Re: yum plugin

Post by aegirg »

there was a contractor that set up the Nagios, so I am not sure.
can i see some more details about the plugin somewhere?
User avatar
hsmith
Agent Smith
Posts: 3539
Joined: Thu Jul 30, 2015 11:09 am
Location: 127.0.0.1
Contact:

Re: yum plugin

Post by hsmith »

aegirg wrote:there was a contractor that set up the Nagios, so I am not sure.
can i see some more details about the plugin somewhere?
Can you post the service check for this particular host/service?

You can find all of these in /usr/local/nagios/etc/objects

I'm not sure how your contractor named the stuff though.

Please edit out any information such as IP addresses or passwords you don't want the world to see.
Former Nagios Employee.
me.
Locked