summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: cd401b9)
raw | patch | inline | side by side (parent: cd401b9)
author | Mytnyk, VolodymyrX <volodymyrx.mytnyk@intel.com> | |
Thu, 5 Jan 2017 17:14:07 +0000 (17:14 +0000) | ||
committer | Florian Forster <octo@collectd.org> | |
Fri, 6 Oct 2017 08:07:40 +0000 (10:07 +0200) |
Cherry-picked from PR #2135
Signed-off-by: Florian Forster <octo@collectd.org>
Signed-off-by: Florian Forster <octo@collectd.org>
src/collectd-python.pod | patch | blob | history |
index 16b26afad1af0a820059656fd0d1d10d89d39b35..ada1ff55fa32d52551c81306da878936e7956f14 100644 (file)
--- a/src/collectd-python.pod
+++ b/src/collectd-python.pod
=over 4
-=item B<dispatch>([type][, values][, plugin_instance][, type_instance][, plugin][, host][, time][, interval]) -> None. Dispatch a value list.
+=item B<dispatch>([type][, message][, plugin_instance][, type_instance][, plugin][, host][, time][, severity]) -> None. Dispatch a notification.
Dispatch this instance to the collectd process. The object has members for each
of the possible arguments for this method. For a detailed explanation of these