Difference between revisions of "Plugin:Notify Desktop"
From collectd Wiki
(Infobox Plugin: Added "Callback=" line.) |
(Use the Version template.) |
||
Line 4: | Line 4: | ||
| Callbacks={{Callback|config}}, {{Callback|init}}, {{Callback|notification}}, {{Callback|shutdown}} | | Callbacks={{Callback|config}}, {{Callback|init}}, {{Callback|notification}}, {{Callback|shutdown}} | ||
| Status={{supported}} | | Status={{supported}} | ||
− | | FirstVersion=4.5 | + | | FirstVersion={{Version|4.5}} |
| Copyright=''2008'' Sebastian Harl | | Copyright=''2008'' Sebastian Harl | ||
| License={{GPLv2}} | | License={{GPLv2}} |
Revision as of 18:51, 6 September 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>