Documentation ¶
Index ¶
Constants ¶
View Source
const (
Insecure = true // 自己証明書の許可 `true`
)
View Source
const Version = "0.1.4"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Zabbix ¶
type Zabbix struct { Url string `toml:"url"` User string `toml:"user"` Password string `toml:"password"` Insecure bool `toml:"insecure"` Server string `toml:"server"` Servers []string `toml:"servers"` HostIds map[string]string // contains filtered or unexported fields }
func (*Zabbix) GetLogItems ¶
func (*Zabbix) GetTriggers ¶
Click to show internal directories.
Click to hide internal directories.