Monitoring configuration parameters

Prometheus settings

 

Group Parameter Description Default value

 — 

scrape_interval

Specifies how frequently to scrape targets

1m

 — 

scrape_timeout

Specifies how long to wait until a scrape request times out

10s

 — 

Password for Grafana connection

Password of a Grafana user (admprom_grafana) to connect to Prometheus

 — 

 — 

Prometheus users to login/logout to Prometheus

User credentials for logging into the Prometheus web interface

 — 

Service parameters

config.file

Path to the Prometheus server configuration file

/etc/admprom/prometheus/prometheus.yml

web.config.file

Specifies which web configuration file to load. The file is written in YAML format

/etc/admprom/prometheus/prometheus-auth.yml

storage.tsdb.path

Path to the Prometheus server database

/var/lib/admprom/prometheus

web.listen-address

Address to access the Prometheus web interface

0.0.0.0:11200

web.console.libraries

Path to console management libraries

/usr/share/admprom/prometheus/console_libraries

web.console.templates

Path to Prometheus server console templates

/usr/share/admprom/prometheus/consoles

storage.tsdb.retention.time

Specifies how long to retain samples in the storage. Supported units: y, w, d, h, m, s, ms

15d

Grafana settings

 

Parameter Description Default value

Grafana administrator’s password

Password of a Grafana administrator user

 — 

Grafana listen port

Port to access the Grafana web interface

11210

Node Exporter settings

 

Parameter Description Default value

Listen port

Port to access ADPS host system metrics in the Prometheus format

11203

Metrics endpoint

Endpoint to which the Node Exporter exports system metrics in the Prometheus format

/metrics

SSL configuration

 

Parameter Description Default value

[Prometheus] → Enable SSL

Defines whether SSL is enabled for Prometheus

false

[Prometheus] → Certificate file

Path to the Prometheus server SSL certificate file in the PEM format

/etc/admprom/prometheus/server.crt

[Prometheus] → Private key file

Path to the private key file of the Prometheus server SSL certificate

/etc/admprom/prometheus/server.key

[Prometheus] → Certificate authority file

Path to the certificate authority file

/etc/admprom/prometheus/ca.crt

[Grafana] → Enable SSL

Defines whether SSL is enabled for Grafana

false

[Grafana] → Certificate file

Path to the Grafana server SSL certificate file in the PEM format

/etc/admprom/grafana/server.crt

[Grafana] → Private key file

Path to the private key file of the Grafana server SSL certificate

/etc/admprom/grafana/server.key

[Grafana] → Certificate authority file

Path to the certificate authority file

/etc/admprom/grafana/ca.crt

[Node-exporter] → Enable SSL

Defines whether SSL is enabled for Node Exporter

false

[Node-exporter] → Certificate file

Path to the Node Exporter server SSL certificate file in the PEM format

/etc/ssl/server.crt

[Node-exporter] → Private key file

Path to the private key file of the Node Exporter server SSL certificate

/etc/ssl/server.key

Set SSL rights for certs/key

Enables changing the owner and permissions to the SSL certificate and key files

false

Scrape config for Solr (solr_scraper.yml)

 

Parameter Description Default value

job_name

The name of the job within which metrics will be collected

solr-exporter

scrape_interval

Specifies how frequently to scrape targets

 — 

scrape_timeout

Specifies how long to wait until a scrape request times out. Cannot be greater than the value of the scrape_interval parameter

 — 

insecure_skip_verify

Disables validation of the server certificate

false

Scrape config for Ranger admin (ranger_admin_scraper.yml)

 

Parameter Description Default value

job_name

The name of the job within which metrics will be collected

ranger_admin

scrape_interval

Specifies how frequently to scrape targets

 — 

scrape_timeout

Specifies how long to wait until a scrape request times out. Cannot be greater than the value of the scrape_interval parameter

 — 

insecure_skip_verify

Disables validation of the server certificate

false

Scrape config for Ranger kms (ranger_kms_scraper.yml)

 

Parameter Description Default value

job_name

The name of the job within which metrics will be collected

ranger_kms

scrape_interval

Specifies how frequently to scrape targets

 — 

scrape_timeout

Specifies how long to wait until a scrape request times out. Cannot be greater than the value of the scrape_interval parameter

 — 

insecure_skip_verify

Disables validation of the server certificate

false

Scrape config for Ranger usersync (ranger_usersync_scraper.yml)

 

Parameter Description Default value

job_name

The name of the job within which metrics will be collected

ranger_usersync

scrape_interval

Specifies how frequently to scrape targets

 — 

scrape_timeout

Specifies how long to wait until a scrape request times out. Cannot be greater than the value of the scrape_interval parameter

 — 

insecure_skip_verify

Disables validation of the server certificate

false

Scrape config for OpenBao (openbao_scraper.yml)

 

Parameter Description Default value

job_name

The name of the job within which metrics will be collected

openbao-internal

scrape_interval

Specifies how frequently to scrape targets

 — 

scrape_timeout

Specifies how long to wait until a scrape request times out. Cannot be greater than the value of the scrape_interval parameter

 — 

insecure_skip_verify

Disables validation of the server certificate

false

bearer_token

Token to authenticate with against OpenBao server. Mutually exclusive with bearer_token_file

 — 

bearer_token_file

Location of the file containing bearer_token. The Prometheus user must have read permission for this file. Mutually exclusive with bearer_token

 — 

Found a mistake? Seleсt text and press Ctrl+Enter to report it