Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 536 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 536 Bytes

rust-zbx

Functionality

The rust-zbx crate makes it easy for you to create Zabbix agent, server or proxy loadable modules written in Rust

Features

  • zbx_module_api_version
  • zbx_module_init
  • zbx_module_uninit
  • zbx_module_item_list
  • zbx_module_history_write_cbs

Usage

Check out the examples directory for some example Zabbix loadable modules written in Rust