From 7e844c85c3704884e3b56d743b6d6336f559ff3c Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Mon, 16 Jun 2008 08:54:27 +0200 Subject: [PATCH] collectd.conf: Updated the "exec" example. * Fixed the NotificationExec example by specifying the user. * Added an example demonstrating the "user:group" syntax. --- debian/collectd.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" # # -- 2.30.2