mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-23 13:45:18 +02:00
fix perfdata mysql backup mode
This commit is contained in:
parent
51c91d8d0a
commit
a9030f0420
@ -75,7 +75,7 @@ sub set_counters {
|
|||||||
output_template => 'last execution time: %s',
|
output_template => 'last execution time: %s',
|
||||||
output_use => 'last_execution_human',
|
output_use => 'last_execution_human',
|
||||||
perfdatas => [
|
perfdatas => [
|
||||||
{ template => '%d', min => 0, unit => 's' }
|
{ template => '%d', min => 0, unit => 's', label_extra_instance => 1 }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user