Refs #6339 - fix typo

This commit is contained in:
Mathieu Cinquin 2015-04-15 11:13:29 +02:00
parent 7983b15fb4
commit 7c189ad49a
1 changed files with 1 additions and 1 deletions

View File

@ -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'),