mipmip / zabbix_agentd_osx_installer

Zabbix Agent Installer for Mac OS X
52 stars 19 forks source link

New launchd behavior when agent exit code is not 0 #2

Closed frizull closed 10 years ago

frizull commented 10 years ago

launchd accepts a KeepAlive dictionary with a SuccessfulExit key that, when set to NO will automatically relaunch the deamon if it exits with a error code different than 0.

It will also throttle relaunch attempts to one try per 10 seconds and will log the exit code to the Console.

Reference: https://developer.apple.com/library/mac/documentation/Darwin/Reference/Manpages/man5/launchd.plist.5.html