Forge Home

abrt

Configuring abrt (Daemon monitoring crashes)

16,441 downloads

7,303 latest version

5.0 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 2.2.0 (latest)
  • 2.1.1
  • 2.1.0
  • 2.0.2
  • 2.0.1
  • 2.0.0
  • 1.9.0
  • 1.8.0
  • 1.7.0
  • 1.6.3
  • 1.6.2
  • 1.6.1
  • 1.6.0
  • 1.5.5
  • 1.5.4
  • 1.5.3
  • 1.5.2
  • 1.5.1
  • 1.5.0 (deleted)
released Oct 24th 2017
This version is compatible with:
  • Puppet Enterprise 2018.1.x, 2017.3.x, 2017.2.x, 2017.1.x, 2016.5.x, 2016.4.x
  • Puppet >=3.4.0 <6.0.0
  • , , , ,

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'cristifalcas-abrt', '2.2.0'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add cristifalcas-abrt
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install cristifalcas-abrt --version 2.2.0

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download
Tags: abrt

Documentation

cristifalcas/abrt — version 2.2.0 Oct 24th 2017

abrt

Build Status

Table of Contents

  1. Overview
  2. Usage - Configuration options and additional functionality
  3. Development - Guide for contributing to the module

Overview

ABRT is a set of tools to help users detect and report problems. It's main purpose is to ease the process of reporting an issue and finding a solution.

Usage

class { 'abrt':
  package_ensure       => 'latest',
  openGPGCheck         => 'no',
  autoreportingEnabled => 'yes',
}

include abrt::addon::ccpp
include abrt::addon::kerneloops
include abrt::addon::python
include abrt::addon::ruby
include abrt::addon::vmcore
include abrt::libreport::mailx

class { 'abrt::libreport::sos': enable => false, }

class { 'abrt::libreport::ureport':
  url           => 'https://puppet.company.net:8443/abrt',
  sslverify     => 'yes',
  sslclientauth => 'puppet',
}

Development

  • Fork the project
  • Commit and push until you are happy with your contribution
  • Send a pull request with a description of your changes