mac-org.plist.in 931 B

12345678910111213141516171819202122232425262728293031323334353637
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple/DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5. <key>Label</key>
  6. <string>org.nagios.nrpe</string>
  7. <key>UserName</key>
  8. <string>@nrpe_user@</string>
  9. <key>GroupName</key>
  10. <string>@nrpe_group@</string>
  11. <key>Program</key>
  12. <string>@sbindir@/nrpe</string>
  13. <key>ProgramArguments</key>
  14. <array>
  15. <string>-c</string>
  16. <string>@pkgsysconfdir@/nrpe.cfg</string>
  17. <string>-i</string>
  18. </array>
  19. <key>KeepAlive</key>
  20. <dict>
  21. <key>SuccessfulExit</key>
  22. <false/>
  23. <key>NetworkState</key>
  24. <true/>
  25. </dict>
  26. <key>RunAtLoad</key>
  27. <true/>
  28. <!-- ExitTimeOut would be for nagios itself, not nrpe -->
  29. <key>ExitTimeOut</key>
  30. <integer>120</integer>
  31. <key>ProcessType</key>
  32. <string>Background</string>
  33. <!-- LaunchOnlyOnce might be for nagios checkconfig -->
  34. <key>LaunchOnlyOnce</key>
  35. <false/>
  36. </dict>
  37. </plist>