summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/Smokeping.pm5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/Smokeping.pm b/lib/Smokeping.pm
index fe0a562..60ddc6a 100644
--- a/lib/Smokeping.pm
+++ b/lib/Smokeping.pm
@@ -2299,6 +2299,11 @@ DOC
_re => '(?:([^,]+)(,[^,]+)*|\S+\(.+\s)',
_re_error => 'Could not parse pattern or matcher',
},
+ edgetrigger => {
+ _re => '(yes|no)',
+ _re_error =>"this must either be 'yes' or 'no'",
+ _default => 'no',
+ },
},
},
Targets => {_doc => <<DOC,