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 | 983517732d9f193771665d8191c58e47028c6670 (patch) | |
| tree | 44f7bf4e6cf51ed3f8a6460c9df83da0a61c1375 /linuxstatus/structs.go | |
| parent | 24c72570a54b7aef67494e8cacecb0a896b19886 (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 |
