martomi / chiadog

A watch dog providing a peace in mind that your Chia farm is running smoothly 24/7.
MIT License
457 stars 121 forks source link

Discord notification - working but confusing #161

Closed digitalkisan closed 3 years ago

digitalkisan commented 3 years ago

Is there a way to add an identifier to each notification. I have 2 machines running and the it would be really helpful to see which machine is generating a warning pushed to discord for example

Machine1 -Chia HARVESTER Your harvester appears to be offline! No events for the past 900 seconds. Machine2- Chia HARVESTER Your harvester appears to be offline! No events for the past 900 seconds.

Thanks all

pieterhelsen commented 3 years ago

Hi, this is already present in the config file.

# This is useful to differentiate multiple chiadog
# instances monitoring multiple harvesters
notification_title_prefix: 'Chia'
digitalkisan commented 3 years ago

Thanks , don't know how i didn't spot that!