Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kelcheone/netrics
Monitor network usage on Linux.
https://github.com/kelcheone/netrics
golang grafana network-analysis prometheus
Last synced: 27 days ago
JSON representation
Monitor network usage on Linux.
- Host: GitHub
- URL: https://github.com/kelcheone/netrics
- Owner: kelcheone
- License: mit
- Created: 2024-08-02T11:43:30.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-02T18:07:23.000Z (3 months ago)
- Last Synced: 2024-09-28T15:23:17.572Z (about 1 month ago)
- Topics: golang, grafana, network-analysis, prometheus
- Language: Go
- Homepage:
- Size: 227 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Netrics
![Netrics](grafana/image.png)
Netrics is a simple network monitoring tool that monitors the network and provides a simple web interface to view the status of the network using Grafana.
## Notice
> The docker-compose file uses the `network_mode: host` to access the host network. Meaning it wont work on windows and mac. You can use the `bridge` network mode and expose the ports to the host machine. or if you have a way to access the host network interface from the container you can feel free to create a pull request.
## Installation
1. Clone the repository
2. Run `docker compose up -d --build` to start the services## Usage
1. Open your browser and go to `http://localhost:2345`
2. Login with the default credentials `admin:admin`
3. Add a new prometheus datasource with the url `http://localhost:9123`
4. run save and test
5. Import the dashboard from `grafana/dashboard.json`
6. Enjoy monitoring your network## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details