Advertisement
Guest User

Untitled

a guest
Jun 5th, 2025
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. - Glances:
  2. - Glances - yavin4:
  3. widget:
  4. type: glances
  5. url: http://192.168.0.30:61208
  6. # username: user # optional if auth enabled in Glances
  7. # password: pass # optional if auth enabled in Glances
  8. version: 4 # required only if running glances v4 or higher, defaults to 3
  9. metric: info
  10. diskUnits: bytes # optional, bytes (default) or bbytes. Only applies to disk
  11. refreshInterval: 5000 # optional - in milliseconds, defaults to 1000 or more, depending on the metric
  12. pointsLimit: 15 # optional, defaults to 15
  13. - Glances - hoth:
  14. widget:
  15. type: glances
  16. url: http://192.168.0.45:61208
  17. # username: user # optional if auth enabled in Glances
  18. # password: pass # optional if auth enabled in Glances
  19. version: 4 # required only if running glances v4 or higher, defaults to 3
  20. metric: info
  21. diskUnits: bytes # optional, bytes (default) or bbytes. Only applies to disk
  22. refreshInterval: 5000 # optional - in milliseconds, defaults to 1000 or more, depending on the metric
  23. pointsLimit: 15 # optional, defaults to 15
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement