Browse Source

uptime command correction

Colby Williams 4 năm trước cách đây
mục cha
commit
ec714cdab3
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      Patching Notes--CaaSP.md

+ 2 - 2
Patching Notes--CaaSP.md

@@ -109,7 +109,7 @@ salt caasp-splunk-sh system.reboot
 # Wait for it ...
 watch "salt caasp-splunk-sh status.uptime --out=txt"
 
-# Reboot one indexer at a time
+# Reboot one indexer at a time (ping optional)
 salt caasp-splunk-idx-i-0b66b9 test.ping --out=txt
 date; salt caasp-splunk-idx-i-0b66b9 system.reboot
 
@@ -151,7 +151,7 @@ salt 'caasp-splunk-idx-i-*' status.uptime --out=txt
 #### Ensure all Splunk instances have been rebooted
 
 ```
-salt 'caasp-splunk-*' system.uptime --out=txt
+salt 'caasp-splunk-*' status.uptime --out=txt
 ```
 
 #### Step 2 (Day 2): Reboot Kali, Jenkins, Vault, the Bastion, OSCDNS, and Salt Master