icinga2_api/types/common.rs
1//! Common attributes
2//!
3//! [Official Common Runtime Attributes Documentation](https://icinga.com/docs/icinga-2/latest/doc/09-object-types/#common-runtime-attributes)
4
5pub mod check_result;
6pub mod checkable;
7pub mod command;
8pub mod config_object;
9pub mod custom_var_object;
10pub mod function;
11pub mod logger;
12pub mod object;
13pub mod performance_data;
14pub mod source_location;
15pub mod stream_logger;