Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Host ¶
type Host struct {
ID string `json:"ID"` // ID
Group string `json:"group"` // Group Name
Hostname string `json:"Hostname"` // HOSTNAME
HostIP string `json:"HostIP"` // HOST IP
IsAlive bool `json:"IsAlive"` // say if there is connection to this host
PingData string `json:"PingData"` // data from last ping
}
host struct
func GetHostsFromJson ¶
/////////////////////////////////////////////// Host util functions
Click to show internal directories.
Click to hide internal directories.