Connect an Agent check to StackState
StackState Self-hosted v5.1.x
Overview
Install
def get_instance_key(self, instance):
if 'url' not in instance:
raise ConfigurationError('Missing url in topology instance configuration.')
instance_url = instance['url']
return TopologyInstance("example", instance_url)See also
Last updated