23 releases

0.2.4 Mar 21, 2024
0.2.3 Feb 15, 2024
0.2.1 Jan 29, 2024
0.1.17 Oct 21, 2022
0.1.5 Jul 26, 2022

#387 in Web programming

Download history 15/week @ 2024-01-22 6/week @ 2024-01-29 3/week @ 2024-02-05 115/week @ 2024-02-12 17/week @ 2024-02-19 28/week @ 2024-02-26 13/week @ 2024-03-11 129/week @ 2024-03-18 344/week @ 2024-04-01

486 downloads per month

MIT/Apache

240KB
4.5K SLoC

icinga2-api

Rust client for the Icinga2 API

Official Icinga2 API Docs

Currently this implements parts of the query API in both blocking and async versions

Supported:

  • hosts

  • services

  • host groups

  • service groups

  • user groups

  • dependencies

  • check commands

  • event commands

  • notification commands

  • API users

  • endpoints

  • notifications

  • scheduled downtimes

  • time periods

  • users

  • zones

  • comments

  • downtimes

None of the types listed under Features in the Icinga Documentation are supported at the moment.

Creation, modification and deletion of config objects is not supported.

All actions are supported but they have not been tested as extensively as the query API.

Event Streams are supported in the async version of the client, supporting all event types. There is no handling of connection loss within this crate at this time.

Retrieving status data is not supported yet.

Configuration management is not supported yet.

Retrieving information on configuration object types is not supported yet.

Querying config templates is not supported yet.

Querying global variables is not supported yet.

The Debug Console is not supported yet.

Dependencies

~6–19MB
~272K SLoC