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-compat (= 13)
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/nagios-team/nagios-snmp-plugins
Vcs-Git: https://salsa.debian.org/nagios-team/nagios-snmp-plugins.git
Homepage: https://github.com/SteScho/manubulon-snmp
Rules-Requires-Root: no
Package: nagios-snmp-plugins
Architecture: all
Depends: libnet-snmp-perl,
monitoring-plugins-common | nagios-plugins-basic (>= 1.4.5-2),
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
|