Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server Diagnostics Command #263

Open
thnk2wn opened this issue Nov 29, 2022 · 1 comment
Open

Server Diagnostics Command #263

thnk2wn opened this issue Nov 29, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@thnk2wn
Copy link

thnk2wn commented Nov 29, 2022

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

@nblumhardt nblumhardt added the enhancement New feature or request label Jan 20, 2023
@nblumhardt
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants