This cookbook sets up a zabbix client, points it to a zabbix server or proxy, and sets the name to be the hostname.
Tested and works on:
CentOS 6
Key | Type | Description |
---|---|---|
['zabbix-agent']['server']['ipaddress'] | String | This holds the IP address of the zabbix server. |
['zabbix-agent']['client']['config'] | String | This is the location of the zabbix config directory. |
['zabbix-agent']['client']['service'] | String | This is just the service name. |
- Fork the repository on Github
- Create a named feature branch (like
add_component_x
) - Write your change
- Write tests for your change (if applicable)
- Run the tests, ensuring they all pass
- Submit a Pull Request using Github
Authors: Andrew Raymer