1 |
jpp |
1.12 |
# $Id: smeserver-zabbix-server.spec,v 1.11 2021/11/09 05:20:13 jpp Exp $ |
2 |
brianr |
1.1 |
# Authority: vip-ire |
3 |
|
|
# Name: Daniel Berteaud |
4 |
|
|
|
5 |
|
|
%define name smeserver-zabbix-server |
6 |
|
|
%define version 0.1 |
7 |
jpp |
1.12 |
%define release 30 |
8 |
brianr |
1.1 |
Summary: sme server integration of zabbix server and web front-end |
9 |
|
|
Name: %{name} |
10 |
|
|
Version: %{version} |
11 |
|
|
Release: %{release}%{?dist} |
12 |
|
|
License: GNU GPL version 2 |
13 |
|
|
URL: http://www.zabbix.com/ |
14 |
|
|
Group: SMEserver/addon |
15 |
|
|
Source: %{name}-%{version}.tar.gz |
16 |
|
|
|
17 |
|
|
Patch0: smeserver-zabbix-server-0.1-sendxmpp_template.patch |
18 |
|
|
Patch1: smeserver-zabbix-server-0.1-sendxmpp_shell_script_header.patch |
19 |
|
|
Patch2: smeserver-zabbix-server-0.1-disable_web_access.patch |
20 |
|
|
Patch3: smeserver-zabbix-server-0.1-mysql_db_pass.patch |
21 |
|
|
Patch4: smeserver-zabbix-server-0.1-script_and_tmp_location.patch |
22 |
|
|
Patch5: smeserver-zabbix-server-0.1-event_zabbix-server-update.patch |
23 |
|
|
Patch6: smeserver-zabbix-server-0.1-enable_db_cache.patch |
24 |
|
|
Patch7: smeserver-zabbix-server-0.1-adjust_masq.patch |
25 |
|
|
Patch8: smeserver-zabbix-server-0.1-sendxmpprc.patch |
26 |
|
|
Patch9: smeserver-zabbix-server-0.1-sendxmpprc_template_fix.patch |
27 |
|
|
Patch10: smeserver-zabbix-server-0.1-path2sendxmpprc.patch |
28 |
|
|
Patch11: smeserver-zabbix-server-0.1-multiple_dbpatches.patch |
29 |
|
|
Patch12: smeserver-zabbix-server-0.1-use_global_tz.patch |
30 |
|
|
Patch13: smeserver-zabbix-server-0.1-php_mem_limit.patch |
31 |
|
|
Patch14: smeserver-zabbix-server-0.1-sme9db.patch |
32 |
|
|
Patch15: smeserver-zabbix-server-0.1-sme9zabb3.2.4.patch |
33 |
|
|
Patch16: smeserver-zabbix-server-0.1-SME10458-SenderFrequency.deprecated.patch |
34 |
|
|
Patch17: smeserver-zabbix-server-0.1-zabbix4.4.6.patch |
35 |
brianr |
1.2 |
Patch18: smeserver-zabbix-server-0.1-Update-httpd-createlinks-and-adduser.ini.patch |
36 |
brianr |
1.3 |
Patch19: smeserver-zabbix-server-0.1-Template-user-dot-ini-and-override-service-file-change-pid-in-conf-file.patch |
37 |
brianr |
1.4 |
Patch20: smeserver-zabbix-server-0.1-Add-in-zabbix-conf-expansion-to-createlinks.patch |
38 |
brianr |
1.7 |
Patch21: smeserver-zabbix-server-0.1-Switch-to-specific-php-fpm.patch |
39 |
jpp |
1.8 |
Patch22: smeserver-zabbix-server-0.1-bz11232-installSME10.patch |
40 |
jpp |
1.10 |
Patch23: smeserver-zabbix-server-0.1-bz10802-checkcert-telegram.patch |
41 |
jpp |
1.11 |
Patch24: smeserver-zabbix-server-0.1-bz11749-adminpass.patch |
42 |
jpp |
1.12 |
Patch25: smeserver-zabbix-server-0.1-bz12068-httpd24.patch |
43 |
brianr |
1.1 |
|
44 |
|
|
BuildArchitectures: noarch |
45 |
|
|
BuildRequires: e-smith-devtools |
46 |
|
|
BuildRoot: /var/tmp/%{name}-%{version} |
47 |
|
|
Requires: e-smith-release >= 9.0 |
48 |
|
|
Requires: fping |
49 |
|
|
Obsoletes: zabbix-server |
50 |
|
|
Requires: zabbix-server-mysql >= 4.4.6 |
51 |
|
|
Requires: zabbix-web-mysql >= 4.4.6 |
52 |
|
|
Requires: zabbix-web >= 4.4.6 |
53 |
|
|
Requires: sendxmpp |
54 |
|
|
Conflicts: smeserver-zabbix-proxy |
55 |
|
|
Requires: smeserver-remoteuseraccess |
56 |
brianr |
1.2 |
#Requires: smeserver-php-scl |
57 |
brianr |
1.1 |
AutoReqProv: no |
58 |
jpp |
1.10 |
# for telegram bot |
59 |
|
|
Requires: python2-pysocks python-requests python2-requests-oauthlib |
60 |
|
|
#for zabbix=>50 |
61 |
|
|
#Provides: rh-php72-php-fpm rh-php72-php-mbstring rh-php72 rh-php72-php-mysqlnd rh-php72-php-gd rh-php72-php-xml rh-php72-php-ldap rh-php72-php-bcmath |
62 |
|
|
# |
63 |
brianr |
1.1 |
|
64 |
|
|
%description |
65 |
|
|
smserver integration of zabbix server and web front-end. |
66 |
jpp |
1.10 |
Zabbix is an entreprise-class open source distributed monitoring |
67 |
brianr |
1.1 |
solution |
68 |
|
|
|
69 |
|
|
%changelog |
70 |
jpp |
1.12 |
* Mon Aug 01 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-30.sme |
71 |
|
|
- update to httpd 2.4 access syntax [SME: 12068] |
72 |
|
|
thanks to Vasarhelyi Zsolt |
73 |
|
|
|
74 |
jpp |
1.11 |
* Tue Nov 09 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-29.sme |
75 |
|
|
- set random password to Admin i fuser exists and password is zabbix [SME: 11749] |
76 |
|
|
|
77 |
jpp |
1.10 |
* Mon Nov 08 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-28.sme |
78 |
|
|
- add check cert scripts and telegram [SME: 10802] |
79 |
|
|
no template provided to use with |
80 |
|
|
|
81 |
jpp |
1.9 |
* Sun Nov 07 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-27.sme |
82 |
|
|
- fix init sql, typo and reload deamon [SME: 11232] |
83 |
|
|
|
84 |
jpp |
1.8 |
* Sun Nov 07 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-26.sme |
85 |
|
|
- fix session and log issue [SME: 11232] |
86 |
|
|
fix mysql-init not launched |
87 |
|
|
|
88 |
brianr |
1.7 |
* Mon Nov 01 2021 BogusDateBot |
89 |
|
|
- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday, |
90 |
|
|
by assuming the date is correct and changing the weekday. |
91 |
|
|
Tue Mar 02 2009 --> Tue Feb 24 2009 or Mon Mar 02 2009 or Tue Mar 03 2009 or .... |
92 |
|
|
Wed Feb 07 2016 --> Wed Feb 03 2016 or Sun Feb 07 2016 or Wed Feb 10 2016 or .... |
93 |
|
|
|
94 |
|
|
* Mon Nov 01 2021 Brian Read <brianr@bjsystems.co.uk> 0.1-25.sme |
95 |
|
|
- Switch-to-specific-php-fpm [SME: 11232] |
96 |
|
|
|
97 |
brianr |
1.6 |
* Mon Nov 01 2021 Brian Read <brianr@bjsystems.co.uk> 0.1-24.sme |
98 |
|
|
- Remove post and postun command in spec file [SME: 11232] |
99 |
|
|
|
100 |
brianr |
1.5 |
* Thu Dec 10 2020 Brian Read <brianr@bjsystems.co.uk> 0.1-23.sme |
101 |
|
|
- Add in post instructions to spec for SQL db creation [SME: 11232] |
102 |
|
|
|
103 |
brianr |
1.4 |
* Tue Dec 08 2020 Brian Read <brianr@bjsystems.co.uk> 0.1-22.sme |
104 |
|
|
- Add expand zabbix-server.conf and .user.ini to creatlinks update event [SME:11232] |
105 |
|
|
|
106 |
brianr |
1.3 |
* Tue Dec 08 2020 Brian Read <brianr@bjsystems.co.uk> 0.1-21.sme |
107 |
|
|
- Template-user-dot-ini-and-override-service-file-change-pid-in-conf-file [SME: 11232] |
108 |
|
|
|
109 |
brianr |
1.2 |
* Mon Dec 07 2020 Brian Read <brianr@bjsystems.co.uk> 0.1-20.sme |
110 |
|
|
- Import to SME10 tree [SME: 11232] |
111 |
|
|
- Update createlinks for systemd |
112 |
|
|
- Update httpd.conf for php-fpw |
113 |
|
|
- Add .user.ini for php-admin-flags that where in httpd.conf |
114 |
|
|
|
115 |
brianr |
1.1 |
* Sun May 10 2020 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-19.sme |
116 |
|
|
- adapt for zabbix 4.4.6 [SME: 10944] |
117 |
|
|
|
118 |
|
|
* Thu Sep 05 2019 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-17.sme |
119 |
|
|
- remove deprecated option preventing from starting service [SME: 10458] |
120 |
|
|
|
121 |
|
|
* Wed Mar 29 2017 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-16.sme |
122 |
|
|
- fix sql init not finding default sql dump to import [SME: 9569] |
123 |
|
|
- NodeID support droped as per zabbix 2.4.0 and higher |
124 |
|
|
- requires smeserver-php-scl as Zabbix-server 3.2.4 requires php 5.4 or higher |
125 |
|
|
|
126 |
|
|
* Mon Jun 13 2016 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-15.sme |
127 |
|
|
- finitial import [SME: 9569] |
128 |
|
|
- fix php requirement |
129 |
|
|
- fix add path to new db |
130 |
|
|
|
131 |
brianr |
1.7 |
* Sun Feb 07 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 0.1-14.sme |
132 |
|
|
Wed Feb 07 2016 --> Wed Feb 03 2016 or Sun Feb 07 2016 or Wed Feb 10 2016 or .... |
133 |
brianr |
1.1 |
- New roll for sme9 |
134 |
|
|
|
135 |
|
|
* Mon Apr 29 2013 Daniel B. <daniel@firewall-services.com> 0.1-13 |
136 |
|
|
- Increase PHP mem limit to 128M |
137 |
|
|
|
138 |
|
|
* Mon Mar 8 2010 Daniel B. <daniel@firewall-services.com> 0.1-12 |
139 |
|
|
- Use global TimeZone |
140 |
|
|
|
141 |
|
|
* Wed Dec 2 2009 Daniel B. <daniel@firewall-services.com> 0.1-11 |
142 |
|
|
- Support several mysql DB patches |
143 |
|
|
|
144 |
|
|
* Tue Mar 02 2009 Daniel B. <daniel@firewall-services.com> 0.1-10 |
145 |
|
|
- Add smeserver-remoteuseraccess as a dependencie (sudoers template problem) |
146 |
|
|
|
147 |
|
|
* Mon Mar 02 2009 Daniel B. <daniel@firewall-services.com> 0.1-9 |
148 |
|
|
- specify path to .sendxmpprc file in the script sendxmpp |
149 |
|
|
|
150 |
|
|
* Mon Mar 02 2009 Daniel B. <daniel@firewall-services.com> 0.1-8 |
151 |
|
|
- move .sendxmpprc template to the correct directory |
152 |
|
|
|
153 |
|
|
* Mon Mar 02 2009 Daniel B. <daniel@firewall-services.com> 0.1-7 |
154 |
|
|
- Move jabber account informations to xmpprc |
155 |
|
|
|
156 |
|
|
* Mon Mar 02 2009 Daniel B. <daniel@firewall-services.com> 0.1-6 |
157 |
|
|
- Adjust service masq during zabbix-server-update event |
158 |
|
|
- Enable DB cache module with StartDBSyncers directive |
159 |
|
|
|
160 |
|
|
* Sun Mar 01 2009 Daniel B. <daniel@firewall-services.com> 0.1-5 |
161 |
|
|
- Fix permissions on /var/lib/zabbix/tmp |
162 |
|
|
|
163 |
|
|
* Tue Feb 17 2009 Daniel B. <daniel@firewall-services.com> 0.1-4 |
164 |
|
|
- rename event zabbix-update to zabbix-server-update |
165 |
|
|
|
166 |
|
|
* Wed Feb 11 2009 Daniel B. <daniel@firewall-services.com> 0.1-3 |
167 |
|
|
- disable web access (usefull for distributed monitoring) |
168 |
|
|
- Use stronger password for mysql database |
169 |
|
|
- Use /var/lib/zabbix/bin as default location for scripts |
170 |
|
|
- Use /var/lib/zabbix/tmp for temp dir |
171 |
|
|
|
172 |
|
|
* Fri Feb 06 2009 Daniel B. <daniel@firewall-services.com> 0.1-2 |
173 |
|
|
- Link template-begin-shell to template-begin for sendxmpp script |
174 |
|
|
|
175 |
|
|
* Fri Feb 06 2009 Daniel B. <daniel@firewall-services.com> 0.1-1 |
176 |
|
|
- templatize sendxmpp as zabbix user doesn't have access to SME db |
177 |
|
|
- Add JabberTLS option in the db |
178 |
|
|
|
179 |
|
|
* Mon Feb 02 2009 Daniel B. <daniel@firewall-services.com> 0.1-0 |
180 |
|
|
- initial release |
181 |
|
|
|
182 |
|
|
%prep |
183 |
|
|
%setup |
184 |
|
|
%patch0 -p1 |
185 |
|
|
%patch1 -p1 |
186 |
|
|
%patch2 -p1 |
187 |
|
|
%patch3 -p1 |
188 |
|
|
%patch4 -p1 |
189 |
|
|
%patch5 -p1 |
190 |
|
|
%patch6 -p1 |
191 |
|
|
%patch7 -p1 |
192 |
|
|
%patch8 -p1 |
193 |
|
|
%patch9 -p1 |
194 |
|
|
%patch10 -p1 |
195 |
|
|
%patch11 -p1 |
196 |
|
|
%patch12 -p1 |
197 |
|
|
%patch13 -p1 |
198 |
|
|
%patch14 -p1 |
199 |
|
|
%patch15 -p1 |
200 |
|
|
%patch16 -p1 |
201 |
|
|
%patch17 -p1 |
202 |
brianr |
1.2 |
%patch18 -p1 |
203 |
brianr |
1.3 |
%patch19 -p1 |
204 |
brianr |
1.4 |
%patch20 -p1 |
205 |
brianr |
1.7 |
%patch21 -p1 |
206 |
jpp |
1.8 |
%patch22 -p1 |
207 |
jpp |
1.10 |
%patch23 -p1 |
208 |
jpp |
1.11 |
%patch24 -p1 |
209 |
jpp |
1.12 |
%patch25 -p1 |
210 |
brianr |
1.1 |
|
211 |
|
|
%build |
212 |
|
|
perl ./createlinks |
213 |
|
|
%{__mkdir_p} root/var/lib/zabbix/tmp |
214 |
brianr |
1.7 |
#%{__mkdir_p} root/var/log/zabbix - conflict with zabbix-server-mysql |
215 |
|
|
%{__mkdir_p} root/var/log/php/zabbix |
216 |
|
|
%{__mkdir_p} root/var/lib/php/zabbix/{tmp,wsdlcache,opcache,session} |
217 |
|
|
|
218 |
brianr |
1.1 |
|
219 |
|
|
%install |
220 |
|
|
rm -rf $RPM_BUILD_ROOT |
221 |
|
|
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
222 |
|
|
rm -f %{name}-%{version}-filelist |
223 |
|
|
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
224 |
|
|
--file /var/lib/zabbix/bin/fping 'attr(0750,root,zabbix)' \ |
225 |
|
|
--file /var/lib/zabbix/bin/fping6 'attr(0750,root,zabbix)' \ |
226 |
jpp |
1.8 |
--dir /var/lib/zabbix/tmp 'attr(0750,zabbix,zabbix)' \ |
227 |
|
|
--dir /var/log/php/zabbix 'attr(0770,www,www)' \ |
228 |
|
|
--dir /var/lib/php/zabbix 'attr(0755,root,www)' \ |
229 |
|
|
--dir /var/lib/php/zabbix/tmp 'attr(0770,root,www)' \ |
230 |
|
|
--dir /var/lib/php/zabbix/opcache 'attr(0770,root,www)' \ |
231 |
|
|
--dir /var/lib/php/zabbix/session 'attr(0770,root,www)' \ |
232 |
jpp |
1.10 |
|grep -v '.pyc'|grep -v '.pyo' \ |
233 |
brianr |
1.1 |
> %{name}-%{version}-filelist |
234 |
|
|
|
235 |
|
|
%files -f %{name}-%{version}-filelist |
236 |
|
|
%defattr(-,root,root) |
237 |
|
|
|
238 |
|
|
%clean |
239 |
|
|
rm -rf $RPM_BUILD_ROOT |
240 |
|
|
|
241 |
brianr |
1.5 |
%post |
242 |
brianr |
1.6 |
#/sbin/e-smith/expand-template /etc/e-smith/sql/init/80zabbix-server |
243 |
|
|
#/etc/rc.d/init.d/mysql.init start |
244 |
brianr |
1.1 |
|
245 |
|
|
%postun |
246 |
|
|
#uninstall |
247 |
brianr |
1.6 |
#if [ $1 = 0 ] ; then |
248 |
|
|
# /sbin/e-smith/db configuration setprop zabbix-server status disabled |
249 |
|
|
# /etc/init.d/zabbix-server stop |
250 |
|
|
# /sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf |
251 |
|
|
# /usr/bin/sv h /service/httpd-e-smith |
252 |
|
|
#fi |
253 |
brianr |
1.1 |
|
254 |
|
|
true |