Edgemicro healthcheck plugin, that returns OK for a configured heartbeat path.
To configure healthcheck for Edgemicro, you will need to create synthetic API proxy. But you do not want authentication for this healthcheck endpoint, so this plugin allows you to configure a healthcheck endpoint by skipping authentication
<EDGEMICRO_HOME>/plugins git clone https://github.com/mukundha/healthcheck-edgemicro-plugin/
healthcheck-edgemicro-plugin:
path: /<healthcheck_path>
plugins:
sequence:
- healthcheck-edgemicro-plugin
- oauth
##License MIT