X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fplugin.c;h=6139baf0de05a2145ac5020d73d2bf64ef2814ae;hb=029cc5b0d4c30339c58b164d8807f568e1509ae8;hp=b120e7ba6f5f0c9b5c612486001a46a07abfa9c9;hpb=b423bd090e6a1af51446ad6967d5016045bd6ea5;p=collectd.git diff --git a/src/plugin.c b/src/plugin.c index b120e7ba..6139baf0 100644 --- a/src/plugin.c +++ b/src/plugin.c @@ -1257,6 +1257,9 @@ int plugin_dispatch_values (value_list_t *vl) /* Update the value cache */ uc_update (ds, vl); + /* Initiate threshold checking */ + ut_check_threshold (ds, vl); + if (post_cache_chain != NULL) { status = fc_process_chain (ds, vl, post_cache_chain);