From 22ba280197b0ab9befc9d74f4b06ccd04b22d0c2 Mon Sep 17 00:00:00 2001 From: Adrian Miron Date: Sat, 8 Mar 2014 20:17:09 +0200 Subject: [PATCH] write_riemann: send notification message to riemann via description field --- src/write_riemann.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/write_riemann.c b/src/write_riemann.c index c890818d..e85e9436 100644 --- a/src/write_riemann.c +++ b/src/write_riemann.c @@ -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) { -- 2.11.0