ibotty/prometheus-exporters
Project ID: 13036
Description
This is obsoleted by node-exporter in fedora and EPEL.
Exporters to be used with prometheus. For now only includes node_exporter.
Installation Instructions
Installing the repository
RHEL/CentOS
on Centos/RHEL 7:
# curl -Lo /etc/yum.repos.d/_copr_ibotty-prometheus-exporters.repo https://copr.fedorainfracloud.org/coprs/ibotty/prometheus-exporters/repo/epel-7/ibotty-prometheus-exporters-epel-7.repo
on Centos/RHEL 8:
# curl -Lo /etc/yum.repos.d/_copr_ibotty-prometheus-exporters.repo https://copr.fedorainfracloud.org/coprs/ibotty/prometheus-exporters/repo/epel-8/ibotty-prometheus-exporters-epel-8.repo
Then install node-exporter.
# yum install node_exporter
Fedora
# dnf copr enable ibotty/prometheus-exporters
# dnf install node_exporter
Textfile exporter
By default (if you don't configure node_exporter in /etc/sysconfig/node_exporter differently), it will export any files with .prom
extension in /var/lib/node_exporter/textfile_collector/
. There are some example scripts in /usr/share/doc/golang-github-prometheus-node_exporter-*/text_collector_examples
. You will only need to add them to a cron job.
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
![]() |
x86_64 (421265)* | EPEL 7 (3189167 downloads) |
![]() |
aarch64 (1676)*, x86_64 (28743)* | EPEL 8 (16038 downloads) |
![]() |
aarch64 (7)*, armhfp (3)*, x86_64 (86)* | Fedora 35 (0 downloads) |
![]() |
aarch64 (9)*, armhfp (3)*, i386 (3)*, x86_64 (167)* | Fedora 36 (0 downloads) |
![]() |
aarch64 (3)*, i386 (3)*, x86_64 (33)* | Fedora 37 (73 downloads) |
![]() |
aarch64 (3)*, i386 (3)*, x86_64 (5)* | Fedora 38 (14 downloads) |
![]() |
aarch64 (3)*, i386 (3)*, x86_64 (3)* | Fedora rawhide (375 downloads) |
* Total number of packages downloaded in the last seven days.
Last Build
Quick Enable
#> dnf copr enable ibotty/prometheus-exporters
More info about enabling Copr repositories