mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
nagios-plugins: Update to 2.3.3
- Update nagios-plugins from 2.2.1 to 2.3.3 - Updated rootfile - Changelog is too long to include here See ChangeLog file in source tarball 80 bugs fixed with the last four releases - Latest version og nagios-plugins is recommended by update of nagios_nrpe to 4.0.3 Signed-off-by: Adolf Belka (ipfire) <adolf.belka@ipfire.org> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
7502c4f4e1
commit
2578ef6027
@@ -50,6 +50,7 @@ usr/lib/nagios/plugins/check_smtp
|
||||
usr/lib/nagios/plugins/check_snmp
|
||||
usr/lib/nagios/plugins/check_spop
|
||||
usr/lib/nagios/plugins/check_ssh
|
||||
usr/lib/nagios/plugins/check_ssl_validity
|
||||
usr/lib/nagios/plugins/check_ssmtp
|
||||
usr/lib/nagios/plugins/check_swap
|
||||
usr/lib/nagios/plugins/check_tcp
|
||||
@@ -60,6 +61,7 @@ usr/lib/nagios/plugins/check_uptime
|
||||
usr/lib/nagios/plugins/check_users
|
||||
usr/lib/nagios/plugins/check_wave
|
||||
usr/lib/nagios/plugins/negate
|
||||
usr/lib/nagios/plugins/remove_perfdata
|
||||
usr/lib/nagios/plugins/urlize
|
||||
usr/lib/nagios/plugins/utils.pm
|
||||
usr/lib/nagios/plugins/utils.sh
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 2.2.1
|
||||
VER = 2.3.3
|
||||
|
||||
THISAPP = nagios-plugins-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.gz
|
||||
@@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
|
||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PROG = nagios-plugins
|
||||
PAK_VER = 3
|
||||
PAK_VER = 4
|
||||
|
||||
DEPS =
|
||||
|
||||
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = fb521d5c05897f165b0b1862c1e5cb27
|
||||
$(DL_FILE)_MD5 = 3b10db69a7d3658b8e64ac05ef203338
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user