Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PROM_URL | No | The default Prometheus server URL used as a fallback. | |
| PROM_ENV_URLS | No | A JSON string mapping environment names (e.g., prod, dev_test, dr) to their respective Prometheus URLs. Example: {"prod":"http://...:9090"} | |
| ALERT_CRIT_PCT | No | The threshold percentage for critical alerts. | 95 |
| ALERT_WARN_PCT | No | The threshold percentage for warning alerts. | 85 |
| PROM_TIMEOUT_SEC | No | Query timeout in seconds for Prometheus requests. | 15 |
| PROM_BEARER_TOKEN | No | Bearer token for Prometheus authentication if required. | |
| ALERT_SUSTAIN_MINUTES | No | The duration in minutes an alert condition must be sustained. | 5 |
| PROM_MAX_PARALLEL_CHECKS | No | The maximum number of checks to run in parallel. | 6 |
| PROM_MAX_SAMPLES_PER_SERIES | No | Maximum number of samples allowed per series for Prometheus queries. | 5000 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |