Modified Actions.csv fields order to make easier it's understanding

This commit is contained in:
DanB
2014-09-21 20:25:36 +02:00
parent 13eabc6fee
commit fd84f0e90e
15 changed files with 97 additions and 57 deletions

View File

@@ -1,4 +1,5 @@
#Tag,BalanceTag,Direction,ThresholdType,ThresholdValue,Recurrent,MinSleep,BalanceDestinationTag,BalanceWeight,BalanceExpiryTime,BalanceRatingSubject,BalanceCategory,BalanceSharedGroup,StatsMinQueuedItems,ActionsTag,Weight
##Tag,BalanceTag,Direction,ThresholdType,ThresholdValue,Recurrent,MinSleep,BalanceCategory,BalanceRatingSubject,BalanceDestinationTag,BalanceExpiryTime,BalanceSharedGroup,BalanceWeight,StatsMinQueuedItems,ActionsTag,Weight
STANDARD_TRIGGERS,*monetary,*out,*min_balance,2,false,0,,,,,,,,LOG_WARNING,10
STANDARD_TRIGGERS,*monetary,*out,*max_counter,5,false,0,FS_USERS,,,,,,,LOG_WARNING,10
STANDARD_TRIGGERS,*monetary,*out,*max_balance,20,false,0,,,,,,,,LOG_WARNING,10
1 #Tag BalanceTag Direction ThresholdType ThresholdValue Recurrent MinSleep BalanceDestinationTag BalanceWeight BalanceExpiryTime BalanceRatingSubject BalanceCategory BalanceSharedGroup StatsMinQueuedItems ActionsTag Weight
2 ##Tag BalanceTag Direction ThresholdType ThresholdValue Recurrent MinSleep BalanceCategory BalanceRatingSubject BalanceDestinationTag BalanceExpiryTime BalanceSharedGroup BalanceWeight StatsMinQueuedItems ActionsTag Weight
3 STANDARD_TRIGGERS *monetary *out *min_balance 2 false 0 LOG_WARNING 10
4 STANDARD_TRIGGERS *monetary *out *max_counter 5 false 0 FS_USERS LOG_WARNING 10
5 STANDARD_TRIGGERS *monetary *out *max_balance 20 false 0 LOG_WARNING 10