Files
monasca-agent/conf.d/mongo.yaml.example
2014-05-06 16:05:47 -06:00

16 lines
698 B
Plaintext

init_config:
instances:
# - server: mongodb://localhost:27017
# dimensions:
# dim1:value1
#
# Optional SSL parameters, see https://github.com/mongodb/mongo-python-driver/blob/2.6.3/pymongo/mongo_client.py#L193-L212
# for more details
#
# ssl: False # Optional (default to False)
# ssl_keyfile: # Path to the private keyfile used to identify the local
# ssl_certfile: # Path to the certificate file used to identify the local connection against mongod.
# ssl_cert_reqs: # Specifies whether a certificate is required from the other side of the connection, and whether it will be validated if provided.
# ssl_ca_certs: # Path to the ca_certs file