diff --git a/prod/goss.yaml b/prod/goss.yaml new file mode 100644 index 0000000..9406962 --- /dev/null +++ b/prod/goss.yaml @@ -0,0 +1,56 @@ +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