-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathtext.tpl
51 lines (44 loc) · 1.55 KB
/
text.tpl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
_ _
___ _ ____ _| |__ (_)_ __
/ _ \ '_ \ \ / / '_ \| | '_ \
| __/ | | \ V /| |_) | | | | |_
\___|_| |_|\_/ |_.__/|_|_| |_(_)
Version {{.Version}}, git {{.GitCommit}}
Built at {{.BuildTime}} with {{.GoVersion}}
REQUEST
Apparent source: {{.RequestIp}} ({{.RequestIpEnrich}})
Proxies: {{.ProxyChain}}
User Agent: {{.UserAgent}}
HARDWARE
Virtualisation: {{.Virt}}
Firmware: {{.FirmwareType}}
Apparent hardware: {{.Arch}}, {{.CpuName}}, {{.PhysCores}}/{{.VirtCores}} cores, {{.MemTotal}} RAM
OPERATING ENVIRONMENT
OS: {{.OsType}} {{.KernelVersion}}, uptime {{.OsUptime}}
Distro: {{.OsDistro}} ({{.OsFamily}}) {{.OsVersion}} ({{.OsRelease}})
PID: {{.Pid}}, parent: {{.Ppid}} (#others: {{.OtherProcsCount}})
UID: {{.Uid}} (effective: {{.Euid}})
Primary GID: {{.Gid}} (effective: {{.Egid}}) (others: {{.Groups}})
NETWORK
Hostname: {{.Hostname}}, Primary IP: {{.HostIp}}
Apparent external IP: {{.ExternalIp}} ({{.ExternalIpEnrich}})
AWS
Location: Account {{.AwsAccountID}} in {{.AwsRegion}} / {{.AwsZone}}
Instance: {{.AwsInstanceType}} running {{.AwsImageID}}
KUBERNETES
Present: {{.K8s}}
Version: {{.K8sVersion}}
Running in namespace {{.K8sNamespace}}
As ServiceAccount: {{.K8sServiceAccount}}
This Pod:
Containers: {{.K8sThisPodContainersCount}}
Images: {{.K8sThisPodContainersImages}}
Nodes: {{.K8sNodeCount}}
This Node:
Address: {{.K8sNodeAddress}}
Version: {{.K8sNodeVersion}}
OS: {{.K8sNodeOS}}
Container runtime: {{.K8sNodeRuntime}}
Node role: {{.K8sNodeRole}}
Cloud Instance: {{.K8sNodeCloudInstance}}
Cloud Zone: {{.K8sNodeCloudZone}}