1
0

Accepting request 1126870 from server:monitoring

- also require coreutils-systemd in monitoring-plugins-load
  as the check uses the uptime binary at runtime
  revisiting [bsc#1216148]

OBS-URL: https://build.opensuse.org/request/show/1126870
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/monitoring-plugins?expand=0&rev=29
This commit is contained in:
Ana Guerrero 2023-11-16 19:29:34 +00:00 committed by Git OBS Bridge
commit 104325a308
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Nov 16 14:04:40 CET 2023 - ro@suse.de
- also require coreutils-systemd in monitoring-plugins-load
as the check uses the uptime binary at runtime
revisiting [bsc#1216148]
-------------------------------------------------------------------
Mon Oct 30 18:19:23 CET 2023 - ro@suse.de

View File

@ -691,6 +691,9 @@ Summary: Test the current system load average
Group: System/Monitoring
Provides: nagios-plugins-load = %{version}
Obsoletes: nagios-plugins-load <= 1.5
%if 0%{?suse_version} > 1599
Requires: coreutils-systemd
%endif
%description load
This plugin tests the current system load average.