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

Add hostname of system to alerts #139

Closed Thr3d closed 3 years ago

Thr3d commented 3 years ago

When running chiadog for multiple harvesters it would be helpful to have the hostname (or variable in config) added to the alerts to define which system an alert is for.

pieterhelsen commented 3 years ago

It is already possible to set a notification prefix in the config.yaml

# This is useful to differentiate multiple chiadog
# instances monitoring multiple harvesters
notification_title_prefix: 'Chia'

You could pass in the hostname there.