jmpsec / osctrl

Fast and efficient osquery management
https://osctrl.net
MIT License
395 stars 51 forks source link

Adding db connection retry in osctrl-admin #376

Closed javuto closed 11 months ago

javuto commented 11 months ago

New parameter for osctrl-admin to enable retry the connection to the DB if it fails:

--db-conn-retry value            Time in seconds to retry the connection to the database, if set to 0 the service will stop if the connection fails (default: 7) [$DB_CONN_RETRY]