|
2 | 2 |
|
3 | 3 | %define lname check_apache_status |
4 | 4 |
|
5 | | -Name: nagios-plugins-apache_status |
| 5 | +Name: netways-plugins-apache-status |
6 | 6 | Summary: Nagios Plugins - check_apache_status.pl |
7 | | -Version: 1.4.1 |
| 7 | +Version: 1.4.3 |
8 | 8 | Url: http://github.com/lbetz/check_apache_status |
9 | 9 | License: GPL-2.0+ |
10 | 10 | Group: System/Monitoring |
11 | 11 | Source0: %{lname}-%{version}.tar.gz |
12 | | -Provides: nagios-plugins-apache_status = %{version}-%{release} |
| 12 | +Provides: netways-plugins-apache-status = %{version}-%{release} |
13 | 13 | Obsoletes: nagios-plugins-apache_status < %{version}-%{release} |
14 | 14 | Requires: perl(Monitoring::Plugin) |
15 | 15 | Requires: perl(LWP::UserAgent) |
@@ -53,22 +53,29 @@ rm -rf %buildroot |
53 | 53 | %{_libdir}/nagios/plugins/check_apache_status.pl |
54 | 54 |
|
55 | 55 | %changelog |
56 | | -* Sun Nov 19 2017 Lennart Betz <lennart.betz@netways.com> |
57 | | -- Bug fix release version 1.4.1 |
| 56 | +* Fri Apr 14 2023 Lennart Betz <lennart.betz@netways.de> 1.4.3-1 |
| 57 | +- Bugfix release version 1.4.3 |
| 58 | +- Rename package to netways-plugins-apache-status |
| 59 | +- fix #13 Extend status?auto to get the whole Scoreboard |
| 60 | +* Mon Apr 20 2020 Lennart Betz <lennart.betz@netways.de> 1.4.2-1 |
| 61 | +- Bugfix release version 1.4.2 |
| 62 | +- fix #12 fix for SSLv3 errors |
| 63 | +* Sun Nov 19 2017 Lennart Betz <lennart.betz@netways.de> 1.4.1-1 |
| 64 | +- Bugfix release version 1.4.1 |
58 | 65 | - fix #9 detect idle waits |
59 | | -* Thu Oct 12 2017 Yves Vogl <yves.vogl@dock42.com> |
| 66 | +* Thu Oct 12 2017 Yves Vogl <yves.vogl@dock42.com> 1.4.0-1 |
60 | 67 | - feature version 1.4.0 |
61 | 68 | - feature: added requests per second, bytes per second, bytes per request as metrics |
62 | 69 | - feature: Improved error handling and documentation |
63 | | -* Tue May 06 2017 Lennart Betz <lennart.betz@netways.de> |
| 70 | +* Tue May 06 2017 Lennart Betz <lennart.betz@netways.de> 1.3.0-1 |
64 | 71 | - feature version 1.3.0 |
65 | 72 | - feature add option unreacheable |
66 | | -* Fri Feb 17 2017 Lennart Betz <lennart.betz@netways.de> |
| 73 | +* Fri Feb 17 2017 Lennart Betz <lennart.betz@netways.de> 1.2.0-1 |
67 | 74 | - feature version 1.2.0 |
68 | 75 | - feature add option no_validate |
69 | 76 | - fix projekt website url in spec |
70 | | -* Thu Jan 19 2017 Lennart Betz <lennart.betz@netways.de> |
| 77 | +* Thu Jan 19 2017 Lennart Betz <lennart.betz@netways.de> 1.1.0-1 |
71 | 78 | - feature version 1.1.0 |
72 | 79 | - LWP::Protocol::https is required on redhat |
73 | | -* Mon Apr 29 2016 Lennart Betz <lennart.betz@netways.de> |
| 80 | +* Mon Apr 29 2016 Lennart Betz <lennart.betz@netways.de> 1.0.0-1 |
74 | 81 | - initial setup |
0 commit comments