Remove templates for zabbix_agent.conf which doesn't exists anymore in 3.0

tags/smeserver-zabbix-agent-0.4.3-1
Daniel Berteaud 9 years ago
parent 5388e00b05
commit 093a870376
  1. 2
      createlinks
  2. 5
      root/etc/e-smith/templates/etc/zabbix/zabbix_agent.conf/00header
  3. 6
      root/etc/e-smith/templates/etc/zabbix/zabbix_agent.conf/10zabbixServers
  4. 5
      root/etc/e-smith/templates/etc/zabbix/zabbix_agent.conf/20timeout

@ -3,7 +3,7 @@
use esmith::Build::CreateLinks qw(:all); use esmith::Build::CreateLinks qw(:all);
# Templates to expand # Templates to expand
foreach my $conf (qw!zabbix_agent.conf zabbix_agentd.conf zabbix_agentd.conf.d/asterisk.conf foreach my $conf (qw!zabbix_agentd.conf zabbix_agentd.conf.d/asterisk.conf
zabbix_agentd.conf.d/deprecated_cpunum.conf zabbix_agentd.conf.d/deprecated_memory.conf zabbix_agentd.conf.d/deprecated_cpunum.conf zabbix_agentd.conf.d/deprecated_memory.conf
zabbix_agentd.conf.d/deprecated_netstat.conf zabbix_agentd.conf.d/deprecated_swap.conf zabbix_agentd.conf.d/deprecated_netstat.conf zabbix_agentd.conf.d/deprecated_swap.conf
zabbix_agentd.conf.d/extip.conf zabbix_agentd.conf.d/mail.conf zabbix_agentd.conf.d/mysql.conf zabbix_agentd.conf.d/extip.conf zabbix_agentd.conf.d/mail.conf zabbix_agentd.conf.d/mysql.conf

@ -1,5 +0,0 @@
# This is config file for zabbix_agent
# To get more information about ZABBIX,
# go http://www.zabbix.com

@ -1,6 +0,0 @@
# IP address of ZABBIX server
# Connections from other hosts will be denied
Server={ (${'zabbix-agent'}{'Servers'} || '127.0.0.1'); }

@ -1,5 +0,0 @@
# Spend no more than Timeout seconds on processing
# Must be between 1 and 30
Timeout=3
Loading…
Cancel
Save