network-monitoring icon indicating copy to clipboard operation
network-monitoring copied to clipboard

simple network monitoring tool - ping / speedtest.net - python / django

Results 7 network-monitoring issues
Sort by recently updated
recently updated
newest added

Hi, I am not sure if you have write the wrong the name of python lib for pycurl Thanks, Peng

If subsequent probes do not appear within the threshold the graph returns to zero. This value is hard coded in source. - make it configurable on the admin site

Make chart labels configurable: - probe name - host name - transfer direction

Since the preview can be very exhausting when having lots of samples they are binned. Currently this factor is hard-coded in the source. - make it configurable on the admin...

According to the configuration the monitoring should be started automatically on: - python manage.py runserver - configuration changed False -> True

It would be nice to have a Docker image. Would you consider a build with a Docker file? Thank you