Skip to content

A Shinken module to dump the whole configuration into a mongodb instance

License

Notifications You must be signed in to change notification settings

savoirfairelinux/mod-mongo-live-config

Repository files navigation

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:

  • pymongo >= 3.0
  • Alignak >= 0.0

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
}

About

A Shinken module to dump the whole configuration into a mongodb instance

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages