Return data to a mongodb server
Required python modules: pymongo
This returner will send data from the minions to a MongoDB server. To configure the settings for your MongoDB server, add the following lines to the minion config files:
mongo.db: <database name>
mongo.host: <server ip address>
mongo.user: <MongoDB username>
mongo.password: <MongoDB user password>
mongo.port: 27017
To use the mongo returner, append '--return mongo' to the salt command. ex:
salt '*' test.ping --return mongo
Return the most recent jobs that have executed the named function
Return the return information associated with a jid
Do any work necessary to prepare a JID, including sending a custom id
Return data to a mongodb server
Docs for previous releases are available on salt.rtfd.org.
Latest Salt release: 2014.7.2
22.23.3.1.10. salt.returners.mongo_future_return
22.23.3.1.12. salt.returners.multi_returner
Upcoming SaltStack events, webinars and local meet ups and user groups.