-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed readme to be uppercase, added readme in iconnmon dir as GH Ac…
…tions somehow failed bc it was missing
- Loading branch information
Showing
2 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
|
||
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) | ||
# iconnmon - Internet Connection Monitoring | ||
A small package to use for monitoring your internet connection. | ||
|
||
## Under development | ||
The package is currently in it's very beginning, and being developed. So far there is no monitoring functionality at all. | ||
The only functionality are methods for pinging an ip address and receiving the result. | ||
In the coming time, methods will be added for parsing the ping result, so it can be stored in an InFlux database. | ||
|
||
# The idea | ||
...is to be able to ping a number of hosts - i.e. the hop after your router and your router ip - and then add the results to InFlux. Then creating a web page which will visualize the connectivity. | ||
This way it should be possible to get uptime statistics for the internet connection, to pinpoint any outages. | ||
|
Empty file.