mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-29 00:24:46 +02:00
+ add max perfdata percent
This commit is contained in:
parent
b3a09f349e
commit
d52688e780
@ -69,7 +69,7 @@ sub set_counters {
|
||||
output_template => 'Load : %.2f %%', output_error_template => "Load : %s",
|
||||
perfdatas => [
|
||||
{ label => 'line_load', value => 'load_absolute', template => '%.2f',
|
||||
unit => '%', min => 0, label_extra_instance => 1, instance_use => 'display_absolute' },
|
||||
unit => '%', min => 0, max => 100, label_extra_instance => 1, instance_use => 'display_absolute' },
|
||||
],
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user