1
0

Accepting request 986368 from home:archie172:branches:server:monitoring

- added monitoring-plugins-2.3.1-check_by_ssh.patch
  Adds "-U" flag, which causes a 255 exit value from ssh(1), which
  indicates a connection failure, to return UNKNOWN instead of CRITICAL.
  (issue #1123)

OBS-URL: https://build.opensuse.org/request/show/986368
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/monitoring-plugins?expand=0&rev=99
This commit is contained in:
2022-07-13 11:40:53 +00:00
committed by Git OBS Bridge
parent 75b012c355
commit d89bfe524f
3 changed files with 81 additions and 0 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Jul 2 15:56:26 UTC 2022 - Archie Cobbs <archie.cobbs@gmail.com>
- added monitoring-plugins-2.3.1-check_by_ssh.patch
Adds "-U" flag, which causes a 255 exit value from ssh(1), which
indicates a connection failure, to return UNKNOWN instead of CRITICAL.
(issue #1123)
-------------------------------------------------------------------
Tue Mar 22 09:58:05 UTC 2022 - Stefan Seifert <nine@detonation.org>