cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

SNMP monitoring in Dynatrace Managed

kirill_stepanov
Newcomer

Hello,

I have a network device that I would like to monitor using the SNMP protocol via Dynatrace Managed. What ways do you know to do it?
I found an example script on Github that selects properties and scalar metrics from a configured network device and sends them to Dynatrace

https://github.com/Dynatrace/dynatrace-api/tree/master/snmp

Has anyone tried to do this and what was the result?
If so, where and how is the information displayed in Dynatrace?

Thanks


7 REPLIES 7

skrystosik
DynaMight Guru
DynaMight Guru

I think for this purpose you need to create Custom Network Device:

https://www.dynatrace.com/news/blog/register-custo...

and push custom metrics via API:

https://www.dynatrace.com/support/help/extend-dyna...

Sebastian


Regards, Sebastian

brayden_neale
Dynatrace Helper
Dynatrace Helper

Hi Kiril,

Check my answer to this at:
https://community.dynatrace.com/questions/188522/snm...

I have developed a generic SNMP monitoring extension that you could use or adapt for this.
The information is displayed under - Technologies -> SNMP -> Device group -> Device name, but you can also use this data in custom charts.

Thanks,
Brayden


Thank you very much )


Hey @Brayden N. Holy cow your plugin is awesome.

With your kwnoledge, do you think it could be possible to check the Devices(IP's) to wich a Router is connected and create other devices as touchpoints? Kinda like create a smartscape of network devices...


Services Solution Engineer @PowerCloud - Observability/CloudOps Certified / Former SE @Dynatrace.

Thanks Dante,

I'm not sure on how to trace router connections in this way.
Dynatrace does have an API to add custom device endpoints though. So If you could somehow walk these connections, then you could add each device.


Awesome. Was trying to do the same, but you have done it.

Thanks a lot


imoskovko1
Inactive

Just to show off 🙂

SNMP ---> Perl script ---> DT Server timeseries API


Featured Posts