I'm not sure if this question belongs in this group. I apologieze if it's not.
In harvest, I try to create an alert that sends a message when:
node NFS latency > 5m, and the disk type is {eq. SAS, SSD or HDD}
I thought it would be something like (node_nfs_latency > 1) and disk_labels{type="ssd_nvm"}, but that does not work.
is this even possible? Does someone knwo how to get this from Harvest?