summaryrefslogtreecommitdiffstats
path: root/src/eval.h
AgeCommit message (Expand)Author
2016-09-14allow expressions to examine the current status of the alarm with $status; sp...Costa Tsaousis (ktsaou)
2016-08-25added inline conditional evaluation, C and javascript like: (condition)?(true...Costa Tsaousis
2016-08-15added abs() function to expressions; added health.d/net.confCosta Tsaousis
2016-08-15operational health monitoring - we got alarms! - no notifications yet thoughCosta Tsaousis
2016-08-13variables are now parsed into expressionsCosta Tsaousis
2016-08-11detect excess characters at expressionCosta Tsaousis
2016-08-11expression parser now re-generates the expression showing the precedence it a...Costa Tsaousis
2016-08-11various renames to make the code more readableCosta Tsaousis
2016-08-11operational evaluator for expressionsCosta Tsaousis
2016-08-10infix notation parser almost done; preparing the evaluator and variables lookupCosta Tsaousis
2016-08-10added RRDCALC management; preparation for expression evaluationCosta Tsaousis