~ko-de-r-de/zabbix/precise

« back to all changes in this revision

Viewing changes to src/zabbix_proxy/proxy.c

  • Committer: guntis
  • Date: 2013-08-01 06:46:25 UTC
  • Revision ID: svn-v4:f4e7fd02-d210-4e34-a1e0-d4093fb66cc2:trunk:37472
..F....... [ZBX-4986] absolute urls replaced with relative and fixed commit bugs

Show diffs side-by-side

added added

removed removed

Lines of Context:
111
111
int     CONFIG_TRAPPER_FORKS            = 5;
112
112
int     CONFIG_SNMPTRAPPER_FORKS        = 0;
113
113
int     CONFIG_JAVAPOLLER_FORKS         = 0;
114
 
int     CONFIG_SELFMON_FORKS            = 1;
 
114
int     CONFIG_SELFMON_FORKS            = 0;
115
115
int     CONFIG_PROXYPOLLER_FORKS        = 0;
116
116
int     CONFIG_ESCALATOR_FORKS          = 0;
117
117
int     CONFIG_ALERTER_FORKS            = 0;