mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-21 05:25:32 +00:00
update to remove ntp check
This commit is contained in:
@ -37,7 +37,8 @@ check:output=~booted
|
||||
cmd:xdsh $$CN date
|
||||
check:rc==0
|
||||
check:output=~\d\d:\d\d:\d\d
|
||||
cmd:xdsh $$CN service ntpd status
|
||||
check:rc==0
|
||||
check:output=~running
|
||||
#comment for futher discussion.
|
||||
#cmd:xdsh $$CN service ntpd status
|
||||
#check:rc==0
|
||||
#check:output=~running
|
||||
end
|
||||
|
@ -58,9 +58,10 @@ check:output=~\d\d:\d\d:\d\d
|
||||
cmd:xdsh $$CN mount
|
||||
check:rc==0
|
||||
cmd:sleep 120
|
||||
cmd:xdsh $$CN service ntpd status
|
||||
check:rc==0
|
||||
check:output=~running
|
||||
#comment for further discussion
|
||||
#cmd:xdsh $$CN service ntpd status
|
||||
#check:rc==0
|
||||
#check:output=~running
|
||||
cmd:ping $$CN -c 3
|
||||
check:rc==0
|
||||
check:output=~64 bytes from $$CN
|
||||
|
Reference in New Issue
Block a user