mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 07:34:35 +02:00
fix vmware memory-vm perfdata (#2649)
This commit is contained in:
parent
5e822533ab
commit
b05c7b8f26
@ -50,7 +50,7 @@ sub custom_usage_perfdata {
|
|||||||
|
|
||||||
$self->{output}->perfdata_add(
|
$self->{output}->perfdata_add(
|
||||||
label => $self->{result_values}->{label_ref} . '_' . $label, unit => 'B',
|
label => $self->{result_values}->{label_ref} . '_' . $label, unit => 'B',
|
||||||
instances => $self->use_instances(extra_instance => $options{extra_instance}) ? $self->{result_values}->{display} : undef,
|
instances => $self->use_instances(extra_instance => $options{extra_instance}) ? $self->{instance} : undef,
|
||||||
nlabel => $nlabel,
|
nlabel => $nlabel,
|
||||||
value => $value_perf,
|
value => $value_perf,
|
||||||
warning => $self->{perfdata}->get_perfdata_for_output(label => 'warning-' . $self->{thlabel}, %total_options),
|
warning => $self->{perfdata}->get_perfdata_for_output(label => 'warning-' . $self->{thlabel}, %total_options),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user