pk-218 / dwarpaal

A remote monitoring and access management system for NVIDIA DGX hosted at VJTI
0 stars 2 forks source link

feat: implement Go server that wraps osquery #23

Open pk-218 opened 1 year ago

pk-218 commented 1 year ago

We need to replace current Shell scripts for user management and SQL queries used to fetch system statistics with an HTTP server. This server wraps osquery bindings to obtain the statistics. Here, osquery-go will be used.