Forge Home

vcli_rsyslog

Puppet Enterprise module for saz/rsyslog

19,521 downloads

19,521 latest version

3.9 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

  • 0.0.1 (latest)
released Aug 13th 2013

Start using this module

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

Add this module to your Puppetfile:

mod 'puppetlabs-vcli_rsyslog', '0.0.1'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add puppetlabs-vcli_rsyslog
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install puppetlabs-vcli_rsyslog --version 0.0.1

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: rsyslog, vcli

Documentation

puppetlabs/vcli_rsyslog — version 0.0.1 Aug 13th 2013

vcli_rsyslog

Table of Contents

  1. Overview - What is the vcli_rsyslog module?
  2. Module Description - What does the module do?
  3. Setup - The basics of getting started with vcli_rsyslog

Overview

The vcli_rsyslog module will set up required components to send some Puppet Enterprise logs to vCenter Log Insight.

Module Description

This module is a wrapper to the module saz/rsyslog that defines a set of imifile entries to be used by rsyslog. These entries are the logs that Puppet Enterprise is not currently sending to via a syslog facility and instead directly to file.

Setup

What the vcli_rsyslog module affects:

  • rsyslog, a syslog service

Installing vcli_rsyslog

example% puppet module install puppetlabs/vcli_rsyslog

Beginning with vcli_rsyslog

Using vcli_syslog is simple add the vcli_rsyslog class to any node you want to have logs forwarding to vC Log Insight. When adding the class you will need to define the IP or hostname of your instance of vC Log Insight.

class { 'vcli_rsyslog': server => 'vcli.example.com', }