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.

39 lines
736B

  1. LoadPlugin cpu
  2. LoadPlugin df
  3. LoadPlugin disk
  4. LoadPlugin entropy
  5. LoadPlugin interface
  6. LoadPlugin memory
  7. LoadPlugin processes
  8. LoadPlugin swap
  9. LoadPlugin uptime
  10. LoadPlugin users
  11. <Plugin df>
  12. # Device "/dev/sda1"
  13. # Device "192.168.0.2:/mnt/nfs"
  14. # MountPoint "/home"
  15. # FSType "ext3"
  16. # ignore rootfs; else, the root file-system would appear twice, causing
  17. # one of the updates to fail and spam the log
  18. FSType rootfs
  19. # ignore the usual virtual / temporary file-systems
  20. FSType sysfs
  21. FSType proc
  22. FSType devtmpfs
  23. FSType devpts
  24. FSType tmpfs
  25. FSType fusectl
  26. FSType cgroup
  27. IgnoreSelected true
  28. # ReportByDevice false
  29. # ReportReserved false
  30. # ReportInodes false
  31. </Plugin>
  32. <Plugin disk>
  33. IgnoreSelected true
  34. </Plugin>