Project

ruzbx

0.0
The project is in a healthy, maintained state
The library is under development
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 2.9
 Project Readme

Ruzbx

Running

RUZBX_DEBUG=true RUZBX_URL=http://localhost:8080 RUZBX_TOKEN=<ZABBIX_ACCESS_TOKEN> bundle exec ./bin/console

Usage in the code

Rake tasks

rake zabbix:create -- \
    '--name=example' \
    '--templates=Linux by Zabbix agent,Website certificate by Zabbix agent 2' \
    '--ip=127.0.0.1' \
    '--hostgroups=Linux servers'

Testing

Run the instance of jira

docker compose up -d
open http://localhost:8080