Welcome to Collect Rack

./r-mint/interface


Settings

These settings are saved in the current url. Make them permanent by creating a bookmark.

YAML
#./plugins/interface.yaml
---
title: Interface Packets (#{@name})
vertical_label: Packets/s
file: if_packets
lines:
  - ds: tx
  - ds: rx
    inverted: true

---
title: Interface Traffic (#{@name})
vertical_label: Bytes/s
file: if_octets
lines:
  - ds: tx
  - ds: rx
    inverted: true

---
title: Interface Dropped Packets (#{@name})
vertical_label: Packets/s
file: if_dropped

---
title: Interface Errors (#{@name})
vertical_label: Errors/s
file: if_errors