centreon-plugins
centreon-plugins copied to clipboard
[database::mssql::plugin] mode locks-wait : wrong output unit
Hello,
I think there were a copy / paste from mode dead-locks to mode locks-waits, here the output for the second : OK: 0.00 dead locks/s Perf counter are correct : 'mssql.lockswaits.count'=0.00;;;0;
Here is the mistake : https://github.com/centreon/centreon-plugins/blob/develop/src/database/mssql/mode/lockswaits.pm line 37 output_template => '%.2f dead locks/s',
Thanks
Hello :)
Thanks for the feedback :)
So if we replace it with
output_template => “%.2f locks waits/s”,
that would be consistent, right?
Hello :)
It will perfect, many thanks.
This issue has been fixed in the December Release. Thanks for opening this issue!