From da5d5bfea9933604b6aed08969e21c26b5ab12b5 Mon Sep 17 00:00:00 2001 From: IvanMarts Date: Tue, 11 Mar 2025 07:11:43 +0100 Subject: [PATCH] Primera subida. --- inventory/lxc.ini | 0 zabbix/config/zabbix_agent2.conf | 12 ++++++++++++ zabbix/templates/zabbix_agent_debian.yml | 0 3 files changed, 12 insertions(+) create mode 100644 inventory/lxc.ini create mode 100644 zabbix/config/zabbix_agent2.conf create mode 100644 zabbix/templates/zabbix_agent_debian.yml diff --git a/inventory/lxc.ini b/inventory/lxc.ini new file mode 100644 index 0000000..e69de29 diff --git a/zabbix/config/zabbix_agent2.conf b/zabbix/config/zabbix_agent2.conf new file mode 100644 index 0000000..c5d4c2c --- /dev/null +++ b/zabbix/config/zabbix_agent2.conf @@ -0,0 +1,12 @@ +PidFile=/var/run/zabbix/zabbix_agent2.pid +LogFile=/var/log/zabbix/zabbix_agent2.log +LogFileSize=0 +Server=127.0.0.1,zabbixproxy.capsulecorp,192.168.1.10 +ServerActive=zabbixproxy.capsulecorp +HostMetadataItem=system.uname +Hostname= +Include=/etc/zabbix/zabbix_agent2.d/*.conf +PluginSocket=/run/zabbix/agent.plugin.sock +ControlSocket=/run/zabbix/agent.sock +AllowKey=system.run[*] +Include=/etc/zabbix/zabbix_agent2.d/plugins.d/*.conf \ No newline at end of file diff --git a/zabbix/templates/zabbix_agent_debian.yml b/zabbix/templates/zabbix_agent_debian.yml new file mode 100644 index 0000000..e69de29