From 1947fa82b24b9f5d526f5909454c8c7168ce3bd4 Mon Sep 17 00:00:00 2001 From: Tobi Oetiker Date: Fri, 8 Sep 2006 09:31:35 +0000 Subject: added alert priority to _vars array to make the parser recognize it. --- lib/Smokeping.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/Smokeping.pm') diff --git a/lib/Smokeping.pm b/lib/Smokeping.pm index 616fb82..10ef63e 100644 --- a/lib/Smokeping.pm +++ b/lib/Smokeping.pm @@ -28,7 +28,7 @@ use Smokeping::RRDtools; # globale persistent variables for speedy use vars qw($cfg $probes $VERSION $havegetaddrinfo $cgimode); -$VERSION="2.000903"; +$VERSION="2.000904"; # we want opts everywhere my %opt; @@ -2458,7 +2458,7 @@ DOC }, }, '/[^\s,]+/' => { - _vars => [ qw(type pattern comment to edgetrigger mailtemplate) ], + _vars => [ qw(type pattern comment to edgetrigger mailtemplate priority) ], _inherited => [ qw(edgetrigger mailtemplate) ], _mandatory => [ qw(type pattern comment) ], to => { _doc => 'Similar to the "to" parameter on the top-level except that it will only be used IN ADDITION to the value of the toplevel parameter. Same rules apply.', -- cgit v1.2.3-24-g4f1b