From 51efb239e88dae42db6b9f2d7b0d9263eaea5868 Mon Sep 17 00:00:00 2001 From: Erik Nolte Date: Mon, 1 Aug 2011 16:21:01 -0600 Subject: [PATCH] Add comments and sample mongo monitor returner --- conf/monitor | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/conf/monitor b/conf/monitor index fafb178183b..216c1050ca8 100644 --- a/conf/monitor +++ b/conf/monitor @@ -25,10 +25,22 @@ ########################################### # When the 'monitor' value is set salt will run the commands at the specified # interval or at the default interval. -# + #monitor.default_interval: +# minute: 0 # second: 10 -# + +# Where monitor output should be returned to. If you don't set this value +# monitor data is silently discarded. +#monitor.returner: mongo_return + +# You can override the mongo/redis/etc returner parameters here. +#mongo.host: salt +#mongo.port: 27017 +#mongo.user: myuser +#mongo.password: mypassword + +# The monitor command(s) to run. #monitor: # - id: low-disk # run: status.diskusage / /var