projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd401b9
)
collectd-python(5): Fix documentation of Notification.dispatch().
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>
src/collectd-python.pod
patch
|
blob
|
history
diff --git
a/src/collectd-python.pod
b/src/collectd-python.pod
index
16b26af
..
ada1ff5
100644
(file)
--- a/
src/collectd-python.pod
+++ b/
src/collectd-python.pod
@@
-475,7
+475,7
@@
Methods defined here:
=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