shack/prometheus: set loglevel to info
This commit is contained in:
parent
a0c494db8b
commit
9ddea79d05
@ -8,7 +8,7 @@
|
|||||||
DynamicUser = true;
|
DynamicUser = true;
|
||||||
StateDirectory = "alertbot";
|
StateDirectory = "alertbot";
|
||||||
ExecStart = ''${pkgs.alertmanager-bot-telegram}/bin/alertmanager-bot \
|
ExecStart = ''${pkgs.alertmanager-bot-telegram}/bin/alertmanager-bot \
|
||||||
--alertmanager.url=http://alert.prometheus.shack --log.level=debug \
|
--alertmanager.url=http://alert.prometheus.shack --log.level=info \
|
||||||
--store=bolt --bolt.path=/var/lib/alertbot/bot.db \
|
--store=bolt --bolt.path=/var/lib/alertbot/bot.db \
|
||||||
--listen.addr="0.0.0.0:16320" \
|
--listen.addr="0.0.0.0:16320" \
|
||||||
--template.paths=${./templates}/shack.tmpl'';
|
--template.paths=${./templates}/shack.tmpl'';
|
||||||
|
Loading…
Reference in New Issue
Block a user