1
0
mirror of https://github.com/opinkerfi/nagios-plugins.git synced 2026-02-13 02:20:57 +01:00

Compare commits

..

4 Commits

Author SHA1 Message Date
Richard Allen
74c1f3ebfd Fixing url 2016-12-21 12:36:01 +00:00
Richard Allen
45361e4606 Fixing spec a bit 2016-12-21 11:53:52 +00:00
Richard Allen
471d0fd2a2 Fixing things found in the review. Started work on rpm spec file 2016-12-21 11:47:04 +00:00
Richard Allen
802da30b9b Initial commit of check_firewall_active 2016-12-21 10:17:12 +00:00

View File

@@ -2,7 +2,7 @@
Summary: A Nagios plugin to check if iptables are actually enforcing rules
Name: nagios-okplugin-check_firewall_active
Version: 1.0.1
Version: 1.0.0
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@@ -46,7 +46,5 @@ rm -rf %{buildroot}
restorecon -v %{_libdir}/nagios/plugins/check_firewall_active.sh /etc/nrpe.d/check_firewall_active.cfg /etc/sudoers.d/check_firewall_active
%changelog
* Thu Dec 21 2016 Gardar Thorsteinsson <gardart@gmail.com> 1.0.1-1
* Thu Dec 21 2016 Gardar Thorsteinsson <gardart@gmail.com> 1.0.0-3
* Thu Dec 20 2016 Richard Allen <ra@ok.is> 0.1-1
- Initial packaging