47: Add explicit format versions to configuration files
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
FORMAT_VERSION=1
|
||||
|
||||
# Pushover credentials
|
||||
##########################################
|
||||
# Values and notes may reference {{VARIABLES}} defined in alarms.conf.
|
||||
@@ -9,31 +11,31 @@ USER_KEY <pushover-user-key>
|
||||
##########################################
|
||||
|
||||
# SOL SHORT
|
||||
1 CRITICAL "🚨 SOL Short add 1.1x"
|
||||
2 INFO "🌱 SOL Short add 3x"
|
||||
3 INFO "💵 SOL Short close"
|
||||
#1 CRITICAL "🚨 SOL Short add 1.1x"
|
||||
#2 INFO "🌱 SOL Short add 3x"
|
||||
#3 INFO "💵 SOL Short close"
|
||||
|
||||
# SOL LONG
|
||||
4 CRITICAL "🚨 SOL Long add 1.1x"
|
||||
5 INFO "🌱 SOL Long add 3x"
|
||||
6 INFO "💵 SOL Long close"
|
||||
#4 CRITICAL "🚨 SOL Long add 1.1x"
|
||||
#5 INFO "🌱 SOL Long add 3x"
|
||||
#6 INFO "💵 SOL Long close"
|
||||
|
||||
# ETH SHORT
|
||||
7 CRITICAL "🚨 ETH Short add 1.1x"
|
||||
8 INFO "🌱 ETH Short add 3x"
|
||||
9 INFO "💵 ETH Short close"
|
||||
#7 CRITICAL "🚨 ETH Short add 1.1x"
|
||||
#8 INFO "🌱 ETH Short add 3x"
|
||||
#9 INFO "💵 ETH Short close"
|
||||
|
||||
# ETH LONG
|
||||
10 CRITICAL "🚨 ETH Long add 1.1x"
|
||||
11 INFO "🌱 ETH Long add 3x"
|
||||
12 INFO "💵 ETH Long close"
|
||||
#10 CRITICAL "🚨 ETH Long add 1.1x"
|
||||
#11 INFO "🌱 ETH Long add 3x"
|
||||
#12 INFO "💵 ETH Long close"
|
||||
|
||||
# BTC SHORT
|
||||
13 CRITICAL "🚨 BTC Short add 1.1x"
|
||||
14 INFO "🌱 BTC Short add 3x"
|
||||
15 INFO "💵 BTC Short close"
|
||||
#13 CRITICAL "🚨 BTC Short add 1.1x"
|
||||
#14 INFO "🌱 BTC Short add 3x"
|
||||
#15 INFO "💵 BTC Short close"
|
||||
|
||||
# BTC LONG
|
||||
16 CRITICAL "🚨 BTC Long add 1.1x"
|
||||
17 INFO "🌱 BTC Long add 3x"
|
||||
18 INFO "💵 BTC Long close"
|
||||
#16 CRITICAL "🚨 BTC Long add 1.1x"
|
||||
#17 INFO "🌱 BTC Long add 3x"
|
||||
#18 INFO "💵 BTC Long close"
|
||||
|
||||
Reference in New Issue
Block a user