From: Sebastian Harl Date: Mon, 16 Jun 2008 06:54:27 +0000 (+0200) Subject: collectd.conf: Updated the "exec" example. X-Git-Tag: collectd-4.4.1-1~3 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7e844c85c3704884e3b56d743b6d6336f559ff3c;p=pkg-collectd.git collectd.conf: Updated the "exec" example. * Fixed the NotificationExec example by specifying the user. * Added an example demonstrating the "user:group" syntax. --- diff --git a/debian/collectd.conf b/debian/collectd.conf index 1b88777..e19d25a 100644 --- a/debian/collectd.conf +++ b/debian/collectd.conf @@ -131,7 +131,8 @@ LoadPlugin users # # Exec user "/path/to/exec" -# NotificationExec "/path/to/exec" +# Exec "user:group" "/path/to/exec" +# NotificationExec user "/path/to/exec" # #