indigo-dc.zabbix-agent
Zabbix-Agent Role
This role installs the Zabbix agent in active mode. It is designed to connect resources to the monitoring system for the INDIGO project.
Role Variables
Here are the variables you can use with this role, along with a brief explanation for each:
- zabbix_agent_server: The Zabbix server address to connect to (default is localhost).
- zabbix_agent_server_port: The port number on the server to connect to (default is 10051).
- zabbix_agent_metadata: The HostMetadata setting in the agent configuration (default is system.uname).
- zabbix_agent_hostname_prefix: A prefix to add to the Hostname in the agent configuration (default is an empty string).
Example Playbook
Here is an example of installing the Zabbix agent in active mode on the server called "server.com":
- hosts: servers
roles:
- { role: indigo-dc.zabbix-agent, zabbix_agent_server: server.com }
License
Apache License v2 [1]
Installa
ansible-galaxy install indigo-dc.zabbix-agent
Licenza
Unknown
Download
12.8k
Proprietario