From 14000fd191e70fb9a7fb6b197cd93fe1ba6cf212 Mon Sep 17 00:00:00 2001 From: Jie Kong Date: Thu, 21 Apr 2022 14:52:27 -0400 Subject: [PATCH] Update Readme.md --- CTng/monitor/Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CTng/monitor/Readme.md b/CTng/monitor/Readme.md index 0609545..3c8f8a1 100644 --- a/CTng/monitor/Readme.md +++ b/CTng/monitor/Readme.md @@ -9,8 +9,8 @@ -`Monitor_context`: monitor context is a object that contains all the configuration and storage information about the monitor - `methods`: internal methods defined in this file includes savestorage, loadstorage, getobject, isduplicate, and storeobject ## monitor.go -- `Queryloggers`: HTTP get request send to loggers -- `QueryAuthorities`: HTTP get request send to CAs +- `Queryloggers`: send HTTP get request to loggers +- `QueryAuthorities`: send HTTP get request to CAs - `Check_entity_pom`: check if there is a pom against the provided URL - `Islogger`: check if the entities is in the Loggers list from the public config file - `IsAuthority`: check if the entities is in the CAs list from the public config file