seqcli
seqcli copied to clipboard
Server Diagnostics Command
It'd be great if there was a way to get server diagnostics via Seq CLI. Info available at /#/settings/diagnostics.
Namely I'm interested in vital signs like free disk space.
Potentially these could be a part of node health or a new command.
Ideally output would be json for parsing from automated external health checks.
It looks like maybe this can be obtained from api/diagnostics although apparently not in dotnet api client
This sounds great 👍
node health (/health) is specific to the machine that receives the request, while /api/diagnostics is intended to be across the whole installation as much as possible - seems like something we could preserve in the CLI by splitting this across two commands.