Skip to content
This repository was archived by the owner on Jun 1, 2022. It is now read-only.

b4fun/tailtt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tailtt

Tail, then that.

Usage

$ tailtt \
  -f /var/log/nginx.log \
  -w "holy keyword" \
  -notify-bearychat-channel "<BEARYCHAT-CHANNEL>" \
  -notify-bearychat-rtm "<BEARYCHAT-RTM-TOKEN>"

Build

$ make build

Build with env vars

$ export BEARYCHAT_RTM_TOKEN=xxx
$ export BEARYCHAT_RTM_CHANNEL=yyy
$ make build

LICENSE

MIT