hapi process monitoring
good-broadcast includes a 'broadcast' script that is capable of broadcasting to subscriber externally from a log file. Below is the command to use to execute 'broadcast':
broadcast -c broadcast.json
where broadcast.json may look like:
{ "url": "http://analytics.mysite.com", "path": "/fullpath/request_services.log", "interval": 1000, "useLastIndex": false, "onlySendNew": true }