mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-04-07 20:35:27 +02:00
add stormshield health status
This commit is contained in:
parent
a83e4c193a
commit
641758b4bf
@ -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}
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user