New version of salt-formula from Saltstack
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.

14 lines
451B

  1. check:
  2. local_salt_master_proc:
  3. command: "PATH=$PATH:/usr/lib64/nagios/plugins:/usr/lib/nagios/plugins check_procs -a salt-master -u root -c 1:50"
  4. interval: 60
  5. occurrences: 1
  6. subscribers:
  7. - local-salt-master
  8. local_salt_minion_proc:
  9. command: "PATH=$PATH:/usr/lib64/nagios/plugins:/usr/lib/nagios/plugins check_procs -a salt-minion -u root -c 1:10"
  10. interval: 60
  11. occurrences: 1
  12. subscribers:
  13. - local-salt-minion