X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fplugin.c;h=6b17290f32dbe08a9a4bb6406cbc8fef35efdd01;hb=302974149068eeca34e747bed1233d2bb8948a5d;hp=84b7e0be9f175e0f1ed6b0e4321e7e20c7a42e3f;hpb=365be1085ceadf47ee0af3bc850e1141542f7305;p=collectd.git diff --git a/src/plugin.c b/src/plugin.c index 84b7e0be..6b17290f 100644 --- a/src/plugin.c +++ b/src/plugin.c @@ -717,6 +717,11 @@ int plugin_dispatch_notification (const notification_t *notif) llentry_t *le; /* Possible TODO: Add flap detection here */ + DEBUG ("plugin_dispatch_notification: severity = %i; message = %s; " + "time = %u; host = %s;", + notif->severity, notif->message, + (unsigned int) notif->time, notif->host); + /* Nobody cares for notifications */ if (list_notification == NULL) return (-1);