Forge Home

snoopy

Snoopy is a tiny library that logs all executed commands (+ arguments) on your system.

6,686 downloads

6,608 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

  • 0.1.2 (latest)
  • 0.1.1 (deleted)
  • 0.1.0 (deleted)
released Nov 8th 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 >= 4.0.0 < 6.0.0
  • , , , ,

Start using this module

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

Add this module to your Puppetfile:

mod 'revolutionsystem-snoopy', '0.1.2'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add revolutionsystem-snoopy
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install revolutionsystem-snoopy --version 0.1.2

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

Documentation

revolutionsystem/snoopy — version 0.1.2 Nov 8th 2017

Snoopy Logger

Master: Build Status

Snoopy Logger is a security tool developed in C language capable of generating logs of all commands executed by users of the system, or just the commands executed by root superuser.

Table of Contents

  1. Description
  2. Setup - The basics of getting started with snoopy
  3. Usage - Configuration options and additional functionality
  4. Limitations - OS compatibility
  5. Development - Guide for contributing to the module
  6. Release Notes/Contributors

Description

This Puppet Module will install and configure snoopy logger.

Setup

  • Create config file /etc/snoopy.ini
  • Create logging file based operation system:
    • Redhat/CentOS: /var/log/secure
    • Debian/Ubuntu: /var/log/auth.log

Note: You must RESTART the operating system to apply the snoopy logger settings.

Usage

class { 'snoopy': }

Limitations

This is where you list OS compatibility, version compatibility, etc. If there are Known Issues, you might want to include them under their own heading here.

  • Redhat: 6,7
  • Centos: 6,7
  • Debian: 8,9
  • Ubuntu: 14.04, 16.04

Development

For any development, you my reach out to the GitHub repo: https://github.com/revolutionsystem/puppet-snoopy.git

Release Notes/Contributors

This project is a fork of opstree-snoopy.git

For any contribution, you may mail us at contato@revolutionsystem.com.br