/systemapi

takes system usage data from the host and makes it available as a json api on port 8080

Primary LanguageGo

systemapi

steps for installing

  1. Clone
  2. cd systemapi
  3. docker build -t systemapi .
  4. docker run --publish 8080:8080 --name systemapi --rm systemapi