Saltstack Official Linux Formula
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
731B

  1. local_plugin:
  2. linux_network_interface:
  3. plugin: interface
  4. linux_system_cpu:
  5. plugin: cpu
  6. linux_system_entropy:
  7. plugin: entropy
  8. linux_system_load:
  9. plugin: load
  10. linux_system_contextswitch:
  11. plugin: contextswitch
  12. linux_system_memory:
  13. plugin: memory
  14. linux_system_uptime:
  15. plugin: uptime
  16. linux_system_users:
  17. plugin: users
  18. linux_storage_df:
  19. plugin: df
  20. template: linux/files/collectd_df.conf
  21. ignore_selected: True
  22. fs_types:
  23. - rootfs
  24. - sysfs
  25. - proc
  26. - devtmpfs
  27. - devpts
  28. - tmpfs
  29. - fusectl
  30. - cgroup
  31. linux_storage_disk:
  32. plugin: disk
  33. template: linux/files/collectd_disk.conf
  34. ignore_selected: True
  35. linux_storage_swap:
  36. plugin: swap