From 3412ef82aec8e96e303190006d394b42c5bbafa8 Mon Sep 17 00:00:00 2001 From: Louis Depres Date: Thu, 17 Mar 2022 09:32:52 +0100 Subject: [PATCH] Fichier Goss --- sv/goss.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 sv/goss.yaml 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