X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Fcollectd-python.pod;h=1f46f6f30af232f11e3b471556c18073e178985a;hp=f4b5f141bbaf70ee06fa0b5ccfe71f38439a209e;hb=da11ce02eb202b3e01d3e2d1b40f248a84430973;hpb=f8434c01ff20f6380580c4161447ff4d11fcdc6a diff --git a/src/collectd-python.pod b/src/collectd-python.pod index f4b5f141..1f46f6f3 100644 --- a/src/collectd-python.pod +++ b/src/collectd-python.pod @@ -489,7 +489,7 @@ Methods defined here: =over 4 -=item B([type][, values][, plugin_instance][, type_instance][, plugin][, host][, time][, interval]) -> None. Dispatch a value list. +=item B([type][, message][, plugin_instance][, type_instance][, plugin][, host][, time][, severity][, meta]) -> 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 @@ -515,6 +515,16 @@ generated. The severity of this notification. Assign or compare to I, I or I. +=item meta + +These are the meta data for the Notification object. +It has to be a dictionary of numbers, strings or bools. All keys must be +strings. I and I objects will be dispatched as signed integers unless +they are between 2**63 and 2**64-1, which will result in a unsigned integer. +One of these storage classes can be forced by using the classes +B and B. A meta object received by a +notification callback will always contain B or B objects. + =back =head1 FUNCTIONS