+1
Completed
Scheduled execution of Test Connection on agents
Adrian Corston 4 years ago
in UNIFYBroker Service
•
updated by Matthew Davis (Technical Product Manager) 3 years ago •
1
An automated periodic execution of the Test Connection functionality on an agent for UNIFYMonitor to pick up and report on would give UNIFY early warning that a low level service problem exists.
[Bob's suggestion]
Answer
Answer
Completed
Hi Adrian,
This could be completed using the Scheduled Jobs feature of the UNIFYBroker logging engine. This gives access to the $components.AgentEngine
component, which has a method void Test(Guid agentId)
that could be used to execute tests. Alternatively you could call the REST API from a scheduled job to execute the task.
Customer support service by UserEcho
Hi Adrian,
This could be completed using the Scheduled Jobs feature of the UNIFYBroker logging engine. This gives access to the
$components.AgentEngine
component, which has a methodvoid Test(Guid agentId)
that could be used to execute tests. Alternatively you could call the REST API from a scheduled job to execute the task.