Capture network device info in health report (#18213)

This commit is contained in:
Shireesh Anjal
2023-10-13 04:03:31 +05:30
committed by GitHub
parent 20b79f8945
commit a66a7f3e97
8 changed files with 101 additions and 4 deletions
+1
View File
@@ -31,6 +31,7 @@ const (
peerRESTMethodLocalStorageInfo = "/localstorageinfo"
peerRESTMethodCPUInfo = "/cpuinfo"
peerRESTMethodDiskHwInfo = "/diskhwinfo"
peerRESTMethodNetHwInfo = "/nethwinfo"
peerRESTMethodOsInfo = "/osinfo"
peerRESTMethodMemInfo = "/meminfo"
peerRESTMethodProcInfo = "/procinfo"