Categorygithub.com/aceberg/LightAlert
module
0.0.0-20230916062248-5122971fe00a
Repository: https://github.com/aceberg/lightalert.git
Documentation: pkg.go.dev

# README

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

# Packages

No description provided by the author