diff --git a/plugins-scripts/Classes/Cisco/IOS/Component/ConfigSubsystem.pm b/plugins-scripts/Classes/Cisco/IOS/Component/ConfigSubsystem.pm index b3d3b26d..f4519af9 100644 --- a/plugins-scripts/Classes/Cisco/IOS/Component/ConfigSubsystem.pm +++ b/plugins-scripts/Classes/Cisco/IOS/Component/ConfigSubsystem.pm @@ -58,7 +58,7 @@ sub check { $self->check_thresholds($unsynced_since); $self->add_info(sprintf "saved running config is ahead of startup config since %d minutes. device will boot with a config different from the one which was last saved", $unsynced_since / 60); - $self->add_message($self->check_thresholds($unsaved_since)); + $self->add_message($self->check_thresholds($unsynced_since)); } }