31 lines
836 B
Markdown
31 lines
836 B
Markdown
# Discovery Design
|
|
|
|
Guided discovery is a core InfraPulse workflow.
|
|
|
|
```text
|
|
Add target
|
|
Choose target type
|
|
Enter address and credentials
|
|
Test connection
|
|
Discover available items
|
|
Show friendly list of discovered items
|
|
User selects what to monitor
|
|
User selects what should alert
|
|
Create monitors and optional alert rules
|
|
```
|
|
|
|
## Monitor vs Alert Separation
|
|
|
|
InfraPulse must allow monitoring without alerting. Every discovered item should eventually support separate choices:
|
|
|
|
- Collect metric
|
|
- Graph metric
|
|
- Show on dashboard
|
|
- Alert on condition
|
|
|
|
This prevents every monitor from automatically becoming an alert source.
|
|
|
|
## Friendly SNMP
|
|
|
|
The normal UI must not show raw OIDs. SNMP profiles should translate implementation details into friendly labels such as interface names, traffic counters, status, errors, uptime, CPU, and memory.
|