seqcli icon indicating copy to clipboard operation
seqcli copied to clipboard

Server Diagnostics Command

Open thnk2wn opened this issue 2 years ago • 1 comments

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

thnk2wn avatar Nov 29 '22 14:11 thnk2wn

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.

nblumhardt avatar Jan 20 '23 03:01 nblumhardt