net-mgmt/zabbix-agent: validation fix from master

This commit is contained in:
Franco Fichtner 2017-07-12 07:04:17 +02:00
parent 87b3dbe1a6
commit a15a805ed7
2 changed files with 1 additions and 1 deletions

View file

@ -1,5 +1,6 @@
PLUGIN_NAME= zabbix-agent
PLUGIN_VERSION= 1.1
PLUGIN_REVISION= 1
PLUGIN_COMMENT= Enterprise-class open source distributed monitoring agent
PLUGIN_DEPENDS= zabbix32-agent
PLUGIN_MAINTAINER= opnsense@moov.de

View file

@ -35,7 +35,6 @@
<listenIP type="CSVListField">
<Required>Y</Required>
<multiple>Y</multiple>
<mask>/^((([0-9a-zA-Z._\-]+:[0-9a-zA-Z._\-]+)([,]){0,1}))*/u</mask>
<mask>/^((([0-9a-zA-Z._\-\*:]+)([,]){0,1}))*/u</mask>
<ChangeCase>lower</ChangeCase>
<ValidationMessage>Please provide valid IP addresses, i.e. 10.0.0.1.</ValidationMessage>