diff --git a/network/stormshield/snmp/mode/health.pm b/network/stormshield/snmp/mode/health.pm index 563d16c86..5118086ab 100644 --- a/network/stormshield/snmp/mode/health.pm +++ b/network/stormshield/snmp/mode/health.pm @@ -26,11 +26,11 @@ use strict; use warnings; use centreon::plugins::templates::catalog_functions qw(catalog_status_threshold_ng); -sub custom_status_output { +sub custom_service_status_output { my ($self, %options) = @_; return sprintf( - "health is '%s'", + "health: %s", $self->{result_values}->{health} ); }