Sign inSign up

eyedeekay/reseed-monitoring

By eyedeekay

Updated about 6 years ago

A tool for monitoring the availability of an i2P reseed on a daily basis

Image
0

1.5K

eyedeekay/reseed-monitoring repository overview

reseed-monitoring

A service for monitoring I2P reseed servers remotely. It asks for a reseed bundle from all available sources(defined in config.json) and outputs information about them.

The easiest way to run it is with docker installed. I just run this script on a daily basis using cron:

	#! /usr/bin/env sh
	docker pull  eyedeekay/reseed-monitoring
	docker rm -f reseed-monitoring
	docker run -itd --name reseed-monitoring --restart=always -p 127.0.0.1:7672:7672 eyedeekay/reseed-monitoring

Then, set up a an I2PTunnel to it in the Hidden Services Manager.

Tag summary

Content type

Image

Digest

Size

348 MB

Last updated

about 6 years ago

docker pull eyedeekay/reseed-monitoring