FOSDEM / infrastructure

Infrastructure used during the conference
Other
54 stars 22 forks source link

Dashboard and alert for Trunk saturation #176

Closed SuperQ closed 5 years ago

SuperQ commented 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
SuperQ commented 5 years ago

Fixed with https://github.com/FOSDEM/infrastructure/pull/179