check_environment
Run environment checks to verify configuration, TLS, log whitelist, syslog, and database connectivity. Diagnose configuration issues and confirm all backends are reachable.
Instructions
Run a set of server-side environment checks and return their pass/fail status. Covers configuration validity, TLS setup, log file whitelist, syslog connectivity, and database connectivity.
When to use
Use to verify that the LogMCP server is configured correctly and that all configured backends are reachable. Useful when diagnosing why a tool is not working as expected, or after a configuration change.
Response
Array of check result objects, each with:
name— check identifier (e.g.config,tls,whitelist,syslog)ok— true if the check passed, false if it faileddetail— human-readable description of the result or error (omitted when empty)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||