1
0

Some patches are not recognized by the factory-auto bot. Let's see, if we can

get them through by isolating them from the rest of the text...

OBS-URL: https://build.opensuse.org/package/show/server:monitoring/monitoring-plugins?expand=0&rev=91
This commit is contained in:
Lars Vogdt
2021-11-22 16:21:53 +00:00
committed by Git OBS Bridge
parent 8e37c1a55c
commit 35ea43154e

View File

@@ -13,11 +13,11 @@ Renamed patches:
easier to detect the patched file and reason for the patch
New patches:
- add monitoring-plugins-2.3.1-check_snmp_segfaults.patch:
- added monitoring-plugins-2.3.1-check_snmp_segfaults.patch
check_snmp will segfaults at line 489 if number of lines returned
by SNMPD is greater than number of defined thresholds
-> https://github.com/monitoring-plugins/monitoring-plugins/pull/1589
- added monitoring-plugins-2.3.1_-_check_snmp_hang_on_STDERR_workaround.patch:
- added monitoring-plugins-2.3.1-check_snmp_hang_on_STDERR_workaround.patch
When the MIBs are not quite right, snmpget outputs lots of errors on
STDERR before getting down to business.
If this is enough to fill the pipe buffer, snmpget hangs waiting for
@@ -30,17 +30,20 @@ New patches:
The real fix is probably to do a select() and read from both as
they come in.
https://github.com/monitoring-plugins/monitoring-plugins/issues/1706
- added monitoring-plugins-2.3.1-check_dhcp_-_detect_rogue_dhcp_servers.patch:
- added monitoring-plugins-2.3.1-check_dhcp_-_detect_rogue_dhcp_servers.patch
feature enhancement from Patrick Cervicek for check_dhcp, which allows
to detect rogue DHCP servers. Use it with the "-x" flag, example:
./check_dhcp -s 192.168.1.1 -x
CRITICAL: Rogue DHCP Server detected! Server 192.168.1.205 offered 192.168.1.239
- added monitoring-plugins-2.3.1-check_ssh.patch, which includes patches
- added monitoring-plugins-2.3.1-check_ssh.patch , which includes patches
provided by op5, mainly around RFC 4253:4.2 and 4253:5
+ fixing a few typos
+ properly parse a (delayed) version control string
+ Handle non-alpha software versions reported by the checked service
- added monitoring-plugins-2.3.1-fixing-shellcheck.patch, which fixes
- added monitoring-plugins-2.3.1-check_ssh.t_-_improve_testing.patch
which improves the testing of check_ssh - including the patches mentioned in
monitoring-plugins-2.3.1-check_ssh.patch
- added monitoring-plugins-2.3.1-fixing-shellcheck.patch , which fixes
some complains from shellcheck(.net):
+ quoting and parenthesis in check_log.sh, check_oracle.sh, check_sensors.sh