Systems and Operations

Documenting systems administration and network operations procedures

One of the original use cases behind this work was wanting to document the procedures used in systems administration and network operations. This example shows a simple list of such tasks:

local_network :

# Local Network Connectivity

Establish that the local network environment is functioning.

    1.  Check physical network interface { exec(
        ```bash
            ip addr
        ```
        ) } and look for eth0 being marked UP.
    2.  Check local network connectivity
    3.  Check local DHCP is working
    4.  Check local DNS responding
    5.  Verify reachability of local network gateway

NetworkProbe.tq