Involved Projects and Packages
Ceph is a distributed object store and file system designed to provide excellent performance, reliability and scalability. For more information see http://ceph.com/
For Ceph on openSUSE specifically, see https://en.opensuse.org/openSUSE:Ceph
Image containing Prometheus Node Exporter
Image containing Prometheus Alertmanager
Image containing Prometheus Node Exporter
Image containing Prometheus server
Image containing Prometheus Node Exporter
The prometheus-snmp_notifier receives alerts from the Prometheus Alertmanager and routes them as SNMP traps.
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.
Prometheus exporter for hardware and OS metrics exposed by *NIX kernels, written in Go with pluggable metric collectors.
Prometheus's main features are:
- a multi-dimensional data model (time series identified by metric name and key/value pairs)
- a flexible query language to leverage this dimensionality
- no reliance on distributed storage; single server nodes are autonomous
- time series collection happens via a pull model over HTTP
- pushing time series is supported via an intermediary gateway
- targets are discovered via service discovery or static configuration
- multiple modes of graphing and dashboarding support
The Prometheus Utility Tool is used by the Prometheus project to build other components.
A graph and dashboard builder for visualizing time series metrics.
Grafana provides ways to create, explore, and share
dashboards and data with teams.
The blackbox exporter allows blackbox probing of endpoints over
HTTP, HTTPS, DNS, TCP and ICMP.