projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
130dd69
)
write_riemann: send notification message to riemann via description field
author
Adrian Miron
<adrian.miron.v2@gmail.com>
Sat, 8 Mar 2014 18:17:09 +0000
(20:17 +0200)
committer
Adrian Miron
<adrian.miron.v2@gmail.com>
Sat, 8 Mar 2014 18:17:09 +0000
(20:17 +0200)
src/write_riemann.c
patch
|
blob
|
history
diff --git
a/src/write_riemann.c
b/src/write_riemann.c
index
c890818
..
e85e943
100644
(file)
--- 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)
{