savoirfairelinux / mod-mongo-live-config

A Shinken module to dump the whole configuration into a mongodb instance
Other
0 stars 1 forks source link

mod-mongo-live-config Build Status Coverage Status

Alignak module for keeping, nearly in realtime, the (Alignak) objects properties/attributes values in a mongodb, as well as the global configuration properties/attributes values.

The module requires the following:

NB:

This module is still under devel/beta mode ..

Configuration:

define module {

    module_name your_module_name
    module_type mongo_live_config

    # optional directives:

    # hostname : the hostname of where is running the mongodb
    #            default: 127.0.0.1

    # port : the port to connect to the mongodb
    #        default: 27017

    # db : the name of the mongo db to use
    #      default: alignak_live
}