1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
Source: nagios-snmp-plugins
Section: net
Priority: optional
Maintainer: Debian Nagios Maintainer Group <pkg-nagios-devel@lists.alioth.debian.org>
Uploaders: Jan Wagner <waja@cyconet.org>
Build-Depends: debhelper (>= 5)
Homepage: http://www.manubulon.com/nagios/index_snmp.html
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-nagios/pkg-nagios-snmp-plugins.git
Vcs-Git: https://anonscm.debian.org/git/pkg-nagios/pkg-nagios-snmp-plugins
Standards-Version: 3.9.8
Package: nagios-snmp-plugins
Architecture: all
Depends: libnet-snmp-perl,
monitoring-plugins-common | nagios-plugins-basic (>= 1.4.5-2),
perl-base (>= 5.8.4-8),
ucf,
${misc:Depends},
${perl:Depends}
Recommends: libcrypt-des-perl, libcrypt-rijndael-perl
Description: SNMP Plugins for nagios
A set of Nagios plugins to check hosts/devices using snmp protocol
.
The general idea of these scripts is to check as many things as possible with
snmp (how do you install NRPE on Cisco or AS/400 ?) : disks, memory, load,
interface, running procsses, etc...
.
The other idea is to select disks, interfaces, process using regular
expressions
|