summaryrefslogtreecommitdiffstats
path: root/src/zabbix_trapper
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2002-03-31 12:52:37 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2002-03-31 12:52:37 +0000
commit69ac0b14036019a94cc3ceb44d447773df4198d0 (patch)
tree02c9c6fac12eedfad916693b50c76a3db9514328 /src/zabbix_trapper
parent1cae722c88b6402f0c59a8c8503441d7e338252b (diff)
downloadzabbix-69ac0b14036019a94cc3ceb44d447773df4198d0.tar.gz
zabbix-69ac0b14036019a94cc3ceb44d447773df4198d0.tar.xz
zabbix-69ac0b14036019a94cc3ceb44d447773df4198d0.zip
- added column value_type to table items_template (Alexei)
- support for system[uname] (Alexei) - support for system[hostname] (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@342 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'src/zabbix_trapper')
-rw-r--r--src/zabbix_trapper/zabbix_trapperd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zabbix_trapper/zabbix_trapperd.c b/src/zabbix_trapper/zabbix_trapperd.c
index dd2bbd31..f7169fe0 100644
--- a/src/zabbix_trapper/zabbix_trapperd.c
+++ b/src/zabbix_trapper/zabbix_trapperd.c
@@ -541,10 +541,10 @@ int main()
static struct sigaction phan;
+ init_config();
daemon_init();
/* process_config_file(); */
- init_config();
if(CONFIG_LOG_FILE == NULL)
{