(⎈ |local:default)
prologic@Jamess-iMac
Sat Feb 20 12:24:53
~/Projects/shops
(master) 0
$ ./shops -f ./test.yml 10.0.0.50
10.0.0.50:22:
Ensure /root/foo exists ✅ -> /root/foo
Check Uptime ✅ -> 02:24:56 up 18 days, 42 min, 0 users, load average: 0.00, 0.00, 0.00
(⎈ |local:default)
prologic@Jamess-iMac
Sat Feb 20 12:24:53
~/Projects/shops
(master) 0
$ ./shops -f ./test.yml 10.0.0.50
10.0.0.50:22:
Ensure /root/foo exists ✅ -> /root/foo
Check Uptime ✅ -> 02:24:56 up 18 days, 42 min, 0 users, load average: 0.00, 0.00, 0.00
test.yml
config looks like this:
---
version: 1
items:
- name: Ensure /root/foo exists
check: ls /root/foo
action: touch /root/foo
- name: Check Uptime
check: false
action: uptime
test.yml
config looks like this:
---
version: 1
items:
- name: Ensure /root/foo exists
check: ls /root/foo
action: touch /root/foo
- name: Check Uptime
check: false
action: uptime
test.yml
config looks like this:\n\n\n---\nversion: 1\n\nitems:\n - name: Ensure /root/foo exists\n check: ls /root/foo\n action: touch /root/foo\n - name: Check Uptime\n check: false\n action: uptime\n
test.yml
config looks like this:\n\n\n---\nversion: 1\n\nitems:\n - name: Ensure /root/foo exists\n check: ls /root/foo\n action: touch /root/foo\n - name: Check Uptime\n check: false\n action: uptime\n