zabbix_passive_checks

Crates.iozabbix_passive_checks
lib.rszabbix_passive_checks
version0.1.1
sourcesrc
created_at2022-12-14 09:43:42.292957
updated_at2023-09-07 08:26:54.803999
descriptionRun Zabbix checks on remote hosts
homepage
repositoryhttps://gitlab.com/eutampieri/zabbix_passive_checks
max_upload_size
id736498
size4,177
(eutampieri)

documentation

README

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");
Commit count: 5

cargo fmt