Hi Dojo
In the documentation, we can define 2 connections.
<Type relativeTimers="true" options=";unicode" advanced="HTTP:Secondary">snmp</Type>
Let's say I want to add a Serial as my 3rd connection.
How to define 3 connections?
Best Regards,
Greisen Gustiantoro [DevOps Member] Selected answer as best 23rd June 2025
Hi Greisen,
you should be able to create another additional connection by adding a separator for example:
<Type relativeTimers="true" options=";unicode" advanced="HTTP:Secondary;serial:ssh connection">snmp</Type>
hope this helps
Greisen Gustiantoro [DevOps Member] Selected answer as best 23rd June 2025

Hi Frans,
That works!
Thanks
Best Regards,