class Monitoring::Zabipi
- Monitoring::Zabipi
- Reference
- Object
Defined in:
api/Zabipi.crzabipi/version.cr
Constant Summary
-
VERSION =
"0.1.8"
Constructors
- .new(apiUrl : String, login : String, password : String, debug : Bool = false, verify_cert : Bool = true, url_auto_adjust : Bool = true, auth_now : Bool = true, zabbix_server = nil)
- .new(zenv_file : String)
Instance Method Summary
- #api_rel_url : String
- #api_url : URI
- #auth_token : String | Nil
- #cmd_id : UInt64
- #debug : Bool
- #debug=(debug : Bool)
- #do(method : String, pars : Hash | Array | NamedTuple = [] of UInt64)
- #maybe_zbx_server : String
- #maybe_zbx_server=(maybe_zbx_server : String)
- #req(method : String, pars : Hash | Array | NamedTuple = [] of UInt64)
- #version : String
Constructor Detail
def self.new(apiUrl : String, login : String, password : String, debug : Bool = false, verify_cert : Bool = true, url_auto_adjust : Bool = true, auth_now : Bool = true, zabbix_server = nil)
#