NFS server + client

v0.1.3

Inspect a host's NFS exports, mounted shares, RPC state, active client connections. Plus one narrow operator action (exportfs -r). Read-only except the re-export.

Pack ID
nfs
Vendor
emisar
OS
linux
Actions
9

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:adcdf896cb1c34c85e99838d516d72d12d11fca9f77cb0a1d0e5748c11c09461

on the runner host
sudo emisar pack install nfs \
  --hash sha256:adcdf896cb1c34c85e99838d516d72d12d11fca9f77cb0a1d0e5748c11c09461 \
  --dest /etc/emisar/packs

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

Actions 9 total

View on GitHub