inCaller / prometheus_bot

Telegram bot for prometheus alerting
MIT License
397 stars 183 forks source link

Not Found #42

Open yctn opened 5 years ago

yctn commented 5 years ago

So i did a git clone go get and go build and i got the executable. but when i run the executable it just says 2019/02/03 16:08:24 Not Found. what could i be doing wrong, i have setup the config.yaml as described in urreadm.e

shipilovds commented 4 years ago

Check if you have correct 'telegram_token' field in your config.yml

andrewm41 commented 3 years ago

Confirm that with config.yaml

telegram_token: "XXX"
split_msg_byte: 4000
send_only: true

I get 2021/06/02 12:09:04 Not Found too

andrewm41 commented 3 years ago

oh, that should be bot id plus bot token (delimited by ":") guess it should be noted in README.md