From 8e5d8ec82cdfef8351fc0c2755127b675113003b Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Sat, 19 Feb 2022 22:32:00 +0000 Subject: [PATCH 1/6] Trim trailing whitespace. Changes-By: lintian-brush Fixes: lintian: trailing-whitespace See-also: https://lintian.debian.org/tags/trailing-whitespace.html --- debian/control | 2 +- debian/rules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 6fe5db4..d4759b3 100644 --- a/debian/control +++ b/debian/control @@ -21,7 +21,7 @@ Recommends: libdata-dump-perl, libweb-scraper-perl, libmonitoring-plugin-perl | ${perl:Depends}, ${python:Depends}, ${shlibs:Depends} -Suggests: +Suggests: Enhances: nagios-plugins, nagios-plugins-basic, nagios-plugins-standard Description: Plugins for nagios compatible monitoring systems This package provides various plugins for Nagios compatible monitoring diff --git a/debian/rules b/debian/rules index 9bf0e9b..5452e18 100755 --- a/debian/rules +++ b/debian/rules @@ -88,7 +88,7 @@ override_dh_auto_install: $(PLUGINS:%=dh_auto_install-%) $(PACKAGING_HELPER) --generate-readme #override_dh_auto_test: $(PLUGINS:%=dh_auto_test-%) -override_dh_auto_test: +override_dh_auto_test: # nothign to do right now. override_dh_python3: From 91b18673099104edac95cbf6a2c8937de2fa8afb Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Sat, 19 Feb 2022 22:32:01 +0000 Subject: [PATCH 2/6] Change priority extra to priority optional. Changes-By: lintian-brush Fixes: lintian: priority-extra-is-replaced-by-priority-optional See-also: https://lintian.debian.org/tags/priority-extra-is-replaced-by-priority-optional.html --- debian/control | 14 +++++++++----- debian/control.in | 2 +- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/debian/control b/debian/control index d4759b3..0a421b7 100644 --- a/debian/control +++ b/debian/control @@ -1,6 +1,6 @@ Source: monitoring-plugins-cyconet Section: net -Priority: extra +Priority: optional Maintainer: Jan Wagner Uploaders: Jan Wagner Build-Depends: autotools-dev, @@ -17,11 +17,11 @@ Vcs-Browser: http://github.com/waja/monitoring-plugins-cyconet Package: monitoring-plugins-cyconet Architecture: any Depends: ${misc:Depends} -Recommends: libdata-dump-perl, libweb-scraper-perl, libmonitoring-plugin-perl | libnagios-plugin-perl, libnet-snmp-perl, monitoring-plugins-common | nagios-plugins-common, python3-minimal, python-pywbem, libtime-modules-perl, libsnmp-perl, libnet-dns-perl, sysstat, bc, fping, strongswan-starter | openswan, procps, libdbd-mysql-perl, libwww-perl, libpython-stdlib, libio-socket-ssl-perl, gawk | mawk, snmp, libredis-perl, ruby-redis, libio-socket-inet6-perl, libmonitoring-plugin-perl | libmonitoring-plugin-perl, perl-modules, libnet-tftp-perl, libxml-xpath-perl, +Recommends: libdata-dump-perl, libweb-scraper-perl, libmonitoring-plugin-perl | libnagios-plugin-perl, libnet-snmp-perl, monitoring-plugins-common | nagios-plugins-common, curl, jshon | jq, python3-minimal, python-pywbem, libtime-modules-perl, libsnmp-perl, libnet-dns-perl, sysstat, bc, procps, libdbd-mysql-perl, libwww-perl, libpython-stdlib, libio-socket-ssl-perl, gawk | mawk, snmp, libredis-perl, ruby-redis, libio-socket-inet6-perl, libmonitoring-plugin-perl | libmonitoring-plugin-perl, perl-modules, libnet-tftp-perl, libxml-xpath-perl, lvm2, wireguard-tools, ${perl:Depends}, ${python:Depends}, ${shlibs:Depends} -Suggests: +Suggests: Enhances: nagios-plugins, nagios-plugins-basic, nagios-plugins-standard Description: Plugins for nagios compatible monitoring systems This package provides various plugins for Nagios compatible monitoring @@ -30,12 +30,12 @@ Description: Plugins for nagios compatible monitoring systems . * check_apache_balancer_members (8e1ad17): plugin to monitor Apache2 balancer_manager * check_bgp (0.4): plugin to check BGP peer status via SNMP. + * check_es_system (1.12.0): Plugin script to check the status of an ElasticSearch cluster node. * check_esxi_hardware (20200710): Plugin for checking global health of VMware ESX/ESXi host * check_file: plugin to check file count, size and ages * check_iftraffic64 (.77): plugin for checking network traffic by snmp. * check_iostat (0.0.9): plugin shows the I/O usage of the specified disk. * check_iostats (0.1): plugin shows the I/O usage of the specified disk, perl implementation. - * check_ipsec (2.0): plugin checking ipsec connections from open- or stongswan * check_keepalived (0.0.1): plugin checking keepalived status * check_mysql_slave (0.1.1): plugin that connects to a mysql replication slave and checks its status * check_nextcloud (b7e5755): Plugin script to monitor your nextcloud serverinfo API @@ -44,6 +44,7 @@ Description: Plugins for nagios compatible monitoring systems seconds, Connections status. * check_nwc_health (8.4): This plugin checks the hardware health and interface metrics of network components like switches and routers. + * check_oom (4f00775): Plugin script to check for Out of memory problems * check_openvpn (20160803): plugin to check if an OpenVPN server runs on a given port * check_phpfpm_status (1.1): plugin to check the fpm-status page report from php-fpm * check_qnap_health (1.01): plugin to check NAS QNAP. @@ -51,9 +52,12 @@ Description: Plugins for nagios compatible monitoring systems * check_sentinel (0b8e0e3): plugin to monitor Redis sentinel * check_sieve (1.02): plugin checking for a running Sieve daemon Check SIEVE connections as per rfc 5804 for Nagios - * check_smart: plugin to check SMART status of ATA/SCSI disks + * check_smart (6.12.2): plugin to check SMART status of ATA/SCSI/NVMe drives, returning any usable metrics as perfdata. * check_tftp (0.11): plugin that verifies TFTP server is working. * check_tomcat (1.4): plugin to check the tomcat status page. + * check_vgfree (d5bdbba): Plugin script free space on LVM volume group + * check_wireguard (0.5.0): plugin checking for a running Sieve daemon + Check SIEVE connections as per rfc 5804 for Nagios . Some scripts and binaries need more packages installed to work, which is implemented as recommends. diff --git a/debian/control.in b/debian/control.in index 206e6e9..0568bcd 100644 --- a/debian/control.in +++ b/debian/control.in @@ -1,6 +1,6 @@ Source: monitoring-plugins-cyconet Section: net -Priority: extra +Priority: optional Maintainer: Jan Wagner Uploaders: #AUTO_UPDATE_Uploaders# Build-Depends: autotools-dev, From 8ce56194ccebd2e44fa9b9b56b001d6b0093da64 Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Sat, 19 Feb 2022 22:32:02 +0000 Subject: [PATCH 3/6] Update renamed lintian tag names in lintian overrides. Changes-By: lintian-brush Fixes: lintian: renamed-tag See-also: https://lintian.debian.org/tags/renamed-tag.html --- debian/monitoring-plugins-cyconet.lintian-overrides | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/monitoring-plugins-cyconet.lintian-overrides b/debian/monitoring-plugins-cyconet.lintian-overrides index f06bbfe..dd9a1c2 100644 --- a/debian/monitoring-plugins-cyconet.lintian-overrides +++ b/debian/monitoring-plugins-cyconet.lintian-overrides @@ -1,3 +1,3 @@ # as mentioned in the description people need to # install whats mentioned in recommends. -monitoring-plugins-cyconet: missing-depends-line +monitoring-plugins-cyconet: undeclared-elf-prerequisites From 6ac31e169cd7e50a21652397e31978424f8e487f Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Sat, 19 Feb 2022 22:32:04 +0000 Subject: [PATCH 4/6] Use secure URI in Vcs control headers: Vcs-Browser, Vcs-Git. Changes-By: lintian-brush Fixes: lintian: vcs-field-uses-insecure-uri See-also: https://lintian.debian.org/tags/vcs-field-uses-insecure-uri.html --- debian/control | 4 ++-- debian/control.in | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/control b/debian/control index 0a421b7..c4660ab 100644 --- a/debian/control +++ b/debian/control @@ -11,8 +11,8 @@ Build-Depends: autotools-dev, quilt (>= 0.46-7), autotools-dev Standards-Version: 3.9.6 -Vcs-Git: git://github.com/waja/monitoring-plugins-cyconet -Vcs-Browser: http://github.com/waja/monitoring-plugins-cyconet +Vcs-Git: https://github.com/waja/monitoring-plugins-cyconet +Vcs-Browser: https://github.com/waja/monitoring-plugins-cyconet Package: monitoring-plugins-cyconet Architecture: any diff --git a/debian/control.in b/debian/control.in index 0568bcd..ab82dd8 100644 --- a/debian/control.in +++ b/debian/control.in @@ -11,8 +11,8 @@ Build-Depends: autotools-dev, quilt (>= 0.46-7), #AUTO_UPDATE_Build-Depends# Standards-Version: 3.9.6 -Vcs-Git: git://github.com/waja/monitoring-plugins-cyconet -Vcs-Browser: http://github.com/waja/monitoring-plugins-cyconet +Vcs-Git: https://github.com/waja/monitoring-plugins-cyconet +Vcs-Browser: https://github.com/waja/monitoring-plugins-cyconet Package: monitoring-plugins-cyconet Architecture: any From 023a659532846c303dd34fa2a8091497b597002c Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Sat, 19 Feb 2022 22:32:05 +0000 Subject: [PATCH 5/6] Use canonical URL in Vcs-Git. Changes-By: lintian-brush Fixes: lintian: vcs-field-not-canonical See-also: https://lintian.debian.org/tags/vcs-field-not-canonical.html --- debian/control | 2 +- debian/control.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index c4660ab..61e69b1 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Build-Depends: autotools-dev, quilt (>= 0.46-7), autotools-dev Standards-Version: 3.9.6 -Vcs-Git: https://github.com/waja/monitoring-plugins-cyconet +Vcs-Git: https://github.com/waja/monitoring-plugins-cyconet.git Vcs-Browser: https://github.com/waja/monitoring-plugins-cyconet Package: monitoring-plugins-cyconet diff --git a/debian/control.in b/debian/control.in index ab82dd8..3f2eae2 100644 --- a/debian/control.in +++ b/debian/control.in @@ -11,7 +11,7 @@ Build-Depends: autotools-dev, quilt (>= 0.46-7), #AUTO_UPDATE_Build-Depends# Standards-Version: 3.9.6 -Vcs-Git: https://github.com/waja/monitoring-plugins-cyconet +Vcs-Git: https://github.com/waja/monitoring-plugins-cyconet.git Vcs-Browser: https://github.com/waja/monitoring-plugins-cyconet Package: monitoring-plugins-cyconet From fe5636a61814bd37917a5be7aee65963f5c2db77 Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Sat, 19 Feb 2022 22:41:25 +0000 Subject: [PATCH 6/6] Trim trailing whitespace. Changes-By: lintian-brush Fixes: lintian: trailing-whitespace See-also: https://lintian.debian.org/tags/trailing-whitespace.html --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 61e69b1..446e7f4 100644 --- a/debian/control +++ b/debian/control @@ -21,7 +21,7 @@ Recommends: libdata-dump-perl, libweb-scraper-perl, libmonitoring-plugin-perl | ${perl:Depends}, ${python:Depends}, ${shlibs:Depends} -Suggests: +Suggests: Enhances: nagios-plugins, nagios-plugins-basic, nagios-plugins-standard Description: Plugins for nagios compatible monitoring systems This package provides various plugins for Nagios compatible monitoring