1 |
# $Id: smeserver-zabbix-server.spec,v 1.4 2020/12/08 16:29:28 brianr Exp $ |
# $Id: smeserver-zabbix-server.spec,v 1.15 2022/12/10 07:44:58 jpp Exp $ |
2 |
# Authority: vip-ire |
# Authority: vip-ire |
3 |
# Name: Daniel Berteaud |
# Name: Daniel Berteaud |
4 |
|
|
5 |
%define name smeserver-zabbix-server |
%define name smeserver-zabbix-server |
6 |
%define version 0.1 |
%define version 0.1 |
7 |
%define release 23 |
%define release 31 |
8 |
Summary: sme server integration of zabbix server and web front-end |
Summary: sme server integration of zabbix server and web front-end |
9 |
Name: %{name} |
Name: %{name} |
10 |
Version: %{version} |
Version: %{version} |
35 |
Patch18: smeserver-zabbix-server-0.1-Update-httpd-createlinks-and-adduser.ini.patch |
Patch18: smeserver-zabbix-server-0.1-Update-httpd-createlinks-and-adduser.ini.patch |
36 |
Patch19: smeserver-zabbix-server-0.1-Template-user-dot-ini-and-override-service-file-change-pid-in-conf-file.patch |
Patch19: smeserver-zabbix-server-0.1-Template-user-dot-ini-and-override-service-file-change-pid-in-conf-file.patch |
37 |
Patch20: smeserver-zabbix-server-0.1-Add-in-zabbix-conf-expansion-to-createlinks.patch |
Patch20: smeserver-zabbix-server-0.1-Add-in-zabbix-conf-expansion-to-createlinks.patch |
38 |
|
Patch21: smeserver-zabbix-server-0.1-Switch-to-specific-php-fpm.patch |
39 |
|
Patch22: smeserver-zabbix-server-0.1-bz11232-installSME10.patch |
40 |
|
Patch23: smeserver-zabbix-server-0.1-bz10802-checkcert-telegram.patch |
41 |
|
Patch24: smeserver-zabbix-server-0.1-bz11749-adminpass.patch |
42 |
|
Patch25: smeserver-zabbix-server-0.1-bz12068-httpd24.patch |
43 |
|
Patch26: smeserver-zabbix-server-0.1-bz12031-backup.patch |
44 |
|
|
45 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
46 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
47 |
BuildRoot: /var/tmp/%{name}-%{version} |
BuildRoot: /var/tmp/%{name}-%{version} |
48 |
Requires: e-smith-release >= 9.0 |
Requires: e-smith-release >= 10.0 |
49 |
|
Requires: e-smith-apache >= 2.6.0-19 |
50 |
|
Requires: smeserver-php >= 3.0.0-43 |
51 |
Requires: fping |
Requires: fping |
|
Obsoletes: zabbix-server |
|
52 |
Requires: zabbix-server-mysql >= 4.4.6 |
Requires: zabbix-server-mysql >= 4.4.6 |
53 |
Requires: zabbix-web-mysql >= 4.4.6 |
Requires: zabbix-web-mysql >= 4.4.6 |
54 |
Requires: zabbix-web >= 4.4.6 |
Requires: zabbix-web >= 4.4.6 |
55 |
Requires: sendxmpp |
Requires: sendxmpp |
|
Conflicts: smeserver-zabbix-proxy |
|
56 |
Requires: smeserver-remoteuseraccess |
Requires: smeserver-remoteuseraccess |
57 |
#Requires: smeserver-php-scl |
# for telegram bot |
58 |
|
Requires: python2-pysocks python-requests python2-requests-oauthlib |
59 |
|
Obsoletes: zabbix-server |
60 |
|
Conflicts: smeserver-zabbix-proxy |
61 |
AutoReqProv: no |
AutoReqProv: no |
62 |
|
|
63 |
|
#for zabbix=>50 |
64 |
|
#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 |
65 |
|
#Provides: zabbix-web-database-scl-php73 = %{version}-%{release} |
66 |
|
#Provides: zabbix-web-deps-scl = %{version}-%{release} |
67 |
|
#Provides: zabbix-web-deps-scl-php73 = %{version}-%{release} |
68 |
|
#Requires: zabbix-web = %{version}-%{release} |
69 |
|
#Requires: php73-php-mysqlnd php73 php73-php-gd php73-php-bcmath php73-php-mbstring php73-php-xml php73-php-ldap php73-php-fpm php73-php-mysqlnd |
70 |
|
|
71 |
|
|
72 |
%description |
%description |
73 |
smserver integration of zabbix server and web front-end. |
smserver integration of zabbix server and web front-end. |
74 |
ZAbbix is an entreprise-class open source distributed monitoring |
Zabbix is an entreprise-class open source distributed monitoring |
75 |
|
solution |
76 |
|
|
77 |
|
%package z50 |
78 |
|
%define provscl 5.0.30-1 |
79 |
|
Summary: SME Server integration of zabbix server 5.0 and web front-end using Remi SCLO |
80 |
|
Group: Applications/Internet |
81 |
|
#common |
82 |
|
BuildArchitectures: noarch |
83 |
|
BuildRequires: e-smith-devtools |
84 |
|
Requires: e-smith-release >= 10.0 |
85 |
|
Requires: e-smith-apache >= 2.6.0-19 |
86 |
|
Requires: smeserver-php >= 3.0.0-43 |
87 |
|
Requires: fping |
88 |
|
Requires: zabbix-server-mysql >= 5.0.0 |
89 |
|
Requires: zabbix-web-mysql-scl >= 5.0.0 |
90 |
|
Requires: zabbix-web >= 5.0.0 |
91 |
|
Requires: sendxmpp |
92 |
|
Requires: smeserver-remoteuseraccess |
93 |
|
# specific |
94 |
|
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 |
95 |
|
Provides: zabbix-web-database-scl-php73 = %{provscl} |
96 |
|
Provides: zabbix-web-deps-scl = %{provscl} |
97 |
|
Provides: zabbix-web-deps-scl-php73 = %{provscl} |
98 |
|
Requires: zabbix-web = %{provscl} |
99 |
|
Requires: php73-php-mysqlnd php73 php73-php-gd php73-php-bcmath php73-php-mbstring php73-php-xml php73-php-ldap php73-php-fpm php73-php-mysqlnd |
100 |
|
|
101 |
|
%description z50 |
102 |
|
SME Server integration of zabbix server 5.0 and web front-end using Remi SCLO. |
103 |
|
Zabbix is an entreprise-class open source distributed monitoring |
104 |
solution |
solution |
105 |
|
|
106 |
%changelog |
%changelog |
107 |
|
* Sat Dec 10 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-31.sme |
108 |
|
- original package build for Zabbix 5.0 using Remi SCLO [SME: ] |
109 |
|
|
110 |
|
* Mon Aug 01 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-30.sme |
111 |
|
- update to httpd 2.4 access syntax [SME: 12068] |
112 |
|
thanks to Vasarhelyi Zsolt |
113 |
|
- add to core backup [SME: 12031] |
114 |
|
non rpm owned files in /etc/zabbix, /etc/zabbix/zabbix_agentd.conf.d/ |
115 |
|
and /var/lib/zabbix/bin/ |
116 |
|
|
117 |
|
* Tue Nov 09 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-29.sme |
118 |
|
- set random password to Admin i fuser exists and password is zabbix [SME: 11749] |
119 |
|
|
120 |
|
* Mon Nov 08 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-28.sme |
121 |
|
- add check cert scripts and telegram [SME: 10802] |
122 |
|
no template provided to use with |
123 |
|
|
124 |
|
* Sun Nov 07 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-27.sme |
125 |
|
- fix init sql, typo and reload deamon [SME: 11232] |
126 |
|
|
127 |
|
* Sun Nov 07 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-26.sme |
128 |
|
- fix session and log issue [SME: 11232] |
129 |
|
fix mysql-init not launched |
130 |
|
|
131 |
|
* Mon Nov 01 2021 BogusDateBot |
132 |
|
- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday, |
133 |
|
by assuming the date is correct and changing the weekday. |
134 |
|
Tue Mar 02 2009 --> Tue Feb 24 2009 or Mon Mar 02 2009 or Tue Mar 03 2009 or .... |
135 |
|
Wed Feb 07 2016 --> Wed Feb 03 2016 or Sun Feb 07 2016 or Wed Feb 10 2016 or .... |
136 |
|
|
137 |
|
* Mon Nov 01 2021 Brian Read <brianr@bjsystems.co.uk> 0.1-25.sme |
138 |
|
- Switch-to-specific-php-fpm [SME: 11232] |
139 |
|
|
140 |
|
* Mon Nov 01 2021 Brian Read <brianr@bjsystems.co.uk> 0.1-24.sme |
141 |
|
- Remove post and postun command in spec file [SME: 11232] |
142 |
|
|
143 |
* Thu Dec 10 2020 Brian Read <brianr@bjsystems.co.uk> 0.1-23.sme |
* Thu Dec 10 2020 Brian Read <brianr@bjsystems.co.uk> 0.1-23.sme |
144 |
- Add in post instructions to spec for SQL db creation [SME: 11232] |
- Add in post instructions to spec for SQL db creation [SME: 11232] |
145 |
|
|
171 |
- fix php requirement |
- fix php requirement |
172 |
- fix add path to new db |
- fix add path to new db |
173 |
|
|
174 |
* Wed Feb 7 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 0.1-14.sme |
* Sun Feb 07 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 0.1-14.sme |
175 |
|
Wed Feb 07 2016 --> Wed Feb 03 2016 or Sun Feb 07 2016 or Wed Feb 10 2016 or .... |
176 |
- New roll for sme9 |
- New roll for sme9 |
177 |
|
|
178 |
* Mon Apr 29 2013 Daniel B. <daniel@firewall-services.com> 0.1-13 |
* Mon Apr 29 2013 Daniel B. <daniel@firewall-services.com> 0.1-13 |
245 |
%patch18 -p1 |
%patch18 -p1 |
246 |
%patch19 -p1 |
%patch19 -p1 |
247 |
%patch20 -p1 |
%patch20 -p1 |
248 |
|
%patch21 -p1 |
249 |
|
%patch22 -p1 |
250 |
|
%patch23 -p1 |
251 |
|
%patch24 -p1 |
252 |
|
%patch25 -p1 |
253 |
|
%patch26 -p1 |
254 |
|
|
255 |
%build |
%build |
256 |
perl ./createlinks |
perl ./createlinks |
257 |
%{__mkdir_p} root/var/lib/zabbix/tmp |
%{__mkdir_p} root/var/lib/zabbix/tmp |
258 |
|
#%{__mkdir_p} root/var/log/zabbix - conflict with zabbix-server-mysql |
259 |
|
%{__mkdir_p} root/var/log/php/zabbix |
260 |
|
%{__mkdir_p} root/var/lib/php/zabbix/{tmp,wsdlcache,opcache,session} |
261 |
|
|
262 |
|
|
263 |
%install |
%install |
264 |
rm -rf $RPM_BUILD_ROOT |
rm -rf $RPM_BUILD_ROOT |
267 |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
268 |
--file /var/lib/zabbix/bin/fping 'attr(0750,root,zabbix)' \ |
--file /var/lib/zabbix/bin/fping 'attr(0750,root,zabbix)' \ |
269 |
--file /var/lib/zabbix/bin/fping6 'attr(0750,root,zabbix)' \ |
--file /var/lib/zabbix/bin/fping6 'attr(0750,root,zabbix)' \ |
270 |
--dir /var/lib/zabbix/tmp 'attr(0755,zabbix,zabbix)' \ |
--dir /var/lib/zabbix/tmp 'attr(0750,zabbix,zabbix)' \ |
271 |
|
--dir /var/log/php/zabbix 'attr(0770,www,www)' \ |
272 |
|
--dir /var/lib/php/zabbix 'attr(0755,root,www)' \ |
273 |
|
--dir /var/lib/php/zabbix/tmp 'attr(0770,root,www)' \ |
274 |
|
--dir /var/lib/php/zabbix/opcache 'attr(0770,root,www)' \ |
275 |
|
--dir /var/lib/php/zabbix/session 'attr(0770,root,www)' \ |
276 |
|
|grep -v '.pyc'|grep -v '.pyo' \ |
277 |
> %{name}-%{version}-filelist |
> %{name}-%{version}-filelist |
278 |
|
|
279 |
%files -f %{name}-%{version}-filelist |
%files -f %{name}-%{version}-filelist |
280 |
%defattr(-,root,root) |
%defattr(-,root,root) |
281 |
|
|
282 |
|
%files z50 -f %{name}-%{version}-filelist |
283 |
|
%defattr(-,root,root) |
284 |
|
|
285 |
%clean |
%clean |
286 |
rm -rf $RPM_BUILD_ROOT |
rm -rf $RPM_BUILD_ROOT |
287 |
|
|
288 |
%post |
%post |
|
/sbin/e-smith/expand-template /etc/e-smith/sql/init/80zabbix-server |
|
|
/etc/rc.d/init.d/mysql.init start |
|
289 |
|
|
290 |
%postun |
%postun |
|
#uninstall |
|
|
if [ $1 = 0 ] ; then |
|
|
/sbin/e-smith/db configuration setprop zabbix-server status disabled |
|
|
/etc/init.d/zabbix-server stop |
|
|
/sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf |
|
|
/usr/bin/sv h /service/httpd-e-smith |
|
|
fi |
|
291 |
|
|
|
true |
|