#monitoring #zabbix #api-bindings

zabbix_passive_checks

Run Zabbix checks on remote hosts

2 releases

0.1.1 Sep 7, 2023
0.1.0 Dec 14, 2022

#3 in #zabbix

29 downloads per month

MIT license

4KB

Zabbix passive checks

This crate interacts with a Zabbix agent and queries it.

let result: String = get_metric("127.0.0.1:10050".parse().unwrap(), "agent.ping").expect("Failed to get metric");

No runtime deps