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.

48 lines
956B

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