From b4497097f17533b9806f71484c2e1233a76905b8 Mon Sep 17 00:00:00 2001 From: Sims24 Date: Wed, 23 Nov 2016 19:20:53 +0100 Subject: [PATCH] + fix mistype s/stauts/status/ line 121 --- centreon-plugins/apps/protocols/bgp/4/mode/bgppeerstate.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/centreon-plugins/apps/protocols/bgp/4/mode/bgppeerstate.pm b/centreon-plugins/apps/protocols/bgp/4/mode/bgppeerstate.pm index 71ce9e09e..f38394cca 100644 --- a/centreon-plugins/apps/protocols/bgp/4/mode/bgppeerstate.pm +++ b/centreon-plugins/apps/protocols/bgp/4/mode/bgppeerstate.pm @@ -118,7 +118,7 @@ sub new { "filter-peer:s" => { name => 'filter_peer' }, "filter-as:s" => { name => 'filter_as' }, "warning-status:s" => { name => 'warning_status', default => '' }, - "critical-status:s" => { name => 'critical_stauts', default => '' }, + "critical-status:s" => { name => 'critical_status', default => '' }, }); return $self;