Giter VIP home page Giter VIP logo

x7uplime / ansible-collection-checkmk.general 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 2.32 MB

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

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

License: GNU General Public License v3.0

Shell 0.65% Python 31.69% Makefile 1.36% YAML 66.31%

ansible-collection-checkmk.general's Introduction

Checkmk Ansible 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

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 checkmk.general.$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
checkmk.general.activation Activate changes. Integration Tests for Activation Module
checkmk.general.bakery Bake and sign agents. Integration Tests for Bakery Module
checkmk.general.contact_group Manage contact groups. Integration Tests for Contact Group Module
checkmk.general.discovery Discover services on hosts. Integration Tests for Discovery Module
checkmk.general.downtime Manage downtimes. Integration Tests for Downtime Module
checkmk.general.folder Manage folders. Integration Tests for Folder Module
checkmk.general.host_group Manage host groups. Integration Tests for Host Group Module
checkmk.general.host Manage hosts. Integration Tests for Host Module
checkmk.general.rule Manage rules. Integration Tests for Rule Module
checkmk.general.service_group Manage service groups. Integration Tests for Service Group Module
checkmk.general.tag_group Manage tag groups. Integration Tests for Tag Group Module
checkmk.general.user Manage users. Integration Tests for User Module

Roles

Name Description Tests
checkmk.general.agent Installs Checkmk agents. Molecule Tests for Agent Role
checkmk.general.server Installs Checkmk servers. Molecule Tests for Server Role

Additional content

We love to see the community build things on top of this collection.
Check out COMMUNITY.md for a listing of interesting projects that build upon this collection in some way.

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 checkmk.general

Using this collection

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

---
- hosts: all

  collections:
    - checkmk.general

  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
      • Distributed Monitoring
      • Notification Rules
      • Time Periods
  • Lookup Plugins
    • Version
    • Rules

More information about Ansible

Licensing

See LICENSE.

ansible-collection-checkmk.general's People

Contributors

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