I'm currently working on extracting datas from the system for long term high resolution storage, however this require either decoding the protocol, and i'll need some time to patch up the profilux go library for profilux-4 or sending an email every minute with the datas.

Obviously a more efficient way to do that would be to use the templating agent to generate a simple tcp push, basically : open connexion, render the template to the file descriptor, possibly read the response, close the connexion.

Nonetheless if i manage to do it i'll publish the mail parser & templates here as it will be useful for others.

Yet making this a bit more straightforward is always positive.