author | Sebastian Harl <sh@tokkee.org> | |
Sat, 14 Feb 2009 18:33:35 +0000 (19:33 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Mon, 16 Feb 2009 14:22:04 +0000 (15:22 +0100) | ||
commit | ac51a394f0e90205fa140769bdeae83fba6b8388 | |
tree | b08c32238fdb0412ca62cefd8ac62cfb7ecc7e80 | tree | snapshot |
parent | 1e8c3602556660056f20221a6c8b704c701ada62 | commit | diff |
perl plugin: Convert notification meta data as well.
The notification meta data are represented as an array of hash references:
[
{
name => <name>,
value => <value>
},
...
]
The notification meta data are represented as an array of hash references:
[
{
name => <name>,
value => <value>
},
...
]
src/collectd-perl.pod | diff | blob | history | |
src/perl.c | diff | blob | history |