Admin Agent Configurations

All the required configuration parameters are stored in the following files:

hawk-domain-transport-cfg.xml
logback-config.xml
hawk-tea-agent.properties

These files are located in the <CONFIG_FOLDER>/hawkteaagent/config directory. The following options can be configured:

Admin Agent Properties Options

Parameter

Default Value

Description

hawk.tea.agent.hostname

localhost

Admin Agent host name. In the case of remote connection, use IP Address instead of DNS/Host Name.

hawk.tea.agent.port

8701

Admin Agent port.

auto.config.tea.server.url

None

TEA server URL, where the Admin Agent automatically registers. In the case of remote TEA server, use the IP Address of the TEA server URL instead of DNS or Host Name. If you do not want to auto-register the Admin Agent with the TEA server then you should comment of this parameter out.

hawk.tea.agent.jdbc.user

None

The JDBC user.

hawk.tea.agent.jdbc.password

None

The JDBC password.

hawk.tea.agent.jdbc.url

jdbc:h2:tcp://localhost/~/hawk_tea_agent_db

The JDBC URL.

hawk.tea.agent.jdbc.pool.max.connection

30

The JDBC connection pool's maximum number of connections.

hawk.tea.agent.jdbc.pool.login.timeout

60

The JDBC pool connection login timeout in seconds.

hawk.highalert.perAgent.retention.count

100000

Maximum number of high alerts that an agent can retain before they are purged.

hawk.lowalert.perAgent.retention.count

100000

Maximum number of low alerts that an agent can retain before they are purged.

hawk.mediumalert.perAgent.retention.count

100000

Maximum number of medium alerts that an agent can retain before they are purged.

hawk.notification.perAgent.retention.count

100000

Maximum number of notifications that an agent can retain before they are purged.