NagVis / nagvis

Visualization addon for your open source monitoring core
http://nagvis.org/
GNU General Public License v2.0
115 stars 74 forks source link

fix (frontend): match "Bit" and "bit" to display bit/s #296

Closed BlackFlash5 closed 2 years ago

BlackFlash5 commented 2 years ago

It seems like some checks in cmk use "Bit" and others use "bit". This bridges the gap for the checks that use "Bit" instead of "bit".

B = byte b = bit

LarsMichelsen commented 2 years ago

Thanks for your contribution 👍