28 releases
new 0.2.9 | Nov 6, 2024 |
---|---|
0.2.6 | Jul 22, 2024 |
0.2.4 | Mar 21, 2024 |
0.1.17 | Oct 21, 2022 |
0.1.5 | Jul 26, 2022 |
#548 in Web programming
127 downloads per month
240KB
4.5K
SLoC
icinga2-api
Rust client for the Icinga2 API
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–17MB
~234K SLoC