I've prepared 2 auto Zabbix 2.0.0 installation scripts, tested on Centos 5.8 and 6.2
https://www.dropbox.com/s/pdekmf5yi6on8o3/zabbix20_el6_install.sh << Centos 6.2
https://www.dropbox.com/s/6sdlerh4ufthys4/zabbix20_el5_install.sh << Centos 5.8
short desc
#!/bin/sh## Centos 6.2 (5.8) zabbix 2 install w/ psql9.1 jabber IPv6 support ## known problems:# zabbix web config not fully configured during installation # need manually to setup $ZBX_SERVER and $ZBX_SERVER_NAME parameters after installation finish # after installation rpm prepared and it is in /root/rpmbuild/RPMS/# do not know why but in this version zabbix won't work with DB user other than root had to create role for root ## reboot required after installation # # # software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND# (c) Michael Veselovski support@omgsw.com# v1: initial release 4/10/2011# v2: 24/12/2011 new release:# - psql 9.1 support added# - db user should be provided during installation # - zabbix 1.9.8 support added# v3.1: 15/05/2012 new release# - script complete rewitten for Centos 6.2 suppport # - script installing Zabbix 2.0.0rc4 /psql# v3.2: 15/05/2012 second script for Centos 5.8# - separate script for Centos 5.8 # v4: 23/05/2012 script for zabbix 2.0.0 # - same problems as above
No comments:
Post a Comment