summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: cc8428d)
raw | patch | inline | side by side (parent: cc8428d)
author | Sebastian Harl <sh@tokkee.org> | |
Mon, 16 Jun 2008 06:54:27 +0000 (08:54 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Mon, 16 Jun 2008 06:54:27 +0000 (08:54 +0200) |
* Fixed the NotificationExec example by specifying the user.
* Added an example demonstrating the "user:group" syntax.
* Added an example demonstrating the "user:group" syntax.
debian/collectd.conf | patch | blob | history |
diff --git a/debian/collectd.conf b/debian/collectd.conf
index 1b88777801853ba883073778fd4c43c11e58293c..e19d25a197f5060af94eca2b28b540a89e45b853 100644 (file)
--- a/debian/collectd.conf
+++ b/debian/collectd.conf
#<Plugin exec>
# Exec user "/path/to/exec"
-# NotificationExec "/path/to/exec"
+# Exec "user:group" "/path/to/exec"
+# NotificationExec user "/path/to/exec"
#</Plugin>
#<Plugin hddtemp>