Panduan lengkap untuk Network Monitoring Tool
Baru memulai? Mulai dari sini:
- README.md - Overview lengkap project
- QUICKSTART.md ⭐ - Setup dalam 5 menit
- _telkom_access.xml.example - Template kredensial
| Document | Description | Priority |
|---|---|---|
| README.md | Dokumentasi utama, fitur, dan penggunaan | ⭐⭐⭐ |
| QUICKSTART.md | Panduan setup cepat | ⭐⭐⭐ |
| SECURITY.md | Keamanan dan best practices | ⭐⭐⭐ |
| HOWTO_ADD_SCREENSHOTS.md | Cara menambah screenshot aman | ⭐⭐ |
| Document | Description | Priority |
|---|---|---|
| CONTRIBUTING.md | Panduan kontribusi | ⭐⭐⭐ |
| LICENSE | MIT License | ⭐⭐ |
| SECURITY.md | Security policy | ⭐⭐⭐ |
| Resource | Description | Priority |
|---|---|---|
| examples/ | Sample output dengan data masked | ⭐⭐ |
| _telkom_access.xml.example | Template credentials | ⭐⭐⭐ |
| .env.example | Template environment variables | ⭐⭐ |
monitoringnetwork/
├── 📄 README.md # Main documentation
├── ⚡ QUICKSTART.md # Quick start guide
├── 🔒 SECURITY.md # Security policy
├── 🤝 CONTRIBUTING.md # Contributing guidelines
├── 🎯 HOWTO_ADD_SCREENSHOTS.md # Screenshot guide
├── 📜 LICENSE # MIT License
│
├── 🐍 fpc_utilisasi.py # Main script
├── 📝 list_cnop.txt # Device list
│
├── 🔐 Configuration (DO NOT COMMIT!)
│ ├── _telkom_access.xml # Actual credentials (ignored)
│ └── .env # Local config (ignored)
│
├── 📋 Templates (SAFE TO COMMIT)
│ ├── _telkom_access.xml.example # Credential template
│ └── .env.example # Config template
│
└── 📊 examples/ # Sample outputs
├── README.md # Examples documentation
└── screenshots/ # Masked screenshots
└── README.md # Screenshot guide
Ignored by Git (NOT committed):
├── *.xlsx # Excel reports
├── *.log # Log files
├── reports/ # Output directory
└── debug/ # Debug files
- Installation: README.md - Instalasi
- Configuration: README.md - Konfigurasi
- Usage: README.md - Penggunaan
- Troubleshooting: README.md - Troubleshooting
- Security: SECURITY.md
- Contributing: CONTRIBUTING.md
Network Engineer (End User):
- QUICKSTART.md - Setup
- README.md - Fitur lengkap
- SECURITY.md - Keamanan
Developer (Contributor):
- CONTRIBUTING.md - Guidelines
- README.md - Technical details
- SECURITY.md - Security requirements
Documentation Writer:
All documentation in this repository follows:
- ✅ Markdown format (.md)
- ✅ Clear headings with emoji for visual hierarchy
- ✅ Code blocks with syntax highlighting
- ✅ Tables for structured information
- ✅ Links properly formatted
- ✅ Consistent terminology
- ✅ Bilingual support (Indonesian primary)
| Document | Last Major Update | Status |
|---|---|---|
| README.md | Current | ✅ Active |
| QUICKSTART.md | Current | ✅ Active |
| SECURITY.md | Current | ✅ Active |
| CONTRIBUTING.md | Current | ✅ Active |
| HOWTO_ADD_SCREENSHOTS.md | Current | ✅ Active |
| examples/README.md | Current | 🚧 Awaiting screenshots |
Found a typo or want to improve documentation?
- Read CONTRIBUTING.md
- Make your changes
- Submit a pull request
- Check the README.md - Dukungan section
- Review Troubleshooting
- Open an issue on GitHub
Version: 1.0
Last Updated: January 2026
Maintained by: Network Monitoring Project Contributors