ilovepancakes95 / idrac_snmp-grafana

SNMP Based Dashboard to Monitor Dell Hosts via iDRAC
https://grafana.com/grafana/dashboards/12106
Other
139 stars 36 forks source link

Struggling to get this to work on Dell servers #12

Closed G0nz0uk closed 3 years ago

G0nz0uk commented 4 years ago

Hello,

I was wondering if I need to download any mibs to get this to work? We use Idrac 8 and 9s with snmp v1.

I'm already using Grafana, Telegraf and InfluxDB to monitor other systems, but can't get this to work.

I created a new dracs.conf and added this and restarted grafana and telegraf and I don't see much.

I put your config in from https://grafana.com/grafana/dashboards/12106 and just added 1 server:

[[inputs.snmp]] agents = [ "https://10.119.1.111:161" ] version = 1 community = "public" name = "idrac-hosts"

What could I be doing wrong?

Thanks

coolguy1771 commented 4 years ago

take https:// out

ilovepancakes95 commented 4 years ago

Can you try without the https? Only IP address and port should be in there. And it definitely is not HTTPS access anyway, it's snmp over port 161.

G0nz0uk commented 4 years ago

Perfect silly me, all working, I saw url and thought I needed to use that. Love your dashboard!!

G0nz0uk commented 4 years ago

One last thing, 2 drac cards I imported had the wrong name, so I've gone into the Drac cards and updated this info and they have come in as fresh devices but look good, however the old names are still there and it I delete them from the dashboard they come back, any ideas how to predominately remove them?

edit: fixed using

image

The only other issue is I'm trying to sort this gaps in the lines so it's either green or red, any ideas?

image

ilovepancakes95 commented 4 years ago

I see gaps on mine if I make the time interval for that dashboard something short like 5 minutes or 10 minutes. The longer the period, the gaps aren't noticeable since they get so small. But, if you prefer to use shorter time periods like that for your dashboard I believe the gap spacing or size of bars essentially can be customized in the panels settings.

Slitzo3 commented 3 years ago

Does any one know how to solve this issue?

Error in plugin: agent 10.0.10.25:161: gathering table idrac-hosts: performing bulk walk for field bios-version: reconn ecting: SecurityParameters.UserName is required

coolguy1771 commented 3 years ago

Are you using SNMP v3?