Skip to content

Commit ab410cc

Browse files
authored
Update README.md
1 parent 41bbd54 commit ab410cc

1 file changed

Lines changed: 52 additions & 1 deletion

File tree

β€ŽREADME.mdβ€Ž

Lines changed: 52 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,55 @@
1-
# πŸ”± Trishul SNMP
1+
# πŸ”± Trishul-SNMP
2+
3+
**Replace 5+ SNMP tools with one modern platform**
4+
5+
- βœ… **Net-SNMP (CLI)** β†’ Web UI
6+
- βœ… **snmpsim** β†’ Custom OID simulator
7+
- βœ… **iReasoning ($500)** β†’ Free MIB browser
8+
- βœ… **snmptrapd** β†’ Real-time trap receiver
9+
- βœ… **Custom scripts** β†’ JSON/CSV export
10+
11+
**One container. Zero cost. Full control.**
12+
13+
---
14+
15+
## 🎯 What Trishul-SNMP Replaces
16+
17+
βœ… All Net-SNMP CLI tools (for testing)
18+
βœ… Paid MIB browsers (iReasoning, MG-SOFT)
19+
βœ… SNMP simulators (snmpsim, snmpsimd)
20+
βœ… Trap receivers (snmptrapd + log parsing)
21+
βœ… Multiple scattered tools β†’ One unified platform
22+
23+
---
24+
25+
## πŸ‘₯ Best For
26+
27+
- πŸ”§ Network engineers testing devices
28+
- πŸš€ DevOps testing SNMP integrations
29+
- πŸ“š Students learning SNMP
30+
- βœ… QA teams validating implementations
31+
- πŸ‘₯ Small teams needing trap monitoring
32+
33+
---
34+
35+
## ⚠️ Not For
36+
37+
- ❌ Production 24/7 monitoring (use Zabbix, PRTG)
38+
- ❌ Enterprise-scale NMS (use SolarWinds, Cisco Prime)
39+
40+
---
41+
42+
## πŸš€ Quick Start
43+
44+
```bash
45+
curl -fsSL https://raw.githubusercontent.com/tosumitdhaka/trishul-snmp/main/install-trishul-snmp.sh | bash
46+
```
47+
48+
Access: http://localhost:8080(opens in a new tab)
49+
Default login: admin / admin123
50+
51+
---
52+
253

354
**Professional SNMP Utilities**
455

0 commit comments

Comments
Β (0)