Sign inSign up

aceberg/lightalert

By aceberg

Updated about 3 years ago

Lightweight cron job monitoring (Work in progress!)

Image
1

2.0K

aceberg/lightalert repository overview

Main-Docker Go Report Card Maintainability Docker Image Size (latest semver)

LightAlert

Lightweight cron job monitoring

Warning

This is still WIP and can't guarantee correct work in all cases

Screenshot

Quick start

docker run --name lightalert \
-e "TZ=Asia/Novosibirsk" \
-v ~/.dockerdata/LightAlert:/data/LightAlert \
-p 8846:8846 \
aceberg/lightalert

Or use docker-compose.yml

Config

Configuration can be done through config file or environment variables

VariableDescriptionDefault
DBPath to Database/data/LightAlert/sqlite.db
DELOLDDelete records older than (days)120
HOSTListen address0.0.0.0
PORTPort for web GUI8846
THEMEAny theme name from https://bootswatch.com in lowcasedarkly
SHOWHow many lines to show on index page25
YAMLPATHPath to hosts yaml file/data/LightAlert/hosts.yaml
TZSet your timezone for correct time""

Options

KeyDescriptionDefault
-cPath to config file/data/LightAlert/config.yaml
-dPath to SQLite DB file/data/LightAlert/sqlite.db
-hPath to hosts yaml file/data/LightAlert/hosts.yaml

Thanks

Tag summary

Content type

Image

Digest

sha256:d62b6c526

Size

10.1 MB

Last updated

over 3 years ago

docker pull aceberg/lightalert