Connect an Agent check to StackState
StackState Self-hosted v5.0.x
This page describes StackState version 5.0.
Overview
The recommended way to connect your Agent check and visualize the data within StackState is to install the Custom Synchronization StackPack. Note that the Custom Synchronization StackPack only supports a single instance, to synchronize multiple instances you will need to create a multi-tenant StackPack.
Install
Install the Custom Synchronization StackPack from the StackState UI StackPacks > Integrations screen. You will need to provide the following parameters:
Instance type (source identifier) -
TopologyInstance
Instance URL
These are directly mapped to the TopologyInstance
supplied in the get_instance_key
function of your agent check.
In the example Agent check below StackState, the Custom Synchronization StackPack Instance type would be example
and the Instance URL would be instance_url
.
When the StackPack has been installed, the Custom Synchronization should become enabled and you should start to see the topology coming in for your Agent Check.
See also
Last updated