Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AgentHeader ¶
type AgentNeedsReboot ¶
type AssignedTask ¶
type AutomatedTask ¶
type Check ¶
type Check struct { Script Script `json:"script"` AssignedTasks []AssignedTask `json:"assigned_tasks"` CheckPK int `json:"id"` CheckType string `json:"check_type"` Storage string `json:"storage"` IP string `json:"ip"` ScriptArgs []string `json:"script_args"` Timeout int `json:"timeout"` ServiceName string `json:"svc_name"` LogName string `json:"log_name"` EventID int `json:"event_id"` SearchLastDays int `json:"search_last_days"` Status string `json:"status"` }
type CheckInDisk ¶
type CheckInDisk struct { AgentHeader Drives []jetrmm.StorageDrive `json:"drives"` }
type CheckInLoggedUser ¶
type CheckInLoggedUser struct { AgentHeader Username string `json:"logged_in_username"` }
type CheckInPublicIP ¶
type CheckInPublicIP struct { AgentHeader PublicIP string `json:"public_ip"` }
type CheckInSW ¶
type CheckInSW struct { AgentHeader InstalledSW []jetrmm.Software `json:"software"` }
type RecoveryAction ¶
Click to show internal directories.
Click to hide internal directories.