Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
CLI commands for Loft interface monitoring — watch directories, check status, view alerts, and generate reports.
pidgeon loft watch --directory <path> [options]
--directory <path>
--profile <name>
--file-pattern <glob>
*.hl7
# Watch a Mirth output directory pidgeon loft watch --directory /var/mirth/outbound/er --profile epic_er # Watch with custom file pattern pidgeon loft watch --directory /var/loft/lab --file-pattern "*.txt"
pidgeon loft status
pidgeon loft alerts [options]
--severity <level>
critical
warning
info
--since <duration>
24h
1h
12h
7d
# View critical alerts from the last 6 hours pidgeon loft alerts --severity critical --since 6h # View all recent alerts pidgeon loft alerts --since 1h
pidgeon loft report [options]
--format <fmt>
text
html
json
# Text report for the last 24 hours pidgeon loft report # HTML report for the last week pidgeon loft report --format html --since 7d --output report.html