Advertisement
Guest User

Untitled

a guest
Oct 18th, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. grafana:
  2.  
  3. metric: increase(iw_transmit_bytes_total[24h]) + on(station) group_right iw:description OR on(station) label_replace(increase(iw_transmit_bytes_total[24h]), "name", "?", "station", "..*")
  4.  
  5. legend: {{station}} {{name}}
  6.  
  7.  
  8. prometheus:
  9.  
  10. ```
  11. - name: wireless
  12. interval: 1m
  13. rules:
  14. - record: "iw:description"
  15. expr: 0
  16. labels:
  17. station: "01:02:03:04:05:06"
  18. name: "ipad"
  19. - record: "iw:description"
  20. expr: 0
  21. labels:
  22. station: "00:00:00:00:00:00"
  23. name: "iphone"
  24. - record: "iw:description"
  25. expr: 0
  26. labels:
  27. station: "01:01:01:01:01:01"
  28. name: "esp8266"
  29. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement