Version information
released Apr 10th 2015
This version is compatible with:
- ,
Start using this module
Add this module to your Puppetfile:
mod 'fndiaz-zabbixagent', '0.0.3'
Learn more about managing modules with a PuppetfileDocumentation
fndiaz/zabbixagent — version 0.0.3 Apr 10th 2015
zabbixagent
Table of Contents
Overview
This is a simple Puppet module Zabbix Agent Made by Fernando Vieira - fndiaz
Setup
To install the correct Zabbix Agent package on your system, include the 'zabbixagent : include zabbixagent'
Usage
- Install Zabbix Agent with default settings
class { 'zabbixagent': }
- Instal Zabbix Agent with some arguments
class {'zabbixagent':
ensure => running,
enable => true,
zserver=> '192.168.1.1',
}
Limitations
- Debian 6, 7
- Ubuntu 10.04, 12.04, 14.04
Dependencies
- puppetlabs-stdlib (>= 1.0.0)