atef.tools

Functions

get_result_value_by_key(result, key)

Retrieve the value indicated by the dotted key name from the ToolResult.

Classes

Ping(hosts, count, encoding)

Tool for pinging one or more hosts and summarizing the results.

PingResult(result, alive, num_alive, ...)

The result dictionary of the 'ping' tool.

Tool()

Base class for atef tool checks.

ToolResult(result)

The base result dictionary of any tool.