perfwatcher / collectd-pw

Collectd patched for PerfWatcher
GNU General Public License v2.0
4 stars 6 forks source link

Question about mongodb-Write plugin #2

Closed sseshachala closed 11 years ago

sseshachala commented 11 years ago

The mongodb node within plugin should include username, password and db name for security purposes. This way - the plugin can write to diferent nodes in a cluster. Right now - it seems you can only write to local mongodb. The plugin config with auth credentials is copied below for reference. Please correct me if am wrong and clarify if this is a feature request being cooked into future release.

Host "localhost" Port "27017" Timeout 1000 StoreRates false username "john" password "doee" databse "somedb"
ymettier commented 11 years ago

Hello,

mongoDB has no specific support in perfwatcher/collectd-pw. You should open an issue at the original collectd place (https://github.com/collectd/collectd)

Regards, Yves