diff --git a/centreon-plugins/apps/elasticsearch/mode/nodecount.pm b/centreon-plugins/apps/elasticsearch/mode/nodecount.pm index 2cb5ebd84..fe177e4a9 100644 --- a/centreon-plugins/apps/elasticsearch/mode/nodecount.pm +++ b/centreon-plugins/apps/elasticsearch/mode/nodecount.pm @@ -137,7 +137,7 @@ sub run { critical => $self->{perfdata}->get_perfdata_for_output(label => 'critical'), min => 0, ); - $self->{output}->perfdata_add(label => "nodeclient, + $self->{output}->perfdata_add(label => "nodeclient", value => $webcontent->{nodes}->{count}->{client}, warning => $self->{perfdata}->get_perfdata_for_output(label => 'warning'), critical => $self->{perfdata}->get_perfdata_for_output(label => 'critical'),