-
Notifications
You must be signed in to change notification settings - Fork 18
Description
Problem
Currently every new node connected to Netdata cloud is added to the all nodes room and then its up to the user to create custom rooms and organize the infrastructure how they see fit.
It would be useful if certain kinds of nodes can be auto-grouped together into a pre-built auto-room within Netdata (special kind of rooms that are different from user created rooms)
Description
It would be useful if certain kinds of nodes can be auto-grouped together into a pre-built room within Netdata (special kind of rooms that are different from user created rooms) - this would be especially beneficial for users with large spaces (with many thousands of nodes).
For example:
- Network devices room: All SNMP vnodes should be automatically added to a Network Devices or SNMP room
- Kubernetes room(s): There should be a Kubernetes room, or a room per Kubernetes cluster auto-created. This is a better way of handling Kubernetes than a dedicated tab inside each room.
These 2 are the obvious ones to start with but there could be other kinds of auto-rooms as well:
- Windows devices
- Database nodes
This feature will reduce the dependency on creating custom tabs for everything (which is heading towards eventual no-space-for-new-tabs)
Also there should be the option to decide what tabs are visible in these auto-rooms, for example in Network devices (SNMP) room we might have (in the future) a dedicated tab for Network Topology viewer, SNMP traps, Flow monitoring etc.
Importance
must have
Value proposition
- Better usability
- Necessary for clear visualization of SNMP Network devices
Proposed implementation
No response