summaryrefslogtreecommitdiff
path: root/http.go
diff options
context:
space:
mode:
Diffstat (limited to 'http.go')
-rw-r--r--http.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/http.go b/http.go
index 1d201f8..ba1559a 100644
--- a/http.go
+++ b/http.go
@@ -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 {