desktop_notification: Added a plugin to send desktop notifications.
authorSebastian Harl <sh@tokkee.org>
Mon, 19 May 2008 21:08:17 +0000 (23:08 +0200)
committerFlorian Forster <octo@huhu.verplant.org>
Tue, 20 May 2008 06:25:13 +0000 (08:25 +0200)
commit6106d8df99851f4e3ceba02203d81dd49a3f607f
treee27ae9665a2283d81a4f08974dc4c4e33988dd22
parent4e6812d3e5073e5b4bd7eaef9f2539c8c9dd28a4
desktop_notification: Added a plugin to send desktop notifications.

This plugin sends desktop notifications to a notification daemon, as
defined in the Desktop Notification Specification (see
http://www.galago-project.org/specs/notification/).

The timeout after which to expire the displayed notification may be
configured in collectd.conf.

Signed-off-by: Sebastian Harl <sh@tokkee.org>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
README
configure.in
src/Makefile.am
src/collectd.conf.in
src/collectd.conf.pod
src/desktop_notification.c [new file with mode: 0644]