/[smecontribs]/rpms/smeserver-zabbix-agent/contribs7/smeserver-zabbix-agent.spec
ViewVC logotype

Diff of /rpms/smeserver-zabbix-agent/contribs7/smeserver-zabbix-agent.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.8 by vip-ire, Mon Apr 20 10:51:35 2009 UTC Revision 1.16 by vip-ire, Fri Sep 25 08:28:06 2009 UTC
# Line 1  Line 1 
1  # $Id: smeserver-zabbix-agent.spec,v 1.7 2009/03/27 12:56:38 vip-ire Exp $  # $Id: smeserver-zabbix-agent.spec,v 1.15 2009/09/01 09:41:19 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 27  %define release 35
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}
# Line 50  Patch33: smeserver-zabbix-agent-0.1-user Line 50  Patch33: smeserver-zabbix-agent-0.1-user
50  Patch34: smeserver-zabbix-agent-0.1-userparam_megaraid.patch  Patch34: smeserver-zabbix-agent-0.1-userparam_megaraid.patch
51  Patch35: smeserver-zabbix-agent-0.1-userparam_yum_updates.patch  Patch35: smeserver-zabbix-agent-0.1-userparam_yum_updates.patch
52  Patch36: smeserver-zabbix-agent-0.1-userparam_sensors.patch  Patch36: smeserver-zabbix-agent-0.1-userparam_sensors.patch
53    Patch37: smeserver-zabbix-agent-0.1-sensors_fixes.patch
54    Patch38: smeserver-zabbix-agent-0.1-megaraid_parser.patch
55    Patch39: smeserver-zabbix-agent-0.1-mail_stats_via_cron.patch
56    Patch40: smeserver-zabbix-agent-0.1-mdstat_one_line.patch
57    Patch41: smeserver-zabbix-agent-0.1-megaraid_parser_fix.patch
58    Patch42: smeserver-zabbix-agent-0.1-cpu_num.patch
59    Patch43: smeserver-zabbix-agent-0.1-megaraid_fix_raid10.patch
60    Patch44: smeserver-zabbix-agent-0.1-userparam_smart.patch
61    Patch45: smeserver-zabbix-agent-0.1-smart_missing_return.patch
62    Patch46: smeserver-zabbix-agent-0.1-report_0_for_non_existing_drives.patch
63    
64  BuildArchitectures: noarch  BuildArchitectures: noarch
65  BuildRequires: e-smith-devtools  BuildRequires: e-smith-devtools
# Line 65  Zabbix is an entreprise-class open sourc Line 75  Zabbix is an entreprise-class open sourc
75  solution  solution
76    
77  %changelog  %changelog
78    * Fri Sep 25 2009 Daniel B. <daniel@firewall-services.com> 0.1-35
79    - Support up to 8 disks for smart monitoring. Report valid 0 value
80      for non existing ones to prevent errors in server's log
81    
82    * Tue Sep 01 2009 Daniel B. <daniel@firewall-services.com> 0.1-34
83    - Add missing return after smart parameters (if several disks are monitored)
84    
85    * Mon Aug 31 2009 Daniel B. <daniel@firewall-services.com> 0.1-33
86    - Add system.smart UserParameter (monitor smart values for configured hard drives)
87    
88    * Wed Jul 08 2009 Daniel B. <daniel@firewall-services.com> 0.1-32
89    - Fix megaraid-parser script to support RAID-10 arrays
90    
91    * Mon Jun 08 2009 Daniel B. <daniel@firewall-services.com> 0.1-31
92    - Add cpu.number UserParameter (return the number of CPU on the host)
93    
94    * Wed May 06 2009 Daniel B. <daniel@firewall-services.com> 0.1-30
95    - Create missing tmp directory
96    
97    * Mon Apr 26 2009 Daniel B. <daniel@firewall-services.com> 0.1-29
98    - megaraid-parser.pl is now compatible with newer versions
99      of MegaCli
100    - Fix permission on megaraid-parser.pl script
101    
102    * Thu Apr 23 2009 Daniel B. <daniel@firewall-services.com> 0.1-28
103    - improvements in sensors script
104    - Add megaraid-parser.pl script to get more accurate MegaRaid
105      conrolers informations
106    - use a cronjob to parse mail logs so multiple zabbix server
107      can be used. Also, it won't repport false value if your host
108      has been unreachable for some time
109    - change output of mdstat-parser.pl to report everything in one
110      line (looks like megaraid-parser)
111    
112  * Mon Apr 20 2009 Daniel B. <daniel@firewall-services.com> 0.1-27  * Mon Apr 20 2009 Daniel B. <daniel@firewall-services.com> 0.1-27
113  - Add updates.available to retrieve the number of updates available  - Add updates.available to retrieve the number of updates available
114    with yum    with yum
# Line 81  solution Line 125  solution
125    
126  * Tue Mar 24 2009 Daniel B. <daniel@firewall-services.com> 0.1-24  * Tue Mar 24 2009 Daniel B. <daniel@firewall-services.com> 0.1-24
127  - Add raid.sw.status userparameter to report software raid array status  - Add raid.sw.status userparameter to report software raid array status
128  - Remove rabs from spec  - Remove tabs from spec
129  - Permission cleanup on scripts  - Permission cleanup on scripts
130    
131  * Wed Mar 18 2009 Daniel B. <daniel@firewall-services.com> 0.1-23  * Wed Mar 18 2009 Daniel B. <daniel@firewall-services.com> 0.1-23
# Line 207  solution Line 251  solution
251  %patch34 -p1  %patch34 -p1
252  %patch35 -p1  %patch35 -p1
253  %patch36 -p1  %patch36 -p1
254    %patch37 -p1
255    %patch38 -p1
256    %patch39 -p1
257    %patch40 -p1
258    %patch41 -p1
259    %patch42 -p1
260    %patch43 -p1
261    %patch44 -p1
262    %patch45 -p1
263    %patch46 -p1
264    
265  %build  %build
266    %{__mkdir_p} root/var/lib/zabbix/tmp
267  perl ./createlinks  perl ./createlinks
 %{__mkdir_p} root/var/lib/zabbix/tmp/{smelog,qmail}  
   
268    
269  %install  %install
270  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT
# Line 220  rm -f %{name}-%{version}-filelist Line 273  rm -f %{name}-%{version}-filelist
273  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
274          --file /var/lib/zabbix/bin/mysqladmin_status 'attr(0750,root,zabbix)' \          --file /var/lib/zabbix/bin/mysqladmin_status 'attr(0750,root,zabbix)' \
275          --file /var/lib/zabbix/bin/logtail.pl 'attr(0755,root,root)' \          --file /var/lib/zabbix/bin/logtail.pl 'attr(0755,root,root)' \
         --file /var/lib/zabbix/bin/parse_mail_in.pl 'attr(0755,root,root)' \  
         --file /var/lib/zabbix/bin/parse_mail_out.pl 'attr(0755,root,root)' \  
276          --file /var/lib/zabbix/bin/mail_in.sh 'attr(0755,root,root)' \          --file /var/lib/zabbix/bin/mail_in.sh 'attr(0755,root,root)' \
277          --file /var/lib/zabbix/bin/mail_out.sh 'attr(0755,root,root)' \          --file /var/lib/zabbix/bin/mail_out.sh 'attr(0755,root,root)' \
278          --file /var/lib/zabbix/bin/mdstat-parser.pl 'attr(0755,root,root)' \          --file /var/lib/zabbix/bin/mdstat-parser.pl 'attr(0755,root,root)' \
279            --file /var/lib/zabbix/bin/megaraid-parser.pl 'attr(0755,root,root)' \
280            --file /var/lib/zabbix/bin/parse_mail_in.pl 'attr(0755,root,root)' \
281            --file /var/lib/zabbix/bin/parse_mail_out.pl 'attr(0755,root,root)' \
282          --file /var/lib/zabbix/bin/sensors 'attr(0750,root,zabbix) %config(noreplace)' \          --file /var/lib/zabbix/bin/sensors 'attr(0750,root,zabbix) %config(noreplace)' \
283          --dir /var/lib/zabbix/tmp 'attr(0755,zabbix,zabbix)' \          --dir /var/lib/zabbix/tmp 'attr(0750,zabbix,zabbix)' \
         --dir /var/lib/zabbix/tmp/smelog 'attr(0770,zabbix,smelog)' \  
         --dir /var/lib/zabbix/tmp/qmail 'attr(0770,zabbix,nofiles)' \  
284          > %{name}-%{version}-filelist          > %{name}-%{version}-filelist
285    
286  %files -f %{name}-%{version}-filelist  %files -f %{name}-%{version}-filelist


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed