1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79
|
%global _tag REL2_8
Name: nagios-plugins-pgactivity
Version: 2.8
Release: 1
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
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: postgresql
Requires: nagios-plugins
Provides: check_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}/%{_libdir}/nagios/plugins/check_pgactivity
%files
%defattr(-,root,root,0755)
%{_libdir}/nagios/plugins/check_pgactivity
%doc README LICENSE
%changelog
* Tue Oct 14 2025 Christophe Courtois <christophe.courtois@dalibo.com> 2.8-1
- new major release 2.8
* Mon Sep 25 2023 Jehan-Guillaume de Rorthais <jgdr@dalibo.com> 2.7-1
- new major release 2.7
* Fri Jul 08 2022 Jehan-Guillaume de Rorthais <jgdr@dalibo.com> 2.6-1
- new major release 2.6
* Tue Nov 24 2020 Jehan-Guillaume de Rorthais <jgdr@dalibo.com> 2.5-1
- new major release 2.5
* Wed Jan 30 2019 Christophe Courtois <christophe.courtois@dalibo.com> 2.4-1
- new major release 2.4
* Mon Nov 13 2017 Thomas Reiss <thomas.reiss@dalibo.com> 2.3-1
- new major release 2.3
* Wed Sep 20 2017 Thomas Reiss <thomas.reiss@dalibo.com 2.3beta1-1
- update to release 2.3beta1
* Tue Jun 6 2017 Thomas Reiss <thomas.reiss@dalibo.com> 2.2-1
- new release candidate 2.2
* Tue Feb 28 2017 Jehan-Guillaume de Rorthais <jgdr@dalibo.com> 2.2~rc1-1
- new release candidate 2.2~rc1
* Mon Aug 29 2016 Jehan-Guillaume de Rorthais <jgdr@dalibo.com> 2.0-1
- new major release 2.0
* Thu Jan 28 2016 Jehan-Guillaume de Rorthais <jgdr@dalibo.com> 1.25-1
- update to release 1.25
* Tue Jan 05 2016 Jehan-Guillaume de Rorthais <jgdr@dalibo.com> 1.25beta1-1
- update to release 1.25beta1
* Mon Sep 28 2015 Jehan-Guillaume de Rorthais <jgdr@dalibo.com> 1.24-1
- update to release 1.24
* Wed Dec 10 2014 Nicolas Thauvin <nicolas.thauvin@dalibo.com> 1.19-1
- update to release 1.19
* Fri Sep 19 2014 Nicolas Thauvin <nicolas.thauvin@dalibo.com> 1.15-1
- Initial version
|