carbon_return | Take data from salt and "return" it into a carbon receiver |
cassandra_return | Return data to a Cassandra ColumnFamily |
couchdb_return | Simple returner for CouchDB. |
local | The local returner is used to test the returner interface, it just prints the |
memcache_return | Return data to a memcache server To enable this returner the minion will need the python client for memcache installed and the following values configured in the minion or master config, these are the defaults: memcache.host: 'localhost' memcache.port: '11211' python2-memcache uses 'localhost' and '11211' as syntax on connection. |
mongo_future_return | Return data to a mongodb server Required python modules: pymongo This returner will send data from the minions to a MongoDB server. |
mongo_return | Return data to a mongodb server Required python modules: pymongo This returner will send data from the minions to a MongoDB server. |
mysql | Return data to a mysql server |
postgres | Return data to a postgresql server |
redis_return | Return data to a redis server |
sentry_return | Salt returner that report execution results back to sentry. |
smtp_return | Return salt data via email The following fields can be set in the minion conf file: smtp.from (required) smtp.to (required) smtp.host (required) smtp.port (optional, defaults to 25) smtp.username (optional) smtp.password (optional) smtp.tls (optional, defaults to False) smtp.subject (optional, but helpful) smtp.fields (optional) There are a few things to keep in mind: * If a username is used, a password is also required. |
sqlite3_return | Insert minion return data into a sqlite3 database :maintainer: Mickey Malone <mickey.malone@gmail.com> :maturity: New :depends: None :platform: All Sqlite3 is a serverless database that lives in a single file. |
syslog_return | Return data to the host operating system's syslog facility |
Current Salt release: 2014.1.0
Docs for previous releases on salt.rtfd.org.