1 |
# $Id: smeserver-cacti.spec,v 1.3 2008/11/25 16:20:19 slords Exp $ |
# $Id: smeserver-cacti.spec,v 1.9 2013/11/14 16:47:28 unnilennium Exp $ |
2 |
# Authority: nocvs |
# Authority: nocvs |
3 |
# Name: Michel Van hees |
# Name: Michel Van hees |
4 |
|
|
5 |
Summary: Cacti for smeserver |
Summary: Cacti for smeserver |
6 |
%define name smeserver-cacti |
%define name smeserver-cacti |
7 |
Name: %{name} |
Name: %{name} |
8 |
%define version 0.8.7a |
%define version 0.8.8b |
9 |
%define release 1 |
%define release 11 |
10 |
Version: %{version} |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
12 |
License: Freely distributable |
License: Freely distributable |
13 |
Group: Apache |
Group: Apache |
14 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
15 |
#Patch0: %{name}-%{version}.patch.yyyymmddnn |
Patch0: smeserver-cacti-0.8.8b-patch0.patch |
16 |
|
Patch1: smeserver-cacti-0.8.8b-patch1.patch |
17 |
|
Patch2: smeserver-cacti-0.8.8b-patch2.patch |
18 |
|
Patch3: smeserver-cacti-0.8.8b-patch3.patch |
19 |
|
Patch4: smeserver-cacti-0.8.8b-patch4.patch |
20 |
|
Patch5: smeserver-cacti-0.8.8b-patch5.patch |
21 |
|
Patch6: smeserver-cacti-0.8.8b-patch6.patch |
22 |
|
Patch7: smeserver-cacti-0.8.8b-patch7.patch |
23 |
|
Patch8: smeserver-cacti-0.8.8b-poller.patch |
24 |
|
Patch9: smeserver-cacti-0.8.8b-disenabled.patch |
25 |
|
#Patch:%{name}-%{version}.patch.yyyymmddnn |
26 |
BuildRoot: /var/tmp/e-smith-buildroot |
BuildRoot: /var/tmp/e-smith-buildroot |
27 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
28 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
29 |
Requires: smeserver-release >= 7, rrdtool >= 1 |
Requires: smeserver-release >= 8 , rrdtool >= 1 |
30 |
|
Requires: cacti = 0.8.8b-2.el5 |
31 |
AutoReqProv: no |
AutoReqProv: no |
32 |
|
|
33 |
%changelog |
%changelog |
34 |
|
* Thu Nov 21 2013 Jean-Philippe Pialasse <tests@pialasse.com> 0.8.8b-11.sme |
35 |
|
- fixed poller not running in cron , added to crontab |
36 |
|
- fixed wrong ownership for db.php, now cacti:www |
37 |
|
- added status enabled by default |
38 |
|
|
39 |
|
* Tue Nov 14 2013 Jean-Philippe Pialasse <tests@pialasse.com> 0.8.8b-10.sme |
40 |
|
- typo fix in last patch (7) |
41 |
|
|
42 |
|
* Sun Nov 10 2013 Jean-Philippe Pialasse <tests@pialasse.com> 0.8.8b-9.sme |
43 |
|
- fix paths in sql dump [SME: 7419] |
44 |
|
|
45 |
|
* Mon Oct 21 2013 Jean-Philippe Pialasse <tests@pialasse.com> 0.8.8b-8.sme |
46 |
|
- fixing last template path error in createlinks |
47 |
|
|
48 |
|
* Fri Oct 18 2013 Jean-Philippe Pialasse <tests@pialasse.com> 0.8.8b-7.sme |
49 |
|
- fix missing type |
50 |
|
- fix wrong path in Virtualhost template |
51 |
|
- fix DB not creating |
52 |
|
- fix extra file in template |
53 |
|
- updated db mysql default |
54 |
|
|
55 |
|
* Tue Oct 15 2013 Jean-Philippe Pialasse <tests@pialasse.com> 0.8.8b-3.sme |
56 |
|
- initial release for SME 8 |
57 |
|
- use el5 repo cacti |
58 |
|
- fix dependencies |
59 |
|
|
60 |
* Tue Dec 4 2007 Michel Van hees <michel@vanhees.cc> |
* Tue Dec 4 2007 Michel Van hees <michel@vanhees.cc> |
61 |
- Update contrib to 0.8.7a version |
- Update contrib to 0.8.7a version |
62 |
- Adding access limitation |
- Adding access limitation |
72 |
|
|
73 |
%prep |
%prep |
74 |
%setup |
%setup |
75 |
#%patch0 -p1 |
%patch0 -p1 |
76 |
#%patch1 -p1 |
%patch1 -p1 |
77 |
|
%patch2 -p1 |
78 |
|
%patch3 -p1 |
79 |
|
%patch4 -p1 |
80 |
|
%patch5 -p1 |
81 |
|
%patch6 -p1 |
82 |
|
%patch7 -p1 |
83 |
|
%patch8 -p1 |
84 |
|
%patch9 -p1 |
85 |
|
|
86 |
%build |
%build |
87 |
perl createlinks |
perl createlinks |
97 |
rm -rf $RPM_BUILD_ROOT |
rm -rf $RPM_BUILD_ROOT |
98 |
|
|
99 |
%pre |
%pre |
100 |
/sbin/e-smith/db accounts set cacti reserved |
#/sbin/e-smith/db accounts set cacti reserved |
101 |
|
|
102 |
%preun |
%preun |
103 |
|
|
104 |
%post |
%post |
105 |
/sbin/e-smith/db configuration set cacti service |
#/sbin/e-smith/db configuration set cacti service |
106 |
/sbin/e-smith/db configuration setprop cacti access private |
#/sbin/e-smith/db configuration setprop cacti access private |
107 |
|
|
108 |
/sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf |
#/sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf |
109 |
/sbin/e-smith/expand-template /opt/cacti/include/config.php |
#/sbin/e-smith/expand-template /opt/cacti/include/config.php |
110 |
service httpd-e-smith sigusr1 |
#service httpd-e-smith sigusr1 |
111 |
|
|
112 |
|
|
113 |
cactiVersion=`mysql cacti_sme -N -s -e"select * from version"` |
#cactiVersion=`mysql cacti_sme -N -s -e"select * from version"` |
114 |
case "$cactiVersion" in |
#case "$cactiVersion" in |
115 |
0.8.6j) |
# 0.8.6j) |
116 |
echo "" |
# echo "" |
117 |
echo "Upgrade process !!!!!!" |
# echo "Upgrade process !!!!!!" |
118 |
mysql cacti_sme < /opt/cacti/cacti_upg086j.sql |
# mysql cacti_sme < /opt/cacti/cacti_upg086j.sql |
119 |
rm -f /opt/cacti/cacti_sme.sql |
# rm -f /opt/cacti/cacti_sme.sql |
120 |
rm -f /opt/cacti/cacti_upg086j.sql |
# rm -f /opt/cacti/cacti_upg086j.sql |
121 |
echo "Upgrade complete ..." |
# echo "Upgrade complete ..." |
122 |
echo "" |
# echo "" |
123 |
;; |
# ;; |
124 |
0.8.7a) |
# 0.8.7a) |
125 |
# Shoul not be here for the moment |
# # Shoul not be here for the moment |
126 |
;; |
# ;; |
127 |
*) |
# *) |
128 |
# Fresh install |
# # Fresh install |
129 |
echo "" |
# echo "" |
130 |
echo "fresh install..." |
# echo "fresh install..." |
131 |
mysqladmin create cacti_sme |
# mysqladmin create cacti_sme |
132 |
mysql cacti_sme < /opt/cacti/cacti_sme.sql |
# mysql cacti_sme < /opt/cacti/cacti_sme.sql |
133 |
rm -Rf /opt/cacti/install |
# rm -Rf /opt/cacti/install |
134 |
rm -f /opt/cacti/cacti_sme.sql |
# rm -f /opt/cacti/cacti_sme.sql |
135 |
rm -f /opt/cacti/cacti_upg086j.sql |
# rm -f /opt/cacti/cacti_upg086j.sql |
136 |
echo "Install complete ..." |
# echo "Install complete ..." |
137 |
echo "" |
# echo "" |
138 |
esac |
#esac |
|
|
|
|
case "${LANG:0:2}" in |
|
|
fr) |
|
|
echo "" |
|
|
echo "Vous pouvez maintenant acceder à cacti via un browser web de la maniere suivante https://nom_server/cacti" |
|
|
echo "Vous pourrez vous loger sous admin avec comme mot de pass admin." |
|
|
echo "Si vous mettez à jour, le mot de passe admin n'aura pas changer!" |
|
|
echo "" |
|
|
echo "Attention !!!!!" |
|
|
echo "Cacti est limité en accès au réseau interne, donc pas depuis internet" |
|
|
echo "Vous pouvez changer cette option avec les commandes :" |
|
|
echo "db configuration setprop cacti access public" |
|
|
echo "signal-events console-save" |
|
|
echo "" |
|
|
;; |
|
|
*) |
|
|
echo "" |
|
|
echo "Now you can access cacti though your browser at https://server_name/cacti" |
|
|
echo "You can connect using login admin and password admin." |
|
|
echo "If you update a 2.1 version of this contribs, admin password don't change!" |
|
|
echo "" |
|
|
echo "BEWARE !!!" |
|
|
echo "Cacti is now limited to internal network, so it couldn't be access from internet" |
|
|
echo "You can change this with the following command :" |
|
|
echo "db configuration setprop cacti access public" |
|
|
echo "signal-events console-save" |
|
|
echo "" |
|
139 |
|
|
|
;; |
|
|
esac |
|
140 |
|
|
141 |
%postun |
%postun |
|
/sbin/e-smith/db accounts delete cacti |
|
|
/sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf |
|
|
service httpd-e-smith sigusr1 |
|
|
if [ $1 = 0 ] ; then |
|
|
# action to been done if remove |
|
|
case "${LANG:0:2}" in |
|
|
fr) |
|
|
echo "" |
|
|
echo "La base de donnée ne sera pas effacé" |
|
|
echo "Si vous voulez supprimer la base de donnée lancé la commande suivante :" |
|
|
echo "mysqladmin drop cacti_sme" |
|
|
;; |
|
|
*) |
|
|
echo "" |
|
|
echo "Database will not be removed" |
|
|
echo "If you want to remove completly the database launch" |
|
|
echo "mysqladmin drop cacti_sme" |
|
|
;; |
|
|
esac |
|
|
|
|
|
fi |
|
142 |
|
|
143 |
%files -f %{name}-%{version}-filelist |
%files -f %{name}-%{version}-filelist |
144 |
%defattr(-,root,root) |
%defattr(-,root,root) |