-
python3-opentelemetry-exporter-prometheus-remote-write-0.46b0-1.lbn36.noarch
This library allows to export remote write metrics data to Prometheus.
Located in
LBN
/
…
/
Network Monitoring
/
BastionLinux 36
-
Grafana
BastionLinux/Grafana manual page
Located in
virtualmachines
-
prometheus-1.2.1-1.lbn19.x86_64
Prometheus is a systems and service monitoring system.
It collects metrics from configured targets at given intervals, evaluates
rule expressions, displays the results, and can trigger alerts if
some condition is observed to be true.
Located in
LBN
/
…
/
Big Data
/
BastionLinux 19
-
prometheus-alertmanager-0.3.0-1.git97eca6d.lbn19.x86_64
The Alertmanager handles alerts sent by client applications such as the Prometheus server. It
takes care of deduplicating, grouping, and routing them to the correct receiver integration
such as email, PagerDuty, or OpsGenie. It also takes care of silencing and inhibition of alerts.
Located in
LBN
/
…
/
Big Data
/
BastionLinux 19
-
prometheus-cli-0.3.0-1.gita5c0897.lbn19.x86_64
Usage:
prometheus-cli [flags] query <expression>
prometheus-cli [flags] query_range <expression> <end_timestamp> <range_seconds> [<step_seconds>]
prometheus-cli [flags] metrics
Flags:
-csv=true: Whether to format output as CSV
-csvDelimiter=";": Single-character delimiter to use in CSV output
-server="": URL of the Prometheus server to query
-timeout=1m0s: Timeout to use when querying the Prometheus server
Located in
LBN
/
…
/
Big Data
/
BastionLinux 19
-
prometheus-promu-0.0.0-1.gitd007363.lbn19.x86_64
promu is the utility tool for Prometheus projects
Usage:
promu [flags]
promu [command]
Available Commands:
build Build a Go project
crossbuild Crossbuild a Go project using Golang builder Docker images
info Print info about current project and exit
release Upload tarballs to the Github release
tarball Create a tarball from the builded Go project
version Print the version and exit
Flags:
--config string Config file (default is ./.promu.yml)
-v, --verbose Verbose output
--viper Use Viper for configuration (default true)
Use "promu [command] --help" for more information about a command.
Located in
LBN
/
…
/
Big Data
/
BastionLinux 19
-
prometheus-pushgateway-0.3.0-1.gitc3b9ef4.lbn19.x86_64
The Prometheus Pushgateway exists to allow ephemeral and batch jobs to expose their metrics to Prometheus. Since these kinds of jobs may not exist long enough to be scraped, they can instead push their metrics to a Pushgateway. The Pushgateway then exposes these metrics to Prometheus.
The Pushgateway is explicitly not an aggregator, but rather a metrics cache. It does not have a statsd-like semantics. The metrics pushed are exactly the same as you would present for scraping in a permanently running program.
For machine-level metrics, the textfile collector of the Node exporter is usually more appropriate. The Pushgateway is best used for service-level metrics.
Located in
LBN
/
…
/
Big Data
/
BastionLinux 19
-
prometheus-snmp-exporter-0.0.5-1.lbn19.noarch
See https://github.com/prometheus/snmp_exporter/blob/master/README.md
for
documentation.
Located in
LBN
/
…
/
Big Data
/
BastionLinux 19
-
trickster-1.09-1.lbn25.x86_64
Trickster is a reverse proxy cache for the Prometheus HTTP APIv1 that dramatically
accelerates dashboard rendering times for any series queried from Prometheus.
Located in
LBN
/
…
/
Network Monitoring
/
BastionLinux 25
-
python3-netbox-plugin-prometheus-sd-1.2.0-1.lbn36.noarch
netbox-plugin-prometheus-sd
Provide Prometheus http_sd compatible API Endpoint with data from Netbox.
HTTP SD is a feature since Prometheus 2.28.0 that allows hosts to be found via a URL instead of just files.
This plugin implements API endpoints in Netbox to make devices, services, IPs and virtual machines available to Prometheus.
Compatibility
We aim to support the latest major versions of Netbox.
For now we support Netbox >= 4.0 including bugfix versions. Older versions may work, but without any guarantee.
Check the .github/workflows/ci.yml pipeline for the current tested builds.
Other versions may work, but we do not test them explicitly. All relevant target versions are tested in CI.
Installation
The plugin is available as a Python package in pypi and can be installed with pip
pip install netbox-plugin-prometheus-sd
Enable the plugin in /opt/netbox/netbox/netbox/configuration.py:
PLUGINS = ['netbox_prometheus_sd']
The plugin has not further plugin configuration.
Usage
Th
Located in
LBN
/
…
/
DevOps
/
BastionLinux 36