Installation
Quickstart
- Download the latest release archive.
- Extract the single binary.
- Configure the Data Aggregation API accordingly.
- Run the binary.
Example of basic configuration (settings.yml
):
Datacenter: "europe"
Log:
Level: "error"
Pretty: true
API:
ListenAddress: "127.0.0.1"
ListenPort: 1234
Log:
Level: "info"
Pretty: true
NetBox:
URL: "https://netbox.local"
APIKey: "<some_key>"
DatacenterFilterKey: "site"
Build:
Interval: "30m"
See Configuration for more details.
Dependencies
The only dependency is our Network CMDB NetBox plugin.
The installation guide of this plugin is available in the CMDB section here.