net-mgmt/zabbix-agent: merge version 1.3 from master

This commit is contained in:
Franco Fichtner 2018-04-26 11:14:38 +02:00
parent ce1d144b7f
commit 9f37166cd7
2 changed files with 5 additions and 2 deletions

View file

@ -1,5 +1,5 @@
PLUGIN_NAME= zabbix-agent
PLUGIN_VERSION= 1.2
PLUGIN_VERSION= 1.3
PLUGIN_REVISION= 1
PLUGIN_COMMENT= Enterprise-class open source distributed monitoring agent
PLUGIN_DEPENDS= zabbix34-agent

View file

@ -1,6 +1,6 @@
<model>
<mount>//OPNsense/ZabbixAgent</mount>
<version>1.0.0</version>
<version>1.1.0</version>
<description>
Enterprise-class open source distributed monitoring agent
</description>
@ -8,6 +8,7 @@
<!-- local settings that should NOT be synced to another node -->
<local>
<hostname type="TextField">
<default>Zabbix agent</default>
<Required>Y</Required>
<mask>/^.{1,255}$/u</mask>
<ValidationMessage>Should be a string between 1 and 255 characters.</ValidationMessage>
@ -20,6 +21,7 @@
<Required>Y</Required>
</enabled>
<serverList type="CSVListField">
<default>127.0.0.1</default>
<Required>Y</Required>
<multiple>Y</multiple>
<mask>/^([a-zA-Z0-9\.:\[\]\-]*?,)*([a-zA-Z0-9\.:\[\]\-]*)$/</mask>
@ -33,6 +35,7 @@
<Required>Y</Required>
</listenPort>
<listenIP type="CSVListField">
<default>0.0.0.0</default>
<Required>Y</Required>
<multiple>Y</multiple>
<mask>/^((([0-9a-zA-Z._\-\*:]+)([,]){0,1}))*/u</mask>