From 08695874409c56a2bd745e2823a58c4120cf20c1 Mon Sep 17 00:00:00 2001 From: qgarnier Date: Mon, 23 Nov 2020 15:32:17 +0100 Subject: [PATCH] fix infoblox (#2367) --- network/infoblox/snmp/mode/services.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network/infoblox/snmp/mode/services.pm b/network/infoblox/snmp/mode/services.pm index 666cfc9d7..77ba11768 100644 --- a/network/infoblox/snmp/mode/services.pm +++ b/network/infoblox/snmp/mode/services.pm @@ -154,7 +154,7 @@ sub check { $result->{ibNodeServiceName}, $result->{ibNodeServiceStatus}, $result->{ibNodeServiceName} ) ); - my $exit = $self->get_severity(section => 'default', label => 'service', instance => $result->{ibNodeServiceName}, value => $result->{ibNodeServiceStatus}); + my $exit = $self->get_severity(label => 'default', section => 'service', instance => $result->{ibNodeServiceName}, value => $result->{ibNodeServiceStatus}); if (!$self->{output}->is_status(value => $exit, compare => 'ok', litteral => 1)) { $self->{output}->output_add( severity => $exit,