Forge Home

zabbix_reports

A Puppet report processor for sending metrics to a Zabbix

11,867 downloads

7,135 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.3.0 (latest)
  • 0.2.0
  • 0.1.6
  • 0.1.5
released Nov 18th 2016
This version is compatible with:
  • RedHat, CentOS, OracleLinux, Scientific, SLES, Debian, Ubuntu, windows

Start using this module

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

Add this module to your Puppetfile:

mod 'shamil-zabbix_reports', '0.3.0'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add shamil-zabbix_reports
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install shamil-zabbix_reports --version 0.3.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

Documentation

shamil/zabbix_reports — version 0.3.0 Nov 18th 2016

puppet-zabbix-reports

Description

A Puppet report processor for sending metrics to Zabbix server via zabbix trapper protocol.

zabbix items

Installation and usage

  • Install puppet-zabbix-reports as a module in your puppet master's module path (defaults to /etc/puppet/modules).

  • Update the :zabbix_hosts in zabbix.yaml, toy can specify multiple zabbix hosts. See examples in zabbix.yamlfile.

  • [DEPRECATED] Update the :zabbix_host and :zabbix_port variables in zabbix.yaml. You should use :zabbix_hosts instead. This option will be removed in the future.

  • Copy zabbix.yaml to puppet config directory (defaults to /etc/puppet).

  • Configure zabbix master to use the zabbix report:

[master]
    reports = store, zabbix
  • Enable pluginsync and report on your agents:
[main]
    report     = true
    pluginsync = true
  • Unless you run puppet agent on master as well, you will need to run puppet plugin download on master, to sync the files to lib (e.g. /var/lib/puppet/lib). You will need to do it every time you update the module.

  • Import the zabbix template from zabbix-template.xml.

  • Link the template to hosts managed by puppet.

It is recommended that host name in zabbix will match the puppet node name, if it doesn't, use override_hosts option in zabbix.yaml

TODO

  • write some unit tests (really?)

License

Copyright 2015 Alex Simenduev <shamil.si@gmail.com>

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.