diff options
| author | Jeff Carr <[email protected]> | 2024-10-23 18:06:46 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-10-23 18:06:46 -0500 |
| commit | 07da0fa0ee3291d04daf78a91535596d18e1d8f7 (patch) | |
| tree | 87e9343b3267cf400a6cc8d56157d3438eac2d44 /http.go | |
| parent | a1593b0b88ec416e9dd2b3f62fcfebdc7957c5db (diff) | |
keep processing my libvirt xml files
Signed-off-by: Jeff Carr <[email protected]>
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 { |
