mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-23 21:55:16 +02:00
(plugin) apps::ceph::restapi - mode pools fix metrics (#3986)
This commit is contained in:
parent
03eba3d9cb
commit
5e44d568ef
@ -101,7 +101,7 @@ sub set_counters {
|
||||
output_template => 'read: %s %s/s',
|
||||
output_change_bytes => 1,
|
||||
perfdatas => [
|
||||
{ template => '%d', unit => 'B/s' }
|
||||
{ template => '%d', unit => 'B/s', label_extra_instance => 1 }
|
||||
]
|
||||
}
|
||||
},
|
||||
@ -110,7 +110,7 @@ sub set_counters {
|
||||
output_template => 'write: %s %s/s',
|
||||
output_change_bytes => 1,
|
||||
perfdatas => [
|
||||
{ template => '%d', unit => 'B/s', min => 0 }
|
||||
{ template => '%d', unit => 'B/s', min => 0, label_extra_instance => 1 }
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user