diff --git a/sv/goss.yaml b/sv/goss.yaml new file mode 100644 index 0000000..dbea99d --- /dev/null +++ b/sv/goss.yaml @@ -0,0 +1,20 @@ +file: + /root/latest.sql.gz: + exists: true + mode: "0644" + owner: root + group: root + filetype: file +command: + crontab -l: + exit-status: 0 + stdout: + - 0 21 * * 1-7 /root/svbase + stderr: [] + timeout: 10000 + ssh ap22 hostname: + exit-status: 0 + stdout: + - ap22 + stderr: [] + timeout: 10000