Saltstack Official Linux Formula
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

37 lines
1.2KB

  1. local_linux_system_zombie_procs:
  2. command: "PATH=$PATH:/usr/lib64/nagios/plugins:/usr/lib/nagios/plugins check_procs -w 1 -c 5 -s Z"
  3. interval: 60
  4. occurrences: 3
  5. subscribers:
  6. - local-linux-system
  7. local_linux_system_total_procs:
  8. command: "PATH=$PATH:/usr/lib64/nagios/plugins:/usr/lib/nagios/plugins check_procs -w 1500 -c 3000"
  9. interval: 60
  10. occurrences: 5
  11. subscribers:
  12. - local-linux-system
  13. local_linux_system_load:
  14. command: "PATH=$PATH:/usr/lib64/nagios/plugins:/usr/lib/nagios/plugins check_load -r -w 6,4,2 -c 12,8,4"
  15. interval: 60
  16. occurrences: 1
  17. subscribers:
  18. - local-linux-system
  19. local_linux_storage_swap_usage:
  20. command: "PATH=$PATH:/usr/lib64/nagios/plugins:/usr/lib/nagios/plugins check_swap -a -w 50% -c 20%"
  21. interval: 60
  22. occurrences: 1
  23. subscribers:
  24. - local-linux-storage
  25. local_linux_storage_disk_usage:
  26. command: "PATH=$PATH:/usr/lib64/nagios/plugins:/usr/lib/nagios/plugins check_disk -w 15% -c 5% -p / -p /var -p /usr -p /tmp -p /var/log"
  27. interval: 60
  28. occurrences: 1
  29. subscribers:
  30. - local-linux-storage
  31. local_linux_network_fqdn:
  32. command: "PATH=$PATH:/etc/sensu/plugins check_fqdn.py -n :::hostname::: -f :::fqdn:::"
  33. interval: 60
  34. occurrences: 1
  35. subscribers:
  36. - local-linux-network