inCaller / prometheus_bot

Telegram bot for prometheus alerting
MIT License
395 stars 182 forks source link

Fix long messages #30

Closed strangeman closed 6 years ago

strangeman commented 6 years ago

fix for https://github.com/inCaller/prometheus_bot/issues/29

hryamzik commented 6 years ago

Looks like you just cut the message so some info could be lost. I thinks it's better to split, see my comment in #29.

strangeman commented 6 years ago

I messed up a bit with Git, but now all should be ok. Long messages split instead of cutting.

hryamzik commented 6 years ago

Thanks @strangeman, looks good now! I can't verify this for now but assume you run all the tests. =)