Coder Social home page Coder Social logo

aristella / puppet-centreon Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mvisonneau/puppet-centreon

0.0 0.0 0.0 43 KB

Management of the Centreon provisioning with Puppet

License: Apache License 2.0

Ruby 51.30% Puppet 32.26% Shell 16.45%

puppet-centreon's Introduction

puppet-centreon

Puppet Forge

Overview

This module provides the provisioning of nodes onto one or several Centreon monitoring server through CLAPI. It works whatever the engine/broker you use : Nagios, Shinken and Centreon Engine / NDO2DB and Centreon Broker

Limitations

  • It does not provide the installation of the Centreon server (yet).
  • You can use only one poller for the moment
  • Configuration of hosts and services only

Requirements

  • At least one Centreon server up and running ( >= 2.0 ) with the CLAPI module configured ( >= 1.6 )
  • Stored configurations enabled on the puppetmaster (mandatory)

Sample Usage

Centreon server instance :

    class { 'centreon::server':
	  clapi_binaries     =>  '/app/centreon/www/modules/centreon-clapi/core',
	  clapi_username     =>  'admin',
	  clapi_password     =>  'password',
	  clapi_export_file  =>  '/tmp/clapi.conf',
	  clapi_log_file     =>  '/var/log/centpollers.log',
	  poller_name        =>  'central',
    }

Centreon client instances :

    class { 'centreon::client': }

Types definitions

Centreon HOST : centreon_host :

centreon_host { 'resource title':
	clapi_binaries 		=> # MANDATORY - CLAPI Binaries
    clapi_username 		=> # MANDATORY - CLAPI Username
    clapi_password 		=> # MANDATORY - CLAPI Password
    clapi_export_file 	=> # MANDATORY - CLAPI Exportfile
    poller_name 		=> # MANDATORY - Name of Centreon Poller
    alias 				=> # MANDATORY - Alias of the host
    address 			=> # MANDATORY - IP Address
    template 			=> # MANDATORY - Host template to use, must be defined in Centreon to avoid config errors
    ensure 				=> # MANDATORY - Whether the host is present or not into the configfile
    enabled             => # OPTIONAL  - Set the status of the host (true or false - default:true)
  }

Centreon Service : centreon_service :

centreon_service { 'resource title':
	clapi_binaries 		=> # MANDATORY - CLAPI Binaries
    clapi_username 		=> # MANDATORY - CLAPI Username
    clapi_password 		=> # MANDATORY - CLAPI Password
    clapi_export_file 	=> # MANDATORY - CLAPI Exportfile
    hostname 			=> # MANDATORY - Hostname of the host to map the service on
    description 		=> # MANDATORY - Description of the service ( servicename in Centreon )
    template 			=> # MANDATORY - Service template to use, must be defined in Centreon to avoid config errors
    ensure 				=> # MANDATORY - Whether the service is present or not into the configfile
    enabled             => # OPTIONAL  - Set the status of the service (true or false - default:true)
    check_command 		=> # OPTIONAL  - Check command to override the template
  }

Classes definitions

centreon::server :

    class { 'centreon::server':
	  clapi_binaries     =>  # MANDATORY - CLAPI Binaries path
	  clapi_username     =>  # MANDATORY - CLAPI Username
	  clapi_password     =>  # MANDATORY - CLAPI Password
	  clapi_export_file  =>  # MANDATORY - Path to export config from CLAPI as cache
	  clapi_log_file     =>  # MANDATORY - CLAPI Log file
	  poller_name        =>  # MANDATORY - Name of Centreon poller to provision the hosts
    }

centreon::client :

    class { 'centreon::client': }

Roadmap

  • Add the possibility to split the provisioning onto multiple pollers.
  • Implement the centreon_host and centreon_service with all the possibilities that offers Centreon CLAPI.
  • Implement the other configuration definitions available with Centreon CLAPI

puppet-centreon's People

Contributors

mvisonneau avatar aristella avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.