mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 15:44:21 +02:00
+ add max perfdata percent
This commit is contained in:
parent
cbaa9c4662
commit
b8fd641f8e
@ -69,7 +69,7 @@ sub set_counters {
|
|||||||
output_template => 'Load : %.2f %%', output_error_template => "Load : %s",
|
output_template => 'Load : %.2f %%', output_error_template => "Load : %s",
|
||||||
perfdatas => [
|
perfdatas => [
|
||||||
{ label => 'line_load', value => 'load_absolute', template => '%.2f',
|
{ 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