This is the InfraSonar Agentcore and is used for communication between hub.infrasonar.com and probe collectors.
| Variable | Default | Description |
|---|---|---|
TOKEN | required | Token for authentication. |
AGENTCORE_NAME | fqdn | Name for the Agentcore. If not given, the fqdn is used. |
AGENTCORE_ZONE | 0 | Zone (integer) for the Agentcore. |
AGENTCORE_DATA | /data | Data path (.agentcore.json with the Agentcore Id is also stored in this path). |
HUB_HOST | hub.infrasonar.com | InfraSonar Hub address. |
HUB_PORT | 8730 | InfraSonar Hub TCP Port to connect to. (must be either 8730 or 443) |
PROBE_SERVER_PORT | 8750 | Probe connection TCP port. |
RAPP_PORT | 8770 | Remote appliance (RAPP) port. |
LOG_LEVEL | info | Log level (debug, info, warning, error or critical). |
LOG_COLORIZED | 1 | Log using colors (0=disabled, 1=enabled). |
LOG_FTM | %y%m%d %H:%M:%S | Log format prefix. |