2 releases
0.1.1 | Sep 7, 2023 |
---|---|
0.1.0 | Dec 14, 2022 |
#5 in #zabbix
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");