mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add comments and sample mongo monitor returner
This commit is contained in:
parent
19b6512adb
commit
51efb239e8
1 changed files with 14 additions and 2 deletions
16
conf/monitor
16
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
|
||||
|
|
Loading…
Add table
Reference in a new issue