fix(citrix) Typo (#2190)

This commit is contained in:
UrBnW 2020-09-04 12:02:30 +02:00 committed by GitHub
parent 0fd43b02da
commit 6f0b07d394
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ sub run {
$self->{output}->perfdata_add(
label => 'servers',
nlabel => 'folder.servers.count',
instances => $folderDN
instances => $folderDN,
value => $numServers,
warning => $self->{perfdata}->get_perfdata_for_output(label => 'warning'),
critical => $self->{perfdata}->get_perfdata_for_output(label => 'critical'),