Code

src/plugin.c: Initiate the threshold checking again.
[collectd.git] / src / plugin.c
index 74565c35821d11cdcd2c026e88ad5dc3a65d5ac5..a3a716115a2b80c9e1464c81a777cca09e42dc00 100644 (file)
@@ -961,6 +961,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);