Skip to content

Latest commit

 

History

History
executable file
·
21 lines (14 loc) · 678 Bytes

File metadata and controls

executable file
·
21 lines (14 loc) · 678 Bytes

good Logo

hapi process monitoring

Build Status

broadcasting logs

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 }