Skip to content

softek/puppet-zabbixagent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zabbix Agent Puppet Module

This module manages the zabbix agent for a monitored machine.

This module has been tested against Puppet 3.0.1 on Windows Server 2008R2, Ubuntu Server 12.04, and CentOS 6.3.

Usage

class { 'zabbixagent':
  servers  => 'zabbix.example.com', # Optional: defaults to localhost (accepts an array)
  hostname => 'web01.example.com' # Optional: defaults to the fully qualified domain name of the machine
}

This is the only configuration supported at this time. Custom user parameters may come at a later date. If there is any other configuration that ought to be made available, then please let me know.

Authors

  • Scott Smerchek (@smerchek)

Contributors

  • Martijn Storck (@martijn) - Added CentOS support

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages