SHA256
1
0
forked from pool/fail2ban
Dominique Leuenberger 2017-03-12 19:05:25 +00:00 committed by Git OBS Bridge
commit 7c32fa4bdb
2 changed files with 10 additions and 3 deletions

View File

@ -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

View File

@ -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