Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for GetSysServices (0.06 seconds)

  1. cmd/admin-handlers.go

    		if query.Get(string(madmin.HealthDataTypeSysServices)) == "true" {
    			localSysServices := madmin.GetSysServices(healthCtx, globalLocalNodeName)
    			anonymizeAddr(&localSysServices)
    			healthInfo.Sys.SysServices = append(healthInfo.Sys.SysServices, localSysServices)
    			partialWrite(healthInfo)
    
    			peerSysServices := globalNotificationSys.GetSysServices(healthCtx)
    			for _, ss := range peerSysServices {
    				anonymizeAddr(&ss)
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Sun Sep 28 20:59:21 GMT 2025
    - 99.7K bytes
    - Click Count (0)
Back to Top