Forge Home

elastizabbix

Installs and configures elastizabbix - agent and template for monitoring ElasticSearch cluster in Zabbix.

8,879 downloads

6,791 latest version

4.6 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
  • 0.1.0
released Sep 1st 2017
This version is compatible with:
  • , , ,

Start using this module

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

Add this module to your Puppetfile:

mod 'fatdragon-elastizabbix', '0.1.2'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add fatdragon-elastizabbix
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install fatdragon-elastizabbix --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

fatdragon/elastizabbix — version 0.1.2 Sep 1st 2017

elastizabbix

The module installs and configures elastizabbix monitoring agent and template used for monitoring ElasticSearch cluster in Zabbix.

The template is pretty simple, yet some additional info can be found at Puppet, Zabbix and ElasticSearch - elastizabbix Module.

Server Side

The only thing the module does at the server side (at Zabbix server), is installing "Template App ElasticSearch" Zabbix template.

Server Side Requirements

The module requires 'zabbix' class at the server side. See puppet/zabbix module at puppet forge.

elastizabbix Server Side Example

class { 'elastizabbix::server': }

Note: The class will automatically install the template only if you're using puppet/zabbix module with manage_resources set to true. For details check Puppet, Zabbix and ElasticSearch - elastizabbix Module.

Client Side

At the client side (monitored ElasticSearch node) the module installs elastizabbix script and configuration file.

NOTE: elastizabbix client should be installed on only one node from ElastacSearch cluster, not on all of them.

Client Side Requirements

The module requires 'zabbix-agent' class at the client side (puppet/zabbix module).

elastizabbix Client Side Example

class { 'elastizabbix': }

Parameters

Often you'll use both mentioned classes without specifying any parameter (the default values should work). Nevertheless you should check mentioned page for list of available parameters with descriptions.

License

This module is published under Apache 2.0 license, but the original elastizabbix project is published under MIT License. Anyway you are pretty much free to use both in a way you want.

Release History

v0.1.2

Date: September 1. 2017

Release Info:

  • Code cosmetics (thanks to puppet-lint).

v0.1.1

Date: Jun 10. 2016

Release Info:

  • fd_patch parameter is removed since the original project is changed to include the patch. Nothing important has been changed, so no upgrade is needed.

v0.1.0

Date: Jun 9. 2016

Release Info:

  • Initial release.