21 Feb 2019 10:33 AM
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
Solved! Go to Solution.
21 Feb 2019 02:44 PM
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
06 Mar 2019 11:42 PM - last edited on 16 Oct 2023 03:47 PM by random_user
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
07 Mar 2019 06:29 AM
Thank you very much )
09 Oct 2019 01:52 AM
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...
14 Oct 2019 11:52 AM
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.
09 Oct 2019 06:33 AM
Awesome. Was trying to do the same, but you have done it.
Thanks a lot
07 Mar 2019 04:05 AM
Just to show off 🙂
SNMP ---> Perl script ---> DT Server timeseries API