31 Jan 2020 10:54 PM - last edited on 18 May 2023 03:15 PM by Michal_Gebacki
Does the Dynatrace SNMP Polling Extension Plugin (https://github.com/BraydenNeale/Dynatrace-SNMP) support Check Point 15400 firewall?
If not, what is the way to request the inclusion of new appliances in this plugin?
Solved! Go to Solution.
05 Feb 2020 05:54 PM
If it does not work for you I think you should rise new issue in Github.
Sebastian
28 Feb 2020 07:29 AM
In general with plugins you need to define your metrics before collecting them. At the moment the plugin sdk does not allow you to push any metric to Dynatrace that has not been previously defined in the plugin.
As far as I remember, the Dynatrace SNMP plugin collects only basic general metrics from generic MIBs. If you need to collect other metrics, you need to fork the plugin, define the metrics in the plugin.json file, modify the plugin and upload it.
If you are OK with the metrics the plugin already collects, then I'm pretty sure it will work for you as the data is collected from generic SNMP MIBs.