This cookbook provides custom resources for installing, configuring, and managing Zabbix Agent.
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.
- 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 Infra Client 15.3 or later.
This release removes the legacy recipe and node attribute API. See migration.md for mapping examples.
zabbix_agent 'default' do
config(
'Server' => 'zabbix.example.com',
'ServerActive' => 'zabbix.example.com'
)
action %i(create start)
endzabbix_agent 'source' do
install_method 'source'
version '7.0.26'
configure_options ['--with-libcurl', '--with-libpcre2']
action :create
endSource installs build and configure the agent only. They do not create or override a system service unit.
zabbix_agent 'prebuild' do
install_method 'prebuild'
version '7.0.26'
prebuild_arch 'amd64'
action :create
endPrebuilt installs extract and configure the agent only. They do not create or override a system service unit.
This project exists thanks to all the people who contribute.
Thank you to all our backers.
Support this project by becoming a sponsor. Your logo will show up here with a link to your website.