write_riemann: send notification message to riemann via description field
authorAdrian Miron <adrian.miron.v2@gmail.com>
Sat, 8 Mar 2014 18:17:09 +0000 (20:17 +0200)
committerAdrian Miron <adrian.miron.v2@gmail.com>
Sat, 8 Mar 2014 18:17:09 +0000 (20:17 +0200)
src/write_riemann.c

index c890818..e85e943 100644 (file)
@@ -425,6 +425,9 @@ static Msg *riemann_notification_to_protobuf (struct riemann_host *host, /* {{{
                        n->type, n->type_instance);
        event->service = strdup (&service_buffer[1]);
 
+       if (n->message[0] != 0)
+               riemann_event_add_attribute (event, "description", n->message);
+
        /* Pull in values from threshold and add extra attributes */
        for (meta = n->meta; meta != NULL; meta = meta->next)
        {