Giter Site home page Giter Site logo

macener / ansible-collection-tribe29.checkmk Goto Github PK

View Code? Open in Web Editor NEW

This project forked from checkmk/ansible-collection-checkmk.general

0.0 0.0 0.0 1.26 MB

The official Checkmk Ansible collection - brought to you by tribe29 - the Checkmk company.

Home Page: https://galaxy.ansible.com/tribe29/checkmk

License: GNU General Public License v3.0

Python 34.85% YAML 65.15%

ansible-collection-tribe29.checkmk's Introduction

tribe29 Checkmk Collection

Checkmk already provides the needed APIs to automate and configure your monitoring. With this project we want to create and share modules and roles for Ansible to both simplify your first steps with automating Checkmk and keep your daily operations smooth and efficient.


Here be dragons!

This repository is provided as is and we cannot guarantee stability at this point. Additionally, there is no commercial support whatsoever! This is an open source endeavour, which we want to share and progress with the community.

Ansible Sanity Tests Ansible Integration Tests for all Modules


This repository is a successor to ansible-checkmk in a way, that we take the idea of the initial repository and translate it into todays format. We will try to keep you posted as best as we can. Also, keep an eye on this Checkmk forum post for updates.

Dependencies

Although the Ansible project notes, that collections should have no or very little dependencies, we want to make sure the collection works for you out-of-the-box. Currently we only depend on very basic collections, which are most likely already installed in your environment. For version constraints, see galaxy.yml.

Getting help

For documentation on the included modules, run the following command substituting the $MODULE_NAME:

ansible-doc tribe29.checkmk.$MODULE_NAME

For any form of support queries or requests refer to SUPPORT.md.

Repository Structure

For information about the structure and organization of this repository have a look at STRUCTURE.md.

You can find playbooks, demonstrating several aspects of this collection in the folder playbooks/demo/.

Included content

Modules

Name Description Tests
tribe29.checkmk.activation Activate changes. Integration Tests for Activation Module
tribe29.checkmk.contact_group Manage contact groups. Integration Tests for Contact Group Module
tribe29.checkmk.discovery Discover services on hosts. Integration Tests for Discovery Module
tribe29.checkmk.downtime Schedule downtimes on hosts and services. Integration Tests for Downtime Module
tribe29.checkmk.folder Manage folders. Integration Tests for Folder Module
tribe29.checkmk.host_group Manage host groups. Integration Tests for Host Group Module
tribe29.checkmk.host Manage hosts. Integration Tests for Host Module
tribe29.checkmk.rule Manage rules. Integration Tests for Rule Module
tribe29.checkmk.service_group Manage service groups. Integration Tests for Service Group Module
tribe29.checkmk.tag_group Manage tag groups. Integration Tests for Tag Group Module
tribe29.checkmk.user Manage tag groups. Integration Tests for User Module

Roles

Name Description Tests
tribe29.checkmk.agent Installs Checkmk agents. Tests currently unavailable.
tribe29.checkmk.server Installs Checkmk servers. Molecule Tests for Server Role

Installing this collection

Please refer to the official Ansible documentation on how to install this collection. The most basic way is this:

ansible-galaxy collection install tribe29.checkmk

Using this collection

You can either call modules by their Fully Qualified Collection Namespace (FQCN), such as tribe29.checkmk.activation, or you can call modules by their short name if you list the tribe29.checkmk collection in the playbook's collections keyword:

---
- hosts: all

  collections:
    - tribe29.checkmk

  tasks:
    - name: "Run activation."
      activation:
        server_url: "http://localhost/"
        site: "my_site"
        automation_user: "automation"
        automation_secret: "$SECRET"
        force_foreign_changes: 'true'
        sites:
          - "my_site"

More information about Checkmk

Getting Involved

See CONTRIBUTING.

Release notes

See CHANGELOG.rst.

Roadmap

This is merely a collection of possible additions to the role. Please do not consider a concrete planning document!

  • Modules
    • Monitoring
      • Acknowledgement
    • Setup
      • Agents
      • BI
      • Passwords
      • Time Periods
  • Lookup Plugins
    • Version

More information about Ansible

Licensing

See LICENSE.

ansible-collection-tribe29.checkmk's People

Contributors

robin-checkmk avatar lgetwan avatar diademiemi avatar msekania avatar mto79 avatar muehlings avatar ogaida avatar tonk avatar dependabot[bot] avatar neffs avatar thorian93 avatar lupusanimus avatar darrindg91 avatar synss avatar nico-checkmk avatar shock0572 avatar geof77 avatar kain88-de avatar flybyray avatar wrt54g avatar janpetto 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.