added *min/*max ddc triggers

fixes #266
This commit is contained in:
Radu Ioan Fericean
2015-11-09 19:00:09 +02:00
parent d871a37ffa
commit 39e34453a2
2 changed files with 3 additions and 1 deletions

View File

@@ -48,6 +48,8 @@ var METRIC_TRIGGER_MAP = map[string]string{
"*max_acc": ACC,
"*min_tcc": TCC,
"*max_tcc": TCC,
"*min_ddc": DDC,
"*max_ddc": DDC,
}
// Simplified cdr structure containing only the necessary info