Compare commits

...

2 Commits

Author SHA1 Message Date
monitorbuilder_pel7ppc64lebuilder0 9c454d42c9 update to new upstream version
Signed-off-by: monitorbuilder_pel7ppc64lebuilder0 <monitorbuilder@powerel.org>
2025-06-16 11:18:45 +02:00
monitorbuilder_pel7ppc64lebuilder0 cd3b2f7368 add check_pgactivity package
Signed-off-by: monitorbuilder_pel7ppc64lebuilder0 <monitorbuilder@powerel.org>
2025-06-16 11:16:53 +02:00
2 changed files with 39 additions and 1 deletions

View File

@ -0,0 +1,38 @@
%define pluginsdir %{_libdir}/nagios/plugins/
### %global __tag REL2_7

Name: check_pgactivity
Version: 2.7
Release: 1%{dist}
%define _tag REL%(echo %{version} | sed 's/\\./_/')
Summary: PostgreSQL monitoring plugin for Nagios
License: PostgreSQL
Group: Applications/Databases
Url: https://github.com/OPMDG/check_pgactivity
Source0: https://github.com/OPMDG/check_pgactivity/archive/%{_tag}.tar.gz
Requires: nagios-plugins
Provides: nagios-plugins-pgactivity = %{version}
Provides: monitoring-plugins-pgactivity = %{version}


%description
check_pgactivity is a monitoring plugin of PostgreSQL for Nagios. It provides
many checks and allow the gathering of many performance counters.
check_pgactivity is part of Open PostgreSQL Monitoring.


%prep
%setup -n check_pgactivity-%{_tag}


%install
install -D -p -m 0755 check_pgactivity %{buildroot}/%{pluginsdir}/check_pgactivity


%files
%defattr(-,root,root,0755)
%{_libdir}/nagios/plugins/check_pgactivity
%doc README LICENSE


%changelog

View File

@ -14,7 +14,7 @@
%define docsdir %{_datadir}/doc/%{name}

Name: icingaweb2
Version: 2.12.1
Version: 2.12.4
Release: 1%{?dist}
Summary: Icinga Web 2
Group: Applications/System