Skip to content
Snippets Groups Projects

Initial release

Merged Erick Hitter requested to merge add/initial-release into master
9 files
+ 115
4
Compare changes
  • Side-by-side
  • Inline
Files
9
+ 19
1
---
---
# defaults file for eth-log-alerting
eth_log_alerting_binary_url: "https://git.ethitter.com/debian/eth-log-alerting/uploads/73fb61dcec9e953d24f1180d03959e4c/eth-log-alerting_linux_amd64"
\ No newline at end of file
eth_log_alerting_binary_dest: /usr/local/bin/eth-log-alerting
 
eth_log_alerting_init_url: "https://git.ethitter.com/debian/eth-log-alerting/raw/v0.0.1/init.sh"
 
eth_log_alerting_init_dest: /etc/init.d/eth-log-alerting
 
eth_log_alerting_init_defaults: /etc/default/eth-log-alerting
 
 
eth_log_alerting_config_dest: /etc/eth-log-alerting.json
 
 
eth_log_alerting_debug_dest: "os.Stdout"
 
eth_log_alerting_debug: false
 
 
eth_log_alerting_logs:
 
- log_path: ""
 
webhook_url: ""
 
username: ""
 
channel: ""
 
color: ""
 
icon_url: ""
 
search: ""
Loading