telestream

command module
v0.0.0-...-99d8241 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 19, 2019 License: MIT Imports: 8 Imported by: 0

README

Introduction

I created this small program, both to play a little more with Go, but also because I have numerous unattended machines at home. Wanting to keep their Linux distributions up to date, I run cron-apt (yeah, they are Debian based), in order to monitor if new packages become available.

But the default way of using cron-apt is to have it send an email. Setting up an email server has become increasingly difficult, as an effect of Google tightening the screw on spam - and thank God for that.

So I made a small program that can watch a file for a certain keyword and send that line to a Telegram receiver (channel or person)

Setup

You'll need the Telegram receiver ID and a Bot token before your start. It's not that bad. Bot tokens you can get from the almighty BotFather. The receiver ID is a little bit more tricky, but after creating the Bot (with a name) you can invite the bot into the intended group, and follow this guide. You'll only need to do this once.

Running

Example

go run main.go --token <BotToken> --receiver <ReceiverID> --filename /var/log/system.log --filter "respawn"

this creates a watcher of file /var/log/system.log looking for keyword respawn and sends those lines to

TODO

  • Create JSON configuration - make behaviour more like LogWatcher
  • Make the program shut down proper, by letting all go-routines listen to signals from channel

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL