Difference between revisions of "Plugin:Notify Desktop"
From collectd Wiki
(Created initial page.) |
(Infobox Plugin: Added "Callback=" line.) |
||
Line 2: | Line 2: | ||
| Name=Notify Desktop | | Name=Notify Desktop | ||
| Type=notification | | Type=notification | ||
− | | Status=supported | + | | Callbacks={{Callback|config}}, {{Callback|init}}, {{Callback|notification}}, {{Callback|shutdown}} |
+ | | Status={{supported}} | ||
| FirstVersion=4.5 | | FirstVersion=4.5 | ||
| Copyright=''2008'' Sebastian Harl | | Copyright=''2008'' Sebastian Harl | ||
Line 8: | Line 9: | ||
| Manpage=[http://collectd.org/documentation/manpages/collectd.conf.5.shtml#plugin_notify_desktop collectd.conf(5)] | | Manpage=[http://collectd.org/documentation/manpages/collectd.conf.5.shtml#plugin_notify_desktop collectd.conf(5)] | ||
}} | }} | ||
− | + | The '''Notify Desktop plugin''' uses <em>libnotify</em> to display notifications to the user via the <em>desktop notification</em> specification, i. e. on an X display. | |
− | |||
− | The | ||
== Synopsis == | == Synopsis == |
Revision as of 22:38, 29 August 2009
Notify Desktop plugin | |
---|---|
Type: | notification |
Callbacks: | config, init, notification, shutdown |
Status: | supported |
First version: | 4.5 |
Copyright: | 2008 Sebastian Harl |
License: | GPLv2 |
Manpage: | collectd.conf(5) |
List of Plugins |
The Notify Desktop plugin uses libnotify to display notifications to the user via the desktop notification specification, i. e. on an X display.
Synopsis
<Plugin "notify_desktop"> FailureTimeout 10000 </Plugin>