forked from pool/fail2ban
Accepting request 478640 from security
1 OBS-URL: https://build.opensuse.org/request/show/478640 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fail2ban?expand=0&rev=47
This commit is contained in:
commit
7c32fa4bdb
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 5 12:56:10 UTC 2017 - wagner-thomas@gmx.at
|
||||||
|
|
||||||
|
- rename nagios-plugins-fail2ban to monitoring-plugins-fail2ban
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 26 23:16:49 UTC 2017 - chris@computersalat.de
|
Thu Jan 26 23:16:49 UTC 2017 - chris@computersalat.de
|
||||||
|
|
||||||
|
@ -93,12 +93,14 @@ This package ships systemd files which will cause fail2ban to be ordered in
|
|||||||
relation to SuSEfirewall2 such that the two can be run concurrently within
|
relation to SuSEfirewall2 such that the two can be run concurrently within
|
||||||
reason, i.e. SFW will always run first because it does a table flush.
|
reason, i.e. SFW will always run first because it does a table flush.
|
||||||
|
|
||||||
%package -n nagios-plugins-%{name}
|
%package -n monitoring-plugins-%{name}
|
||||||
%define nagios_plugindir %{_libexecdir}/nagios/plugins
|
%define nagios_plugindir %{_libexecdir}/nagios/plugins
|
||||||
Summary: Check fail2ban server and how many IPs are currently banned
|
Summary: Check fail2ban server and how many IPs are currently banned
|
||||||
Group: System/Monitoring
|
Group: System/Monitoring
|
||||||
|
Provides: nagios-plugins-%{name}=%{version}
|
||||||
|
Obsoletes: nagios-plugins-%{name}<%{version}
|
||||||
|
|
||||||
%description -n nagios-plugins-fail2ban
|
%description -n monitoring-plugins-%{name}
|
||||||
This plugin checks if the fail2ban server is running and how many IPs are
|
This plugin checks if the fail2ban server is running and how many IPs are
|
||||||
currently banned. You can use this plugin to monitor all the jails or just a
|
currently banned. You can use this plugin to monitor all the jails or just a
|
||||||
specific jail.
|
specific jail.
|
||||||
@ -307,7 +309,7 @@ systemd-tmpfiles --create %{_tmpfilesdir}/%{name}.conf
|
|||||||
%{_unitdir}/%{name}.service.d
|
%{_unitdir}/%{name}.service.d
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files -n nagios-plugins-%{name}
|
%files -n monitoring-plugins-%{name}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc files/nagios/README COPYING
|
%doc files/nagios/README COPYING
|
||||||
%dir %{_libexecdir}/nagios
|
%dir %{_libexecdir}/nagios
|
||||||
|
Loading…
Reference in New Issue
Block a user