Skip to content

evilmagics/monitron-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Psutils Client

Features

  • Supported secure HTTPS protocols
  • Supported websocket protocols usage stats
  • Implement in-memory cache more efficiently for performance
  • Lightweight and small resources but better performance

Build

Linux

    GOOS=linux go build -o ./build/monitron-client -ldflags="-s -X main.AppVersion={version}" ./cmd/main.go

Windows

    GOOS=windows go build -o ./build/monitron-client.exe -ldflags="-s -X main.AppVersion={version}" ./cmd/main.go

Dependencies

Next Feature

  • Split disk partition usage into separate cache and api
  • Split cpu usage and information into separate api and remove the information from cache
  • Secure connection using JWT and Client Authentication
  • Default authentication
  • Scheduled stats and save into NutsDB
  • Web interface
  • Caching JWT and client authentication

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages