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.

43 lines
923B

  1. local_plugin:
  2. linux_network_netlink:
  3. plugin: netlink
  4. template: linux/files/collectd_netlink.conf
  5. ignore_selected: false
  6. interfaces:
  7. {%- for interface_name in salt['linux_netlink.ls']() %}
  8. - {{ interface_name }}
  9. {%- endfor %}
  10. linux_system_cpu:
  11. plugin: cpu
  12. linux_system_entropy:
  13. plugin: entropy
  14. linux_system_load:
  15. plugin: load
  16. linux_system_contextswitch:
  17. plugin: contextswitch
  18. linux_system_memory:
  19. plugin: memory
  20. linux_system_uptime:
  21. plugin: uptime
  22. linux_system_users:
  23. plugin: users
  24. linux_storage_df:
  25. plugin: df
  26. template: linux/files/collectd_df.conf
  27. ignore_selected: True
  28. fs_types:
  29. - rootfs
  30. - sysfs
  31. - proc
  32. - devtmpfs
  33. - devpts
  34. - tmpfs
  35. - fusectl
  36. - cgroup
  37. linux_storage_disk:
  38. plugin: disk
  39. template: linux/files/collectd_disk.conf
  40. ignore_selected: True
  41. linux_storage_swap:
  42. plugin: swap