...
9.BastionRestartTimeoutSeconds - How long should the agent 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 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 email issues:emails:
- SMTP Hostname: SMTP server Address.
- SMTP Port: the port the SMTP server is listening on.
- SMTP Account Name: Sender Address for the Bastion Agent.
- SMTP Account Password: If SMTP requires authentication, this is the password for the sender account.
- SMTP Requires SSL: Change to True if the SMTP server requires TLS/SSL.
- SMTP Requires Authentication: Change to True if the SMTP server requires authentication
- SMTP Mail Recipient: Administrator e-mail to receive notifications from the Bastion Agent.
13.SMTP_Sending_Frequency - The frequency in which a mail notification will be sent.
This value is dependent on MonitorFrquencySeconds. If MonitorFrquencySeconds is set to 30 and SMTP_Sending_Frequency to 10,
an email will be sent once an issue was detected and an additional one every 30X10 = 5 min.
...