mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 07:34:35 +02:00
fix: "other" type of marker supply was not handled (#4711)
This commit is contained in:
parent
6f318e6496
commit
b0971fda91
@ -28,6 +28,7 @@ use centreon::plugins::misc;
|
|||||||
|
|
||||||
# 1 means: do percent calc
|
# 1 means: do percent calc
|
||||||
my %unit_managed = (
|
my %unit_managed = (
|
||||||
|
1 => 1, # other(1),
|
||||||
3 => 1, # tenThousandthsOfInches(3), -- .0001
|
3 => 1, # tenThousandthsOfInches(3), -- .0001
|
||||||
4 => 1, # micrometers(4),
|
4 => 1, # micrometers(4),
|
||||||
7 => 1, # impressions(7),
|
7 => 1, # impressions(7),
|
||||||
@ -171,7 +172,7 @@ __END__
|
|||||||
|
|
||||||
=head1 MODE
|
=head1 MODE
|
||||||
|
|
||||||
Check marker supply usages.
|
Check marker supplies usage.
|
||||||
|
|
||||||
=over 8
|
=over 8
|
||||||
|
|
||||||
@ -185,7 +186,7 @@ Critical threshold in percent.
|
|||||||
|
|
||||||
=item B<--filter>
|
=item B<--filter>
|
||||||
|
|
||||||
Filter maker supply instance.
|
Filter marker supply instances.
|
||||||
|
|
||||||
=back
|
=back
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user