net-mgmt/zabbix4-proxy: allow multiple listen address (#1672)

This commit is contained in:
Michael
2020-01-22 21:50:01 +01:00
committed by Franco Fichtner
parent 17714825f7
commit 6c0ba30d79
4 changed files with 11 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
PLUGIN_NAME= zabbix4-proxy
PLUGIN_VERSION= 1.1
PLUGIN_VERSION= 1.2
PLUGIN_COMMENT= Zabbix Proxy enables decentralized monitoring
PLUGIN_DEPENDS= zabbix4-proxy
PLUGIN_MAINTAINER= m.muenz@gmail.com
+4
View File
@@ -12,6 +12,10 @@ WWW: http://www.zabbix.com/
Plugin Changelog
----------------
1.2
* Allow adding multiple listen addresses
1.1
* Add ProxyOfflineBuffer parameter
@@ -32,7 +32,9 @@
<field>
<id>general.listenip</id>
<label>Listen IP</label>
<type>text</type>
<style>tokenize</style>
<type>select_multiple</type>
<allownew>true</allownew>
<help>List of comma delimited IP addresses that the trapper should listen on. Trapper will listen on all network interfaces if this parameter is missing.</help>
</field>
<field>
@@ -1,7 +1,7 @@
<model>
<mount>//OPNsense/zabbixproxy/general</mount>
<description>Zabbix Proxy configuration</description>
<version>2.0.1</version>
<version>2.0.2</version>
<items>
<enabled type="BooleanField">
<default>0</default>
@@ -29,6 +29,8 @@
</listenport>
<listenip type="NetworkField">
<default></default>
<FieldSeparator>,</FieldSeparator>
<asList>Y</asList>
<Required>N</Required>
</listenip>
<sourceip type="NetworkField">