| carbon_return | Take data from salt and "return" it into a carbon receiver |
| cassandra_return | Return data to a Cassandra ColumnFamily |
| local | The local returner is used to test the returner interface, it just prints the |
| 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.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 |