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