Saltstack Official Linux Formula
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

39 行
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>