summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5e1c927)
raw | patch | inline | side by side (parent: 5e1c927)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sun, 22 Mar 2009 10:40:14 +0000 (11:40 +0100) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sun, 22 Mar 2009 10:40:14 +0000 (11:40 +0100) |
src/collectd-unixsock.pod | patch | blob | history |
index ac4a1b13fb4810b99e2fbc6f40ae853c27b1091f..83802a14f7a0ba2576c94f0b223b1ddc07b54f67 100644 (file)
Submits a notification to the daemon which will then dispatch it to all plugins
which have registered for receiving notifications.
-The B<PUTNOTIF> if followed by a list of options which further describe the
-notification. The B<message> option is special in that it will consume the rest
-of the line as its value. The B<message>, B<severity>, and B<time> options are
-mandatory.
+The B<PUTNOTIF> command is followed by a list of options which further describe
+the notification. The B<message> option is special in that it will consume the
+rest of the line as its value. The B<message>, B<severity>, and B<time> options
+are mandatory.
Valid options are:
If the B<identifier> option is given only the specified values will be flushed.
This is meant to be used by graphing or displaying frontends which want to have
-the lastest values for a specific graph. Again, you can specify the
+the latest values for a specific graph. Again, you can specify the
B<identifier> option multiple times to flush several values. If this option is
not specified at all, all values will be flushed.