[Nagiosplug-help] Nagios plugins

Ralph.Grothe at itdz-berlin.de Ralph.Grothe at itdz-berlin.de
Fri Jul 13 10:07:10 CEST 2007


The rpm should install on CentOS 5.
It tells you exactly that it misses some prerequiste package
(most likely the nagios-nrpe-*.rpm).

You can check in advance what an rpm requires by running

# rpm -qpR /path/to/downloads/some.rpm

It is up to you to either meet the prerequisites,
or enforce installation if you know what you are doing.
The latter can be achieved by

# rpm -ihv --nodeps /path/to/downloads/some.rpm


However, I would strongly recommend to first fullfill all
prerequistes.
Sometimes, if you know that you will never execute a certain
check (e.g. check_snmp),
you can safely skip installation of say net-snmp-*.rpm and use
the --nodeps flag.
The same goes for a lot of Perl modules.
Most advanced Perl users prefer installing them via CPAN
interface instead of rpms.
In such a case, where you know that you already have your
site_perl branch in sync,
it is also safe to install with --nodeps.


-----Original Message-----
From: nagiosplug-help-bounces at lists.sourceforge.net
[mailto:nagiosplug-help-bounces at lists.sourceforge.net]On Behalf
Of sudhakar reddy
Sent: Thursday, July 12, 2007 9:53 AM
To: nagiosplug-help at lists.sourceforge.net
Subject: [Nagiosplug-help] Nagios plugins


Hi,

I need nagios plugins to install on centOS 5.0. I downloaded
plugins from the below URL and it is not working. Below is the
error message
-----------------------------------------------------------------
----------------------------
warning: nagios-plugins-nrpe-2.5.2-1.el5.rf.i386.rpm: Header V3
DSA signature: NOKEY, key ID 6b8d79e6
error: Failed dependencies:
        nagios-plugins is needed by
nagios-plugins-nrpe-2.5.2-1.el5.rf.i386
-----------------------------------------------------------------
------------------------------------

http://dag.wieers.com/rpm/packages/nagios-plugins/

Can you please suggest me the URL to download plugins which works
properly.

Regards,
Sudhakar


Why delete messages? Unlimited storage is just a click away.




More information about the Help mailing list