Feature: New option to push message every x lines(default 1)
@eternal-flame-AD ci sta già lavorando.
Dal 2/8/2024.
Valutazione
Questa issue non è ancora stata valutata.
Descrizione
I'm watching logs for some filesystems and want notified when there are new entries. I'm using:
`journalctl -kf | xargs -L 1 gotify p
That is working great! I'd like to make it integrated so as to not worry as much about buffering and to not need the xargs and be more portable for others.
Something like:
journalctl -kf | gotify p -L 1
And the option could be:
gotify push
--lines value, -L value Push a message every 'value' lines (default: 1)
Would this be a good idea?
- Lingua principale
- Go
- Stelle
- 588
- Fork
- 73
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Altre issue di gotify/cli
-
Difficoltà 3/5 1-2 giorni Idoneità per principianti 74/100
-
Package for Ubuntu Aperta
Difficoltà 4/5 3-5 giorni Idoneità per principianti 25/100
-
Distribute as a snap? Aperta
Difficoltà 4/5 3-5 giorni Idoneità per principianti 45/100
-
a:feature
Difficoltà 3/5 1-2 giorni Idoneità per principianti 35/100
-
a:feature
Difficoltà 4/5 3-5 giorni Idoneità per principianti 25/100
Issue simili
-
area/dev-productivity area/disaster-recovery area/ipcei kind/enhancement
Difficoltà 2/5 1-3 ore Idoneità per principianti 70/100
-
Difficoltà 1/5 Meno di un'ora Idoneità per principianti 85/100
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 75/100
-
kind/bug status/0-triage
Difficoltà 2/5 1-3 ore Idoneità per principianti 75/100
-
🤔 refinement needed
Difficoltà 2/5 1-3 ore Idoneità per principianti 75/100
equinor/radix-operator#1979 ·