Coder Social home page Coder Social logo

puppet-logcheck's Introduction

Logcheck Puppet module

This module is provided to you by Camptocamp.

Dependencies

None

Examples

Server node::

node 'logserver.domain.lt' {

# setting up some stuff

$logcheck_fqdn = 1 $logcheck_mailto = "root" $logcheck_reportlvl = "server"

include logcheck

# ignore scope from puppet logs

logcheck::ignore {"scope in puppet": rule => 'puppetmasterd[[0-9]+].+Scope', }

# ignore violations for a specific thing on a specific host

logcheck::ignore {"violations redir <host>": rule => "<host> redir.*getaddrinfo(.+) failed" type => "violations" }

}

Changelog

2009-06-02 : this module uses now a template for logcheck configuration; all variables can be set like we want.
Renamed logheck::base to logcheck using "file" type to create /srv/logcheck directory
2009-04-29 : using common::concatfilepart solves common::line problem. Now we can put rules as we like. They all go into ONE file : auto-puppet, in the directory we want.
For now, logcheck config is set for "server" level. We can imagine setting it on the fly when putting its config file through a template. Maybe later.

puppet-logcheck's People

Contributors

groulot avatar

Stargazers

Andreas Jaggi avatar

Watchers

Philippe Lafoucrière avatar Kacper Cieśla avatar Olivier Gonzalez avatar Stéphane Klein avatar  avatar Rémy Binsztock  avatar James Cloos avatar

Forkers

mbornoz x-way

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.