canonical / cos-alerter

Apache License 2.0
1 stars 1 forks source link

add cli arg for config file #36

Closed lucabello closed 1 year ago

lucabello commented 1 year ago

Issue

Closes #26.

Solution

Add CLI arg to the daemon and use /etc/cos-alerter.yaml as default.

Testing Instructions

Deploy cos-alerter by running daemon.py --config <config_file> and passing a different config path than the default.

Release Notes

Add a CLI argument to customize the location of the config file.