Skip to content

Commit 25b081c

Browse files
author
Lennart Betz
committed
Rename RPM package name
1 parent 2307e51 commit 25b081c

File tree

1 file changed

+17
-10
lines changed

1 file changed

+17
-10
lines changed
Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
%define lname check_apache_status
44

5-
Name: nagios-plugins-apache_status
5+
Name: netways-plugins-apache-status
66
Summary: Nagios Plugins - check_apache_status.pl
7-
Version: 1.4.1
7+
Version: 1.4.3
88
Url: http://github.com/lbetz/check_apache_status
99
License: GPL-2.0+
1010
Group: System/Monitoring
1111
Source0: %{lname}-%{version}.tar.gz
12-
Provides: nagios-plugins-apache_status = %{version}-%{release}
12+
Provides: netways-plugins-apache-status = %{version}-%{release}
1313
Obsoletes: nagios-plugins-apache_status < %{version}-%{release}
1414
Requires: perl(Monitoring::Plugin)
1515
Requires: perl(LWP::UserAgent)
@@ -53,22 +53,29 @@ rm -rf %buildroot
5353
%{_libdir}/nagios/plugins/check_apache_status.pl
5454

5555
%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
5865
- 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
6067
- feature version 1.4.0
6168
- feature: added requests per second, bytes per second, bytes per request as metrics
6269
- 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
6471
- feature version 1.3.0
6572
- 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
6774
- feature version 1.2.0
6875
- feature add option no_validate
6976
- 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
7178
- feature version 1.1.0
7279
- 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
7481
- initial setup

0 commit comments

Comments
 (0)