mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
net-mgmt/zabbix4-proxy: allow multiple listen address (#1672)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -12,6 +12,10 @@ WWW: http://www.zabbix.com/
|
||||
Plugin Changelog
|
||||
----------------
|
||||
|
||||
1.2
|
||||
|
||||
* Allow adding multiple listen addresses
|
||||
|
||||
1.1
|
||||
|
||||
* Add ProxyOfflineBuffer parameter
|
||||
|
||||
+3
-1
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user