-
Notifications
You must be signed in to change notification settings - Fork 22
Description
Is your feature request related to a problem?
When configuring SNMP polling on a switch/router for a given interface, we currently assume that the operator already knows the OID and OID type before hand and would be able to supply that to create a working configuration. In other words, you have to know everything and basically manually collect that information, go into the ServiceRadar SNMP poller settings UI or wherever you are going to go to configure these settings.. We need to first figure out the flow here for how we're going to easily let a user setup SNMP metrics collection.
- User adds a network device
- User elects to configure SNMP metrics collection on device by choosing a device from the device UI and configuring ad-hoc per-device SNMP settings
- User creates profiles in settings UI using SRQL queries to come up with the target group of devices with pre-configured SNMP metrics polling settings, one could envision a profile for all Cisco Routers, or all Cisco Routers in EMEA, or all Aruba Switches in APAC
- Each profile would use a different set of SNMP credentials, stored with AshCloak (encrypted at rest)
- During Profile creation, Operators can choose the schedule
- Need to re-use the same UI to set all this up for a group of devices, or just one device if a user is 'Editing' a device
- Update Device Details UI to allow Edits #2292
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.