Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example Grafana Dashboard / AlertManager Rules #37

Open
AlexDaichendt opened this issue Feb 18, 2023 · 3 comments
Open

Example Grafana Dashboard / AlertManager Rules #37

AlexDaichendt opened this issue Feb 18, 2023 · 3 comments

Comments

@AlexDaichendt
Copy link

Hey!

I'm sure this exporter was deployed by some people; does anyone have a pretty Grafana dashboard?
Furthermore, maybe someone could share their AlertManager rules.

I'm sure more people would love to have a basis to build upon.

@foi
Copy link

foi commented Mar 3, 2023

There are rules I use

name: GlusterVolumeVolumeNameIsNotStarted
expr: glusterfs_volume_brick_count{name="volume_name",state!="Started",type="Replicate"}
for: 30s
labels:
  severity: critical
annotations:
  summary: Gluster volume volume_name is not started (instance {{ $labels.instance }})
  
name: GlusterMissingBickInVolumeVolumeName
expr: glusterfs_subvol_up_bricks{subvol_index="0",volume_name="volume_name",volume_state="Started",volume_type="Replicate"} != 3
for: 30s
labels:
  severity: critical
annotations:
  summary: Some bricks are missing for volume_name (instance {{ $labels.instance }})

@bmgante
Copy link

bmgante commented May 15, 2023

Hi, really interested also in some grafana dashboard.
Any chance of dashboard from gluster/gluster-prometheus to work with metrics from this exporter?

https://grafana.com/grafana/dashboards/10041-glusterfs/

@rfakit
Copy link

rfakit commented Sep 28, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants