]> arthur.barton.de Git - netdata.git/commit
allow expressions to examine the current status of the alarm with $status; special...
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Wed, 14 Sep 2016 20:12:57 +0000 (23:12 +0300)
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Wed, 14 Sep 2016 20:12:57 +0000 (23:12 +0300)
commitb64fab4c7dff65e4dad0627b89d55805700fad69
treebe214f65e0470cca5777910c6237f11ca0a6d0fc
parent86bb195b7e278ea791cd902ba70a02db322db4de
allow expressions to examine the current status of the alarm with $status; special variables are also defined: $REMOVED, $UNINITIALIZED, $UNDEFINED, $CLEAR, $WARNING, $CRITICAL and their values are incremental so that $status > $CLEAR can be checked
src/eval.c
src/eval.h
src/health.c