From 9397c016092f245c2c18306c22226c2d8faaead3 Mon Sep 17 00:00:00 2001 From: lchrdn <89968908+lchrdn@users.noreply.github.com> Date: Mon, 7 Nov 2022 10:03:57 +0100 Subject: [PATCH] function name compliance (#4037) --- .../apps/monitoring/kadiska/mode/watcherstatistics.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/centreon-plugins/apps/monitoring/kadiska/mode/watcherstatistics.pm b/centreon-plugins/apps/monitoring/kadiska/mode/watcherstatistics.pm index 916fb973a..1396d2f47 100644 --- a/centreon-plugins/apps/monitoring/kadiska/mode/watcherstatistics.pm +++ b/centreon-plugins/apps/monitoring/kadiska/mode/watcherstatistics.pm @@ -447,7 +447,7 @@ sub manage_selection { my $raw_form_post = { "select" => [ { - "user_id:distinct" => ["distinct","user_id"] + "user_id:distinct" => ["countDistinct","user_id"] }, { "\%errors:avg|hits" => ["avgFor","hits","error_count"]