2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-03 03:50:08 +00:00

6 lines
155 B
Plaintext

start:rvitals_outputs_format_checking
description: Check the output formats of rvitals
cmd:rvitals $$CN | grep -v -E '^[^:]+:[^:]+:[^:]+$'
check:rc==1
end