icingacli 0.1.2

CLI client for interacting with the icinga api
Documentation
1
2
3
4
5
6
7
8
9
10
11
extern crate serde;
extern crate hyper;
extern crate serde_json;
#[macro_use]
extern crate serde_derive;
extern crate toml;
extern crate hyper_native_tls;
extern crate clap;
extern crate chrono;
pub mod api;
pub mod config;