SlackBuilds Repository

15.0 > Network > node_exporter (1.8.2)

Node exporter is a Go program that collects and exports metrics from
*NIX kernels to Prometheus. It supports various collectors for CPU,
disk, network, filesystem, and more.

To have the node_exporter daemon start with your host,
add to /etc/rc.d/rc.local:

if [ -x /etc/rc.d/rc.node_exporter ]; then
/etc/rc.d/rc.node_exporter start
fi

To enable TLS, create file /etc/node_exporter/web.yml containing:

tls_server_config:
cert_file: /etc/node_exporter/node_exporter.crt
key_file: /etc/node_exporter/node_exporter.key

and place key and cert to the same directory.
In /etc/default/node_exporter modify NODE_EXPORTER_ARGS to:

NODE_EXPORTER_ARGS="--web.config.file=/etc/node_exporter/web.yml"


NOTE: google-go-lang is only needed at compile time - not needed for
runtime.

This requires: google-go-lang

Maintained by: Petr Valenta
Keywords: prometheus,node exporter,monitoring
ChangeLog: node_exporter

Homepage:
https://github.com/prometheus/node_exporter

Source Downloads:
node_exporter-1.8.2.tar.gz (096bfaf7a902b105288b616cc3215d63)

Download SlackBuild:
node_exporter.tar.gz
node_exporter.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Validated for Slackware 15.0

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2025 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds