mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 15:44:21 +02:00
parent
9a99b610a7
commit
65b441b435
@ -52,7 +52,7 @@ my $maps_counters = {
|
||||
output_template => 'Read I/O : %s %s/s',
|
||||
output_change_bytes => 1,
|
||||
perfdatas => [
|
||||
{ value => 'data-read-numeric_absolute',
|
||||
{ value => 'data-read-numeric_per_second', template => '%d',
|
||||
unit => 'B/s', min => 0, label_extra_instance => 1 },
|
||||
],
|
||||
}
|
||||
@ -66,7 +66,7 @@ my $maps_counters = {
|
||||
output_template => 'Write I/O : %s %s/s',
|
||||
output_change_bytes => 1,
|
||||
perfdatas => [
|
||||
{ value => 'data-written-numeric_absolute',
|
||||
{ value => 'data-written-numeric_per_second', template => '%d',
|
||||
unit => 'B/s', min => 0, label_extra_instance => 1 },
|
||||
],
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user