Forge Home

panopta

Unofficial Panopta module

10,188 downloads

5,522 latest version

4.5 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

  • 1.0.4 (latest)
  • 1.0.3 (deleted)
  • 1.0.2
  • 1.0.1
  • 1.0.0
  • 0.0.3
  • 0.0.2
  • 0.0.1
released Jul 23rd 2017
This version is compatible with:
  • ,
This module has been deprecated by its author since Oct 27th 2017.

The author has suggested panopta-panopta as its replacement.

Start using this module

Documentation

Siebjee/panopta — version 1.0.0 Jul 23rd 2017

Panopta

Overview

This module implements and manages the Panopta agent and it's modules.

Module Description

The module allows you to install and configure the Panopta agent easely. It deploys the manifest file with the companies settings. (optinal) Installs and configures the Panopta agent, and adds the server into your Panopta account if the manifest is there.

NOTE: Resource tiltes are not being used.

Usage

###Example with only required parameters

class {'panopta':
  customer_key => 'abc-def-hij',
  server_group => 336981
}

###Enabling a module:

class {'panopta':
  customer_key => 'abc-def-hij',
  server_group => 336981,
  modules      => {
    'mysql' => {
      username         => 'username',
      password         => 'password',
      extended_metrics => 'Threads_cached, Threads_connected, Threads_created, Threads_running'
    },
  }
}

###Enabling multiple modules:

class {'panopta':
  customer_key => 'abc-def-hij',
  server_group => 336981,
  modules      => {
    'mysql' => {
      username         => 'username',
      password         => 'password',
      extended_metrics => 'Threads_cached, Threads_connected, Threads_created, Threads_running'
    },
    'nginx' => {
      url => 'http://username:password@localhost:8080/server-status'
    }
  }
}

List of supported plugins with options and examples.

Please refer to the documentation of Panopta: http://help.panopta.com/v1.0/docs/plugins

Limitations

Supported Operating Systems

  • Ubuntu 10.04

  • Ubuntu 12.04

  • Ubuntu 14.04

  • Ubuntu 16.04

  • Debian 6

  • Debian 7

  • Debian 8

This Module has been tested on

  • Ubuntu 12.04
  • Ubuntu 14.04
  • Ubuntu 16.04
  • Debian 6
  • Debian 7
  • Debian 8