Closed SuperQ closed 5 years ago
We would like to have a dashboard and alert for link saturation of trunk ports between switches.
(rate(ifHCInOctets{ifAlias=~"--- Trunk .* ---"}[5m]) * 8) / (ifHighSpeed * 1000 * 1000) * 100
Fixed with https://github.com/FOSDEM/infrastructure/pull/179
We would like to have a dashboard and alert for link saturation of trunk ports between switches.