Skip to content

2. Scraping external mirrors & Tor node #4

Description

@ksobrenat32

Snippet (values.yaml for Prometheus):

prometheus:
  prometheusSpec:
    additionalScrapeConfigs:
      - job_name: "mirror-servers"
        static_configs:
          - targets: ["mirror1.example.org:9100", "mirror2.example.org:9100"]

      - job_name: "tor-node"
        metrics_path: /metrics
        static_configs:
          - targets: ["tor-node.example.org:9151"]

Research:

  • How to expose node_exporter/nginx exporter on external servers securely (systemd service, TLS, firewall).
  • Tor MetricsPort security (using MetricsPortPolicy or firewall to only allow Prometheus).
  • Blackbox exporter configuration for probing HTTP endpoints.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions