mac-org.nagios.PKG_NAME.plist 894 B

123456789101112131415161718192021222324252627282930313233343536
  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>nagios</string>
  9. <key>GroupName</key>
  10. <string>nagios</string>
  11. <key>Program</key>
  12. <string>/usr/sbin/nrpe</string>
  13. <key>ProgramArguments</key>
  14. <array>
  15. <string>-c</string>
  16. <string>/etc/nagios/nrpe.cfg</string>
  17. </array>
  18. <key>KeepAlive</key>
  19. <dict>
  20. <key>SuccessfulExit</key>
  21. <false/>
  22. <key>NetworkState</key>
  23. <true/>
  24. </dict>
  25. <key>RunAtLoad</key>
  26. <true/>
  27. <!-- ExitTimeOut would be for nagios itself, not nrpe -->
  28. <key>ExitTimeOut</key>
  29. <integer>120</integer>
  30. <key>ProcessType</key>
  31. <string>Background</string>
  32. <!-- LaunchOnlyOnce might be for nagios checkconfig -->
  33. <key>LaunchOnlyOnce</key>
  34. <false/>
  35. </dict>
  36. </plist>