mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 07:34:35 +02:00
fix openmetrics output
This commit is contained in:
parent
a354a0e913
commit
f73e5825b4
@ -395,9 +395,8 @@ sub output_openmetrics {
|
|||||||
}
|
}
|
||||||
$bucket .= '}';
|
$bucket .= '}';
|
||||||
|
|
||||||
print $label . $bucket . ' ' . $perf->{value};
|
print $label . $bucket . ' ' . $perf->{value} . "\n";
|
||||||
}
|
}
|
||||||
print "\n";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
sub output_txt_short_display {
|
sub output_txt_short_display {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user