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
This mongo returner is being developed to replace the default mongodb returner in the future and should not be considered API stable yet.
Return the most recent jobs that have executed the named function
Return the return information associated with a jid
Return a list of job ids
Return the load associated with a given job id
Return a list of minions
Return data to a mongodb server
Save the load for a given job id