diff options
| author | Jeff Carr <[email protected]> | 2024-01-06 16:36:34 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-06 16:36:34 -0600 |
| commit | bd3e75e68779b36186fb85a61b726b71a178e96f (patch) | |
| tree | fb4d7aeb86414fc88c1469c6fa0bb681c4fb803b /linuxstatus/structs.go | |
| parent | c6dbbc35425de892f4e853bdc7cdd0a4d31349b3 (diff) | |
LinuxStatus() detects VALID hostname
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'linuxstatus/structs.go')
| -rw-r--r-- | linuxstatus/structs.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linuxstatus/structs.go b/linuxstatus/structs.go index a012074..de9936d 100644 --- a/linuxstatus/structs.go +++ b/linuxstatus/structs.go @@ -27,9 +27,10 @@ type LinuxStatus struct { group *gui.Node grid *gui.Node + hostnameStatus *gadgets.OneLiner + hostname *gadgets.OneLiner hostshort *gadgets.OneLiner domainname *gadgets.OneLiner - fqdn *gadgets.OneLiner resolver *gadgets.OneLiner uid *gadgets.OneLiner IPv4 *gadgets.OneLiner |
