icinga2-api 0.2.21

Rust client for the Icinga2 API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//! Icinga enums

pub mod acknowledgement_type;
pub mod command_type;
pub mod comment_type;
pub mod downtime_child_options;
pub mod event_stream_type;
pub mod ha_mode;
pub mod host_or_service_state;
pub mod host_state;
pub mod notification_filter;
pub mod notification_type;
pub mod object_type;
pub mod service_state;
pub mod state_type;