smeserver-zabbix-proxy/root/etc/e-smith/templates/etc/zabbix/zabbix_proxy.conf/30listen

17 lines
381 B
Plaintext

# Listen port for trapper. Default port number is 10051. This parameter
# must be between 1024 and 32767
{
my $port = ${'zabbix-proxy'}{'TCPPort'} || '10051';
$OUT .= "ListenPort=$port\n";
}
# Source IP address for outgouing connections
#SourceIP=
# Listen interface for trapper. Trapper will listen all network interfaces
# if this parameter is missing.
#ListenIP=127.0.0.1