diff options
Diffstat (limited to 'http.go')
| -rw-r--r-- | http.go | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -63,6 +63,11 @@ func okHandler(w http.ResponseWriter, r *http.Request) { return } + if tmp == "/dumplibvirtxml" { + dumpLibvirtxmlDomainNames() + return + } + if tmp == "/uptime" { b, s := clusterHealthy() if b { |
