fix(citrix) Typo (#2190)
This commit is contained in:
parent
0fd43b02da
commit
6f0b07d394
|
@ -98,7 +98,7 @@ sub run {
|
||||||
$self->{output}->perfdata_add(
|
$self->{output}->perfdata_add(
|
||||||
label => 'servers',
|
label => 'servers',
|
||||||
nlabel => 'folder.servers.count',
|
nlabel => 'folder.servers.count',
|
||||||
instances => $folderDN
|
instances => $folderDN,
|
||||||
value => $numServers,
|
value => $numServers,
|
||||||
warning => $self->{perfdata}->get_perfdata_for_output(label => 'warning'),
|
warning => $self->{perfdata}->get_perfdata_for_output(label => 'warning'),
|
||||||
critical => $self->{perfdata}->get_perfdata_for_output(label => 'critical'),
|
critical => $self->{perfdata}->get_perfdata_for_output(label => 'critical'),
|
||||||
|
|
Loading…
Reference in New Issue