--- rpms/smeserver-zabbix-agent/contribs7/smeserver-zabbix-agent.spec 2011/10/28 11:06:39 1.32 +++ rpms/smeserver-zabbix-agent/contribs7/smeserver-zabbix-agent.spec 2012/06/07 16:23:16 1.33 @@ -1,10 +1,10 @@ -# $Id: smeserver-zabbix-agent.spec,v 1.31 2011/10/26 16:33:35 vip-ire Exp $ +# $Id: smeserver-zabbix-agent.spec,v 1.32 2011/10/28 11:06:39 vip-ire Exp $ # Authority: vip-ire # Name: Daniel Berteaud %define name smeserver-zabbix-agent %define version 0.1 -%define release 50 +%define release 51 Summary: sme server integration of zabbix agent Name: %{name} Version: %{version} @@ -78,6 +78,7 @@ Patch61: smeserver-zabbix-agent-0.1-stat Patch62: smeserver-zabbix-agent-0.1-configure_timeout.patch Patch63: smeserver-zabbix-agent-0.1-better_asterisk_monitoring.patch Patch64: smeserver-zabbix-agent-0.1-fix_closing_bracket.patch +Patch65: smeserver-zabbix-agent-0.1-check_crt_expiration.patch BuildArchitectures: noarch BuildRequires: e-smith-devtools @@ -93,6 +94,9 @@ Zabbix is an entreprise-class open sourc solution %changelog +* Thu Jun 7 2012 Daniel B. - 0.1-51.sme +- Add certificate expiration script + * Fri Oct 28 2011 Daniel B. - 0.1-50.sme - Fix a closing bracket in templates @@ -349,6 +353,7 @@ solution %patch62 -p1 %patch63 -p1 %patch64 -p1 +%patch65 -p1 %build %{__mkdir_p} root/var/lib/zabbix/tmp @@ -371,6 +376,7 @@ rm -f %{name}-%{version}-filelist --file /var/lib/zabbix/bin/check_asterisk 'attr(0750,root,zabbix)' \ --file /var/lib/zabbix/bin/check_lvm 'attr(0755,root,root)' \ --file /var/lib/zabbix/bin/mailstatus.pl 'attr(0755,root,root)' \ + --file /var/lib/zabbix/bin/cert_expire.pl 'attr(0755,root,root)' \ --dir /var/lib/zabbix/tmp 'attr(0750,zabbix,zabbix)' \ > %{name}-%{version}-filelist