Advertisement
Guest User

Untitled

a guest
Nov 16th, 2016
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. ---
  2. schedule:
  3. interval: 1s
  4. type: simple
  5. workflow:
  6. collect:
  7. metrics:
  8. “/intel/us/compute/saturation”: {}
  9. “/intel/us/compute/utilization”: {}
  10. “/intel/us/disk/*/saturation”: {}
  11. “/intel/us/disk/*/utilization”: {}
  12. “/intel/us/memory/saturation”: {}
  13. “/intel/us/memory/utilization”: {}
  14. “/intel/us/network/*/saturation”: {}
  15. “/intel/us/network/*/utilization”: {}
  16. process:
  17. publish:
  18. -
  19. config:
  20. database: INFLUXDB_USERNAME
  21. host: IP_OF_YOUR_INFLUXDB_INSTANCE
  22. password: snap
  23. port: 8086
  24. user: snap
  25. plugin_name: influx
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement