Skip to content

node_exporter job from node-exporter/1.0.0

Github source: 412d59ec or master branch

Properties

node_exporter

collector

diskstats_ignored_devices

Regexp of devices to ignore for diskstats

filesystem_ignored_fs_types

Regexp of filesystem types to ignore for filesystem collector

filesystem_ignored_mount_points

Regexp of mount points to ignore for filesystem collector

netdev_ignored_devices

Regexp of net devices to ignore for netdev collector

ntp_server

NTP server to use for ntp collector

ntp_version

NTP protocol version

procfs

procfs mountpoint

sysfs

sysfs mountpoint

systemd_private

Establish a private, direct connection to systemd without dbus

systemd_unit_blacklist

Regexp of systemd units to blacklist. Units must both match whitelist and not match blacklist to be included

systemd_unit_whitelist

Regexp of systemd units to whitelist. Units must both match whitelist and not match blacklist to be included

collectors

enabled

Comma-separated list of collectors to use

log_format

If set use a syslog logger or JSON logging

log_level

Only log messages with the given severity or above. Valid levels: [debug, info, warn, error, fatal]

web

port

Port on which to expose metrics and web interface

Default
"9100"
telemetry_path

Path under which to expose metrics

Templates

Templates are rendered and placed onto corresponding instances during the deployment process. This job's templates will be placed into /var/vcap/jobs/node_exporter/ directory (learn more).

  • bin/node_exporter_ctl (from bin/node_exporter_ctl)
  • config/role.prom (from config/role.prom)

Packages

Packages are compiled and placed onto corresponding instances during the deployment process. Packages will be placed into /var/vcap/packages/ directory.