add stormshield health status

This commit is contained in:
garnier-quentin 2020-09-18 14:18:24 +02:00
parent a83e4c193a
commit 641758b4bf
1 changed files with 2 additions and 2 deletions

View File

@ -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}
);
}