We have a case where OEC is running on server where python executable is linked to python2. In that case, we are unable to run nagios integration as nagios script is not compatible with python2.
At the moment, we modify https://github.com/opsgenie/oec/blob/master/runbook/executor.go#L19 and recompile ourself, but it would be nice if that cold be changed via config file so upgrade path would be simpler.
Is that something that could be done?