Skip to content

Commit

Permalink
Merge pull request ceph#47305 from zdover23/wip-doc-2022-07-25-pr4600…
Browse files Browse the repository at this point in the history
…-cleanup

doc/monitoring: add min vers of apps in mon stack

Reviewed-by: Anthony D'Atri <[email protected]>
Reviewed-by: Ernesto Puerta <[email protected]>
  • Loading branch information
zdover23 authored Sep 13, 2022
2 parents 08ca416 + 367695f commit 23aa2be
Showing 1 changed file with 21 additions and 6 deletions.
27 changes: 21 additions & 6 deletions monitoring/ceph-mixin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,13 @@ In `dashboards_out` you can find a collection of
These dashboards are based on metrics collected
from [prometheus](https://prometheus.io/) scraping the [prometheus mgr
plugin](http://docs.ceph.com/en/latest/mgr/prometheus/) and the
[node_exporter](https://github.com/prometheus/node_exporter).
[node_exporter (0.17.0)](https://github.com/prometheus/node_exporter).


##### Recommended versions:
-grafana 8.3.5
-grafana-piechart-panel 1.6.2
-grafana-status-panel 1.0.11

#### Requirements

Expand All @@ -40,12 +46,19 @@ showMultiCluster: true,
clusterLabel: '<your cluster label>',
```

##### Recommended versions:
-prometheus v2.33.4

#### SNMP
Ceph provides a MIB (CEPH-PROMETHEUS-ALERT-MIB.txt) to support sending Prometheus
alerts through to an SNMP management platform. The translation from Prometheus
alert to SNMP trap requires the Prometheus alert to contain an OID that maps to
a definition within the MIB. When making changes to the Prometheus alert rules
file, developers should include any necessary changes to the MIB.
Ceph provides a MIB (CEPH-PROMETHEUS-ALERT-MIB.txt) to support sending
Prometheus alerts to an SNMP management platform. The translation from
Prometheus alert to SNMP trap requires the Prometheus alert to contain an OID
that maps to a definition within the MIB. When making changes to the Prometheus
alert rules file, developers should include any necessary changes to the MIB.


##### Recommended:
-alertmanager 0.16.2

### Building from Jsonnet

Expand All @@ -59,3 +72,5 @@ To rebuild all the generated files, you can run `tox -egrafonnet-fix`.
The jsonnet code located in this directory depends on some Jsonnet third party
libraries. To update those libraries you can run `jb update` and then update
the generated files using `tox -egrafonnet-fix`.

##### Any upgrade or downgrade to different major versions of the recommended tools mentioned above is not supported.

0 comments on commit 23aa2be

Please sign in to comment.