src/collectd.conf.in: Fix the NotificationExec example.
authorFlorian Forster <sifnfors@informatik.stud.uni-erlangen.de>
Fri, 13 Jun 2008 12:57:39 +0000 (14:57 +0200)
committerFlorian Forster <sifnfors@informatik.stud.uni-erlangen.de>
Fri, 13 Jun 2008 12:58:11 +0000 (14:58 +0200)
src/collectd.conf.in

index e125bb6..fb5f7a9 100644 (file)
@@ -102,7 +102,7 @@ FQDNLookup   true
 
 #<Plugin exec>
 #      Exec "user:group" "/path/to/exec"
-#      NotificationExec "/path/to/exec"
+#      NotificationExec "user:group" "/path/to/exec"
 #</Plugin>
 
 @BUILD_PLUGIN_HDDTEMP_TRUE@<Plugin hddtemp>