1 |
# $Id: smeserver-zabbix-agent.spec,v 1.15 2009/09/01 09:41:19 vip-ire Exp $ |
# $Id: smeserver-zabbix-agent.spec,v 1.17 2009/12/02 22:29:22 vip-ire Exp $ |
2 |
# Authority: vip-ire |
# Authority: vip-ire |
3 |
# Name: Daniel Berteaud |
# Name: Daniel Berteaud |
4 |
|
|
5 |
%define name smeserver-zabbix-agent |
%define name smeserver-zabbix-agent |
6 |
%define version 0.1 |
%define version 0.1 |
7 |
%define release 35 |
%define release 37 |
8 |
Summary: sme server integration of zabbix agent |
Summary: sme server integration of zabbix agent |
9 |
Name: %{name} |
Name: %{name} |
10 |
Version: %{version} |
Version: %{version} |
60 |
Patch44: smeserver-zabbix-agent-0.1-userparam_smart.patch |
Patch44: smeserver-zabbix-agent-0.1-userparam_smart.patch |
61 |
Patch45: smeserver-zabbix-agent-0.1-smart_missing_return.patch |
Patch45: smeserver-zabbix-agent-0.1-smart_missing_return.patch |
62 |
Patch46: smeserver-zabbix-agent-0.1-report_0_for_non_existing_drives.patch |
Patch46: smeserver-zabbix-agent-0.1-report_0_for_non_existing_drives.patch |
63 |
|
Patch47: smeserver-zabbix-agent-0.1-run_megaraid_parser_as_root.patch |
64 |
|
Patch48: smeserver-zabbix-agent-0.1-run_megaraid_parser_as_root2.patch |
65 |
|
|
66 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
67 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
77 |
solution |
solution |
78 |
|
|
79 |
%changelog |
%changelog |
80 |
|
* Sun Dec 6 2009 Daniel B. <daniel@firewall-services.com> 0.1-37 |
81 |
|
- Call megaraid-parser.pl scripts with sudo in zabbix_agentd.conf |
82 |
|
|
83 |
|
* Wed Dec 2 2009 Daniel B. <daniel@firewall-services.com> 0.1-36 |
84 |
|
- Run megaraid-parser.pl as root (with sudo) instead of granting |
85 |
|
zabbix user unrestricted access to MegaCli |
86 |
|
|
87 |
* Fri Sep 25 2009 Daniel B. <daniel@firewall-services.com> 0.1-35 |
* Fri Sep 25 2009 Daniel B. <daniel@firewall-services.com> 0.1-35 |
88 |
- Support up to 8 disks for smart monitoring. Report valid 0 value |
- Support up to 8 disks for smart monitoring. Report valid 0 value |
89 |
for non existing ones to prevent errors in server's log |
for non existing ones to prevent errors in server's log |
270 |
%patch44 -p1 |
%patch44 -p1 |
271 |
%patch45 -p1 |
%patch45 -p1 |
272 |
%patch46 -p1 |
%patch46 -p1 |
273 |
|
%patch47 -p1 |
274 |
|
%patch48 -p1 |
275 |
|
|
276 |
%build |
%build |
277 |
%{__mkdir_p} root/var/lib/zabbix/tmp |
%{__mkdir_p} root/var/lib/zabbix/tmp |