Diagnostics Container performs diagnostics of basic functionality to work with Eclipse ioFog.
1.9K
Use the Diagnostic Container if something goes wrong on your machine with ioFog agent, e.g. Comsats are not available, a container cannot connect to ioFog host, ioFog client is not created, RestBlue or Log Container are not available, and so on. With the detailed report that the Diagnostics Container creates, you can be aware of the issues that may arise.
Diagnostics Container performs the following checks:
Client creation (tries to create ioFog client that checks if all the required parameters are provided);
Config: "report_url": config specifying where to send logs (log to console; not required parameter) "ip": ip of machine for log reporting (used when host is unreachable) "host" : host of machine for log reporting "port" : port of listening server that is ready for log receiving (if not specified, assumed to be 80) "url" : relative url where to send config "secure" : set this parameter to "true" if you want to use https protocol (if not specified, assumed to be "false" and uses http) "comsat_list" : list of Comsats that should be pinged "ping_rb" : connect to RestBlue System Container if true is set "ping_logger" : connect to Log System Container if true is set "interval" : perform checks after the specified interval; every 30 sec if not specified
All the results can be found in container's logs.
Version: latest (0.1)
Code: https://github.com/ioFog/example-microservices/tree/master/diagnostics Eclipse ioFog: https://github.com/ioFog/ioFog
Content type
Image
Digest
Size
14.4 MB
Last updated
over 5 years ago
docker pull iofog/diagnostics-arm