Page 1 of 1

Getting current state of Ventuz Runtime using Remoting 4

Posted: 06 Aug 2018, 15:47
by johncove
Hi all,

I am looking for a way to monitor the Ventuz Runtime from a Remoting 4 app in C#.

What is the best way to achieve this?

The ultimate aim is to create a Windows Event Log if the Ventuz Runtime were to crash or be unreachable.

Thanks,
John

Re: Getting current state of Ventuz Runtime using Remoting 4

Posted: 08 Aug 2018, 11:17
by Karol
Hi John,
long time - no see. I hope your are doing well.
Actually there is no good mechanism for this in Ventuz.
But you could use the MachineSignaturReceiver class from Remoting 1.
Please check out the documentation in 'Ventuz API and SDK' -> 'Ventuz.Kernel.Remoting Namespace' -> 'MachineSignaturReceiver Class'
To use it you have to enable the sender in Ventuz Machine Config; in the 'Extended' tab it's the 'System Monitor Settings'.

Best Regards
Karol

Re: Getting current state of Ventuz Runtime using Remoting 4

Posted: 21 Sep 2018, 15:15
by johncove
Thanks Karol - I will look at this :)