Would it be possible to set the following 2 extra json properties:
process.monitor.setHealthStatus(false,1,'<health_status_name>', '<health_status_id>');
This would set the corresponding values in the JSON sent via UDP.
I'm not good enough with the C++ side of nodejs to figure it out. I tried to hack at it without luck.