pxap33/prod/goss.yaml
2021-10-20 10:58:11 +02:00

57 lines
1.6 KiB
YAML

port:
tcp6:8080:
listening: true
ip:
- '::'
service:
mariadb:
enabled: true
running: true
user:
tomcat:
exists: true
uid: 1000
gid: 1000
groups:
- tomcat
home: /usr/libexec/tomcat10
shell: /bin/sh
group:
tomcat:
exists: true
gid: 1000
command:
ss -lnt:
exit-status: 0
stdout:
- State Recv-Q Send-Q Local Address:Port Peer Address:PortProcess
- LISTEN 0 4096 127.0.0.53%lo:53 0.0.0.0:*
- LISTEN 0 100 127.0.0.1:25 0.0.0.0:*
- LISTEN 0 80 127.0.0.1:3306 0.0.0.0:*
- LISTEN 0 4096 0.0.0.0:5355 0.0.0.0:*
- LISTEN 0 100 *:8080 *:*
- LISTEN 0 4096 *:22 *:*
- LISTEN 0 100 [::1]:25 [::]:*
- LISTEN 0 1 [::ffff:127.0.0.1]:8005 *:*
- LISTEN 0 4096 [::]:5355 [::]:*
stderr: []
timeout: 10000
ss -lnu:
exit-status: 0
stdout:
- State Recv-Q Send-Q Local Address:Port Peer Address:PortProcess
- UNCONN 0 0 0.0.0.0:5355 0.0.0.0:*
- UNCONN 0 0 0.0.0.0:51026 0.0.0.0:*
- UNCONN 0 0 127.0.0.53%lo:53 0.0.0.0:*
- UNCONN 0 0 0.0.0.0:161 0.0.0.0:*
- UNCONN 0 0 [::]:5355 [::]:*
stderr: []
timeout: 10000
interface:
eth0:
exists: true
addrs:
- 10.121.38.70/24
- fe80::38c9:63ff:fe88:897a/64
mtu: 1500