The Bastion Agent is a service that checks the Bastion's and LAC's responsiveness and takes a resolution remedial action.
It works by sending a health check request to the Bastion and LAC. if If the Bastion and/or LAC Filter does not respond as expected, the script will try to restart the Bastion service.
...
9.BastionRestartTimeoutSeconds - How long should the agent wait for a restart to complete. If the service is not able to start, the agent will create an event for manual operation to be done.
10.MaxHealthcheckLatencyMilliseconds - maximum latency for the health check response. Set 0 to disable latency check.
11.EmailIssues - for which type of issues should an email be sent. you You can set the following values: all, dbConnectionFailure, restartFailure, restartSuccess.
Multiple values should be separated by a comma. All values except blank need SMTP configuration.
12.SMTP_* - SMTP configuration for emails:
...