cookbook 'zabbix', '= 0.0.8'
zabbix
(40) Versions
0.0.8
-
Follow64
Installs/Configures Zabbix Agent/Server
cookbook 'zabbix', '= 0.0.8', :supermarket
knife supermarket install zabbix
knife supermarket download zabbix
= DESCRIPTION:
This cookbook installa zabbix-agent and zabbix-server.
Be careful the way it is now, it only work on x86_64
By defaut the cookbook install zabbix-agent, check the attribute for enable/disable zabbix_server / web or disable zabbix_agent installation.
Default login password for zabbix frontend is admin / zabbix CHANGE IT !
= REQUIREMENTS:
= ATTRIBUTES:
Don't forget to set [:zabbix][:agent][:servers] = ["Your_zabbix_server.com"] before running agent recipe.
Don't forget to set [:zabbix][:web][:fqdn] before running the web recipe.
= USAGE:
You need to use the web frontend to populate your database skeleton.
Be carefull when you update your server version, you need to run the sql patch in /opt/zabbix-$VERSION.
= TODO:
- Add support for ufw , this way search agent how need to have accces to zabbix_server:10051?
= CHANGELOG:
0.0.8
- Fix some major issu
0.0.7
- Add some love to php value
- Now recipe mysql_setup populate the database
- Minor fix
0.0.6
- Change the name of the web_app to fit the fqdn of the apps
Dependent cookbooks
mysql >= 1.2.0 |
database >= 1.0.0 |
apache2 >= 0.0.0 |
Contingent cookbooks
There are no cookbooks that are contingent upon this one.