Skip to main content

Network + TLS diagnostics

v0.1.7

DNS lookups, reachability probes, TLS certificate inspection, and HTTP timing tests. All read-only. Use for "is X reachable?" and "what's the cert expiry on Y?" questions.

13 allowed by default
Pack ID
network-tls
Vendor
emisar
OS
linux
Actions
13
Required binaries. Install these on the host before relying on the pack — an action that calls a missing one fails at run time.
curl dig mtr openssl ping whois

Install

emisar pack install validates the pack and verifies its content hash before copying it into /etc/emisar/packs. The --hash below pins the install to the exact bytes on this page — a tampered copy is rejected. After install, reload the runner; it re-reads the catalog and advertises every action.

content hash: sha256:afa64ac7a0b6d6766fdb5c48543ccc67823e90c6de0446683d4ab9eb4620f56c

on the runner host
sudo emisar pack install network-tls \
  --hash sha256:afa64ac7a0b6d6766fdb5c48543ccc67823e90c6de0446683d4ab9eb4620f56c \
  --dest /etc/emisar/packs

# Reload so the runner re-reads the catalog:
sudo systemctl reload emisar

Actions 13 total

View on GitHub