-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

promtool


> Tooling for the Prometheus monitoring system.

More information.


Check if the config files are valid or not (if present report errors):

promtool check config {config_file.yml}

Check if the rule files are valid or not (if present report errors):

promtool check rules {rules_file.yml}

Pass Prometheus metrics over stdin to check them for consistency and correctness:

curl --silent {http://example.com:9090/metrics/} | promtool check metrics

Unit tests for rules config:

promtool test rules {test_file.yml}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 07:38:31 2024