From 6bdbd6f202e9fab8067b11b23f7e6a027ca1dc73 Mon Sep 17 00:00:00 2001 From: pierrecdn Date: Sun, 20 Jan 2019 17:04:50 +0100 Subject: [PATCH] Documentation: fix delay The delay between 2 discovery jobs is 1mn. Resolves #1 Signed-off-by: pierrecdn --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 01d8890..1441817 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,6 @@ Pass the MySQL password and the phpipam agent key. $ docker run -ti -d -e PHPIPAM_AGENT_KEY=dummy-key -e MYSQL_ENV_MYSQL_PASSWORD=my-secret-pw --name ipam-agent --link phpipam-mysql:mysql pierrecdn/phpipam-agent ``` -Now, the discovery scans will be performed every 15mn by default. +Now, the discovery scans will be performed every 1mn by default. The logs are available on stdout/stderr (allowing to use `docker logs`).