0.0
No commit activity in last 3 years
No release in over 3 years
Ini configuration files are parsed to configure a Zabbix server via the zabbixapi ruby gem.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.6
>= 0
 Project Readme

Zabbix Configuration

File based configuration for Zabbix

Example configuration file

[server]
fqdn = server.example.com
ip   = 192.168.10.50
pass = zabbix
user = admin

[agent]
fqdn      = agent.example.com
ip        = 192.168.10.60
hostgroup = localGroup
template  = Template OS Linux

Execute Agent configuration

zabconf -c /etc/zabbix/agent.ini

Required Gems

  • zabbixapi
  • inifile