Skip to content

Latest commit

 

History

961 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chef Cookbook - zabbix-agent

Cookbook Version CI State OpenCollective OpenCollective License

This cookbook provides custom resources for installing, configuring, and managing Zabbix Agent.

Maintainers

This cookbook is maintained by the Sous Chefs. The Sous Chefs are a community of Chef cookbook maintainers working together to maintain important cookbooks. If you would like to know more please visit sous-chefs.org or come chat with us on the Chef Community Slack in #sous-chefs.

Requirements

Platforms

  • AlmaLinux 8+
  • Amazon Linux 2023+
  • CentOS Stream 9+
  • Debian 12+
  • Oracle Linux 8+
  • Red Hat Enterprise Linux 8+
  • Rocky Linux 8+
  • Ubuntu 22.04+

See LIMITATIONS.md for package and source-install details.

Chef

Chef Infra Client 15.3 or later.

Migration

This release removes the legacy recipe and node attribute API. See migration.md for mapping examples.

Resources

Usage

zabbix_agent 'default' do
  config(
    'Server' => 'zabbix.example.com',
    'ServerActive' => 'zabbix.example.com'
  )
  action %i(create start)
end

Source Install

zabbix_agent 'source' do
  install_method 'source'
  version '7.0.26'
  configure_options ['--with-libcurl', '--with-libpcre2']
  action :create
end

Source installs build and configure the agent only. They do not create or override a system service unit.

Prebuilt Static Install

zabbix_agent 'prebuild' do
  install_method 'prebuild'
  version '7.0.26'
  prebuild_arch 'amd64'
  action :create
end

Prebuilt installs extract and configure the agent only. They do not create or override a system service unit.

Contributors

This project exists thanks to all the people who contribute.

Backers

Thank you to all our backers.

OpenCollective backers

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website.

Sponsor 0 Sponsor 1 Sponsor 2 Sponsor 3 Sponsor 4 Sponsor 5 Sponsor 6 Sponsor 7 Sponsor 8 Sponsor 9

Releases

Sponsor this project

Packages

Used by

Contributors

Languages