Ping an address

Installation type Difficulty to do this

Running as a Systemd service

Easy

Running in a container

Easy

Example config.yaml

actions:
    # This sends 1 ping to google.com.
  - title: ping google.com
    shell: ping google.com -c 1
    icon: ping
    timeout: 3