LOL !!!
October 31, 2010
February 9, 2010
Zabbix 1.8 Linux agent installers scripts
Scripts for Linux agent installers (Zabbix 1.8) have been updated.
Check-out available at http://code.google.com/p/toonheart/source/browse/#svn/trunk/bash/zabbix/agent/linux/1.8
Note: Previous installations of 1.6 or 1.8 agents will be un-installed before installation.
February 5, 2010
Fixing PHP woes for Zabbix
For Zabbix server installation you may need to change one or more php directives depending on the version of Zabbix server being installed.
Here’s some that I had to change,
[root@zabbix ~]# egrep -i '(max_execution_time|date.timezone|mbstring.func_overload|memory_limit)' /etc/php.ini max_execution_time = 300 ; Maximum execution time of each script, in seconds memory_limit = 128M ; Maximum amount of memory a script may consume date.timezone = "America/New_York" mbstring.func_overload = 2
Make sure that you remove the prefix “;” if you are changing an ignored directive and do not forget to restart httpd.
