add services status docker

This commit is contained in:
garnier-quentin 2020-06-05 11:18:07 +02:00
parent 62eb5088be
commit fff5e14831
1 changed files with 1 additions and 1 deletions

View File

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