{"id":39252047,"url":"https://github.com/rolehippie/exporters","last_synced_at":"2026-01-18T00:05:26.769Z","repository":{"id":39603280,"uuid":"327935787","full_name":"rolehippie/exporters","owner":"rolehippie","description":"Ansible role to configure some Prometheus exporters","archived":false,"fork":false,"pushed_at":"2025-12-22T09:43:22.000Z","size":310,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-23T19:51:09.718Z","etag":null,"topics":["ansible","ansible-role","hacktoberfest","role"],"latest_commit_sha":null,"homepage":"","language":"Nix","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rolehippie.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-01-08T15:10:28.000Z","updated_at":"2025-12-22T09:43:25.000Z","dependencies_parsed_at":"2025-11-27T09:11:14.203Z","dependency_job_id":null,"html_url":"https://github.com/rolehippie/exporters","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/rolehippie/exporters","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rolehippie%2Fexporters","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rolehippie%2Fexporters/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rolehippie%2Fexporters/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rolehippie%2Fexporters/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rolehippie","download_url":"https://codeload.github.com/rolehippie/exporters/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rolehippie%2Fexporters/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28523068,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T23:53:28.710Z","status":"ssl_error","status_checked_at":"2026-01-17T23:52:20.131Z","response_time":85,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ansible","ansible-role","hacktoberfest","role"],"created_at":"2026-01-18T00:05:26.692Z","updated_at":"2026-01-18T00:05:26.747Z","avatar_url":"https://github.com/rolehippie.png","language":"Nix","funding_links":[],"categories":[],"sub_categories":[],"readme":"# exporters\n\n[![Source Code](https://img.shields.io/badge/github-source%20code-blue?logo=github\u0026logoColor=white)](https://github.com/rolehippie/exporters)\n[![General Workflow](https://github.com/rolehippie/exporters/actions/workflows/general.yml/badge.svg)](https://github.com/rolehippie/exporters/actions/workflows/general.yml)\n[![Readme Workflow](https://github.com/rolehippie/exporters/actions/workflows/docs.yml/badge.svg)](https://github.com/rolehippie/exporters/actions/workflows/docs.yml)\n[![Galaxy Workflow](https://github.com/rolehippie/exporters/actions/workflows/galaxy.yml/badge.svg)](https://github.com/rolehippie/exporters/actions/workflows/galaxy.yml)\n[![License: Apache-2.0](https://img.shields.io/github/license/rolehippie/exporters)](https://github.com/rolehippie/exporters/blob/master/LICENSE)\n[![Ansible Role](https://img.shields.io/badge/role-rolehippie.exporters-blue)](https://galaxy.ansible.com/rolehippie/exporters)\n\nAnsible role to configure some Prometheus exporters.\n\n## Sponsor\n\nBuilding and improving this Ansible role have been sponsored by my current and previous employers like **[Cloudpunks GmbH](https://cloudpunks.de)** and **[Proact Deutschland GmbH](https://www.proact.eu)**.\n\n## Table of contents\n\n- [Requirements](#requirements)\n- [Default Variables](#default-variables)\n  - [blackbox_exporter_arch](#blackbox_exporter_arch)\n  - [blackbox_exporter_args](#blackbox_exporter_args)\n  - [blackbox_exporter_download](#blackbox_exporter_download)\n  - [blackbox_exporter_version](#blackbox_exporter_version)\n  - [blackbox_extra_modules](#blackbox_extra_modules)\n  - [blackbox_general_modules](#blackbox_general_modules)\n  - [exporters_available_tasks](#exporters_available_tasks)\n  - [exporters_default_enabled](#exporters_default_enabled)\n  - [exporters_extra_enabled](#exporters_extra_enabled)\n  - [node_exporter_arch](#node_exporter_arch)\n  - [node_exporter_args](#node_exporter_args)\n  - [node_exporter_collector_directory](#node_exporter_collector_directory)\n  - [node_exporter_download](#node_exporter_download)\n  - [node_exporter_extra_collectors](#node_exporter_extra_collectors)\n  - [node_exporter_general_collectors](#node_exporter_general_collectors)\n  - [node_exporter_version](#node_exporter_version)\n- [Discovered Tags](#discovered-tags)\n- [Dependencies](#dependencies)\n- [License](#license)\n- [Author](#author)\n\n---\n\n## Requirements\n\n- Minimum Ansible version: `2.10`\n\n## Default Variables\n\n### blackbox_exporter_arch\n\nArchitecture of the release to install\n\n#### Default value\n\n```YAML\nblackbox_exporter_arch: \"{{ 'arm64' if ansible_architecture == 'aarch64' or ansible_architecture\n  == 'arm64' else 'amd64' }}\"\n```\n\n### blackbox_exporter_args\n\nList of arguments joined for the executable\n\n#### Default value\n\n```YAML\nblackbox_exporter_args: []\n```\n\n### blackbox_exporter_download\n\nURL to the archive of the release to install\n\n#### Default value\n\n```YAML\nblackbox_exporter_download: \n  https://github.com/prometheus/blackbox_exporter/releases/download/v{{ \n  blackbox_exporter_version }}/blackbox_exporter-{{ blackbox_exporter_version \n  }}.linux-{{ blackbox_exporter_arch }}.tar.gz\n```\n\n### blackbox_exporter_version\n\nVersion of the release to install\n\n#### Default value\n\n```YAML\nblackbox_exporter_version: 0.28.0\n```\n\n### blackbox_extra_modules\n\nExtra module configuration injected plain into the config\n\n#### Default value\n\n```YAML\nblackbox_extra_modules:\n```\n\n### blackbox_general_modules\n\nGeneral module configuration injected plain into the config\n\n#### Default value\n\n```YAML\nblackbox_general_modules:\n  http_2xx:\n    prober: http\n  post_2xx:\n    prober: http\n    http:\n      method: POST\n```\n\n### exporters_available_tasks\n\n#### Default value\n\n```YAML\nexporters_available_tasks:\n  - node\n  - blackbox\n```\n\n### exporters_default_enabled\n\nList of default enabled exporters\n\n#### Default value\n\n```YAML\nexporters_default_enabled:\n  - node\n```\n\n### exporters_extra_enabled\n\nList of available exporter tasks\n\n#### Default value\n\n```YAML\nexporters_extra_enabled: []\n```\n\n### node_exporter_arch\n\nArchitecture of the release to install\n\n#### Default value\n\n```YAML\nnode_exporter_arch: \"{{ 'arm64' if ansible_architecture == 'aarch64' or ansible_architecture\n  == 'arm64' else 'amd64' }}\"\n```\n\n### node_exporter_args\n\nList of arguments joined for the executable\n\n#### Default value\n\n```YAML\nnode_exporter_args: []\n```\n\n### node_exporter_collector_directory\n\nDirectory for static textfile collector\n\n#### Default value\n\n```YAML\nnode_exporter_collector_directory: /var/cache/node-exporter\n```\n\n### node_exporter_download\n\nURL to the archive of the release to install\n\n#### Default value\n\n```YAML\nnode_exporter_download: \n  https://github.com/prometheus/node_exporter/releases/download/v{{ \n  node_exporter_version }}/node_exporter-{{ node_exporter_version }}.linux-{{ \n  node_exporter_arch }}.tar.gz\n```\n\n### node_exporter_extra_collectors\n\nList of extra collectors to create\n\n#### Default value\n\n```YAML\nnode_exporter_extra_collectors: []\n```\n\n#### Example usage\n\n```YAML\nnode_exporter_extra_collectors:\n  - name: example\n    content: |\n      echo \"works\"\n    interval: 60\n    boot: 60\n    state: present\n  - name: example-from-url\n    url: http://example.com/script.txt\n    interval: 60\n    boot: 60\n  - name: example-from-template\n    src: path/to/template.j2\n    interval: 60\n    boot: 60\n  - name: remove-old-script\n    state: abbsent\n```\n\n### node_exporter_general_collectors\n\nList of general collectors to create\n\n#### Default value\n\n```YAML\nnode_exporter_general_collectors: []\n```\n\n#### Example usage\n\n```YAML\nnode_exporter_general_collectors:\n  - name: example\n    content: |\n      echo \"works\"\n    interval: 60\n    boot: 60\n    state: present\n  - name: example-from-url\n    url: http://example.com/script.txt\n    interval: 60\n    boot: 60\n  - name: example-from-template\n    src: path/to/template.j2\n    interval: 60\n    boot: 60\n  - name: remove-old-script\n    state: abbsent\n```\n\n### node_exporter_version\n\nVersion of the release to install\n\n#### Default value\n\n```YAML\nnode_exporter_version: 1.10.2\n```\n\n## Discovered Tags\n\n**_blackbox_**\n\n**_exporters_**\n\n**_node_**\n\n**_{{ exporters_available_tasks + ['exporters'] }}_**\n\n## Dependencies\n\n- None\n\n## License\n\nApache-2.0\n\n## Author\n\n[Thomas Boerger](https://github.com/tboerger)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frolehippie%2Fexporters","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frolehippie%2Fexporters","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frolehippie%2Fexporters/lists"}