Code

collectd.conf: Updated the "exec" example.
authorSebastian Harl <sh@tokkee.org>
Mon, 16 Jun 2008 06:54:27 +0000 (08:54 +0200)
committerSebastian 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.

debian/collectd.conf

index 1b88777801853ba883073778fd4c43c11e58293c..e19d25a197f5060af94eca2b28b540a89e45b853 100644 (file)
@@ -131,7 +131,8 @@ LoadPlugin users
 
 #<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>