I`m trying to display switch status in Grafana.
To get the data I am using prometheus and smtp_exporter.
I am able to access the data in Grafana. The probem is when I try to get a table with the status, I get the same IP several times in the table view.
im using this query:
max_over_time(up{job="snmp"}[5m])
I have also just tried with:
up{job="snmp"}
I have also added series to row.
Is there any way to avoid this / filter it?