Closed lucabello closed 1 year ago
Closes #26.
Add CLI arg to the daemon and use /etc/cos-alerter.yaml as default.
/etc/cos-alerter.yaml
Deploy cos-alerter by running daemon.py --config <config_file> and passing a different config path than the default.
daemon.py --config <config_file>
Add a CLI argument to customize the location of the config file.
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.