Registry / http-client / zabbixapi

zabbixapi

JSON →
library4.2.0rbrubygemsunverified

Allows you to work with Zabbix API from Ruby.

gem install zabbixapi
INSTALL
IMPORT
SIG · ZABBIXAPI
Z
zabbixapi
http-clientrubyv4.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ZabbixAPI
require 'zabbixapi'

Connect to Zabbix API and fetch a host

require 'zabbixapi' # Connect to Zabbix server zbx = ZabbixAPI.connect('http://zabbix.example.com', 'username', 'password') hosts = zbx.hosts.get(name: 'MyHost') puts hosts.first['hostid']
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.2.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
27 hits · last 30 days
node
22
Resources
zabbixapi — gem install zabbixapi · libregistry