mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
sysutils/monit: merge version 1.6 from master
This commit is contained in:
parent
4db8452777
commit
9d79dae649
2 changed files with 4 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
|||
PLUGIN_NAME= monit
|
||||
PLUGIN_VERSION= 1.5
|
||||
PLUGIN_VERSION= 1.6
|
||||
PLUGIN_COMMENT= Proactive system monitoring
|
||||
PLUGIN_MAINTAINER= frank.brendel@eurolog.com
|
||||
PLUGIN_DEPENDS= monit
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<model>
|
||||
<mount>//OPNsense/monit</mount>
|
||||
<version>1.0.2</version>
|
||||
<version>1.0.3</version>
|
||||
<description>Monit settings</description>
|
||||
<items>
|
||||
<general>
|
||||
|
|
@ -198,7 +198,7 @@
|
|||
</match>
|
||||
<path type="TextField">
|
||||
<Required>N</Required>
|
||||
<mask>/^(\/[^\/ ]*)+\/?$/</mask>
|
||||
<mask>/^(\/[^\/ ]*)+\/?.*$/</mask>
|
||||
<ValidationMessage>Should be a valid absolute file or folder path.</ValidationMessage>
|
||||
</path>
|
||||
<address type="TextField">
|
||||
|
|
@ -261,7 +261,7 @@
|
|||
</action>
|
||||
<path type="TextField">
|
||||
<Required>N</Required>
|
||||
<mask>/^(\/[^\/ ]*)+?$/</mask>
|
||||
<mask>/^(\/[^\/ ]*)+\/?.*$/</mask>
|
||||
<ValidationMessage>Should be a valid absolute file path.</ValidationMessage>
|
||||
</path>
|
||||
</test>
|
||||
|
|
|
|||
Loading…
Reference in a new issue