From fff5e14831fa5d9ace3972c54a68d3a9b13484be Mon Sep 17 00:00:00 2001 From: garnier-quentin Date: Fri, 5 Jun 2020 11:18:07 +0200 Subject: [PATCH] add services status docker --- cloud/docker/restapi/mode/servicestatus.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud/docker/restapi/mode/servicestatus.pm b/cloud/docker/restapi/mode/servicestatus.pm index c3c87383d..1686a8f89 100644 --- a/cloud/docker/restapi/mode/servicestatus.pm +++ b/cloud/docker/restapi/mode/servicestatus.pm @@ -48,7 +48,7 @@ sub set_counters { { name => 'services', type => 2, message_multiple => 'All services running well', format_output => '%s services not in desired stated', - display_counter_problem => { nlabel => 'alerts.problems.current.count', min => 0 }, + display_counter_problem => { nlabel => 'services.tasks.problems.count', min => 0 }, group => [ { name => 'service', cb_prefix_output => 'prefix_service_output', skipped_code => { -11 => 1 } } ] } ];