Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 585 Bytes

File metadata and controls

18 lines (11 loc) · 585 Bytes

GOLO's Paysafe Server Monitor App

Description:
the code imports data from Paysafe Server Monitor's API and create a REST endpoint to start and stop monitoring the server, and to show the data (JSON) collected during the running time

===============================================================================

Dependencies:
  • jaxrs-ri-2.27
  • gson-2.2.2.jar

===============================================================================

Notes:
  • the main class com.servermonitor.core.MonitorApp could be used to test the startMonitor method.