mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-26 07:05:06 +02:00
+ Fix ssd-iops (last)
This commit is contained in:
parent
63703a0f7c
commit
c080f651b3
@ -50,7 +50,7 @@ my $maps_counters = {
|
|||||||
key_values => [ { name => 'write_iops' }, { name => 'display' }, ],
|
key_values => [ { name => 'write_iops' }, { name => 'display' }, ],
|
||||||
output_template => 'Write IOPs : %s',
|
output_template => 'Write IOPs : %s',
|
||||||
perfdatas => [
|
perfdatas => [
|
||||||
{ label => 'write_iops', value => 'global_iops_absolute', template => '%s',
|
{ label => 'write_iops', value => 'write_iops_absolute', template => '%s',
|
||||||
min => 0, unit => 'iops', label_extra_instance => 1, instance_use => 'display_absolute' },
|
min => 0, unit => 'iops', label_extra_instance => 1, instance_use => 'display_absolute' },
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user