This commit is contained in:
2023-08-18 09:40:07 +08:00
2 changed files with 30 additions and 0 deletions

View File

@@ -227,6 +227,7 @@ func init() {
// 主机CPU内存监控
Register("POST", monitor.UriLoad, monitor.LoadMonitor, nil)
Register("GET", monitor.UriNetOpt, monitor.Netoptions, nil)
Register("GET", monitor.UriIPAddr, monitor.IPAddr, nil)
Register("GET", monitor.UriIoOpt, monitor.Iooptions, nil)
// 文件资源