nvcexploder / good-broadcast

Broadcast to subscribers with an external process that were logged with Good

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 }

About

Broadcast to subscribers with an external process that were logged with Good

License:Other


Languages

Language:JavaScript 99.2%Language:Shell 0.8%