Skip to content

System Information - Process Steps

Check Available Disk Space

Ensure that there is enough available disk space.

NameTypeDescriptionRequired
Available Space(kB)StringThe minimum space in kilo-bytes for this step to pass.Yes
PathStringThe path to check disk space for. (i.e. For Windows C:, For *nix /mntpointYes

Check Connectivity

Ensure that a TCP connection can be made to a given host and port from this machine.

NameTypeDescriptionRequired
HostnameStringThe hostname or IP of the machine to try to connect to.Yes
Interval(seconds)StringThe inteval in seconds between retries.Yes
PortStringThe port to try to connect to.Yes
RetriesStringThe number of time to retry the connection.Yes

Check Environment Variable

Ensure that an environment variable is set to an expected value.

NameTypeDescriptionRequired
ValueStringThe expected value of the variable. Leave blank if you just want to check the var is set without checking value.No
Variable NameStringThe name of the variable to check for.Yes

Check Regex

Check if a value matches a Regex. If it does the matched groups will be set as output properties with the names group0, group1, etc.

NameTypeDescriptionRequired
RegexStringThe regex to try to match.Yes
ValueStringThe value you want to check the regex against.Yes