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

13 行
420B

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