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:
This module is still under devel/beta mode ..
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
}