Difference between revisions of "Plugin:Notify Desktop"
From collectd Wiki
(Created initial page.) |
m (Add "Needs Info" category to notify_desktop plugin page) |
||
(5 intermediate revisions by one other user not shown) | |||
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}} |
− | | FirstVersion=4.5 | + | | Status={{supported}} |
+ | | FirstVersion={{Version|4.5}} | ||
| Copyright=''2008'' Sebastian Harl | | Copyright=''2008'' Sebastian Harl | ||
− | | License={{ | + | | License={{MIT License}} |
− | | Manpage= | + | | Manpage={{Manpage|collectd.conf|5|plugin_notify_desktop}} |
}} | }} | ||
− | + | 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 == | ||
Line 23: | Line 22: | ||
[[Category:Plugins]] | [[Category:Plugins]] | ||
+ | [[Category:Needs Info]] | ||
+ | {{DEFAULTSORT:Notify desktop}} |
Latest revision as of 17:45, 18 March 2020
Notify Desktop plugin | |
---|---|
Type: | notification |
Callbacks: | config, init, notification, shutdown |
Status: | supported |
First version: | 4.5 |
Copyright: | 2008 Sebastian Harl |
License: | MIT license |
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>