https://github.com/eieste/pubmon
https://github.com/eieste/pubmon
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/eieste/pubmon
- Owner: eieste
- License: agpl-3.0
- Created: 2024-07-31T18:01:50.000Z (almost 2 years ago)
- Default Branch: development
- Last Pushed: 2024-08-09T06:46:53.000Z (almost 2 years ago)
- Last Synced: 2025-03-19T07:45:14.361Z (about 1 year ago)
- Language: Python
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Monitor
* Count Routing Hops
* Mesure time to Route
* Measure ping
* Measure DNS Resolving Time
* Monitor DNS IP Address
* Measure HTTP First Response Time
* Monitor HTTP Status Code
*
Add Caps
```
sudo setcap 'CAP_NET_RAW+eip CAP_NET_ADMIN+eip' $(which python)
sudo setcap 'CAP_NET_RAW+eip CAP_NET_ADMIN+eip' $(which publicmon)
```
Resolve Symlinks