Simplified version of node status monitoring with CLI

This commit is contained in:
Gregory Kurtzer
2021-12-30 23:26:45 +00:00
parent 02a5de3873
commit 525ac1184e
13 changed files with 229 additions and 2 deletions

View File

@@ -40,6 +40,7 @@ func RunServer() error {
http.HandleFunc("/container/", ContainerSend)
http.HandleFunc("/overlay-system/", SystemOverlaySend)
http.HandleFunc("/overlay-runtime/", RuntimeOverlaySend)
http.HandleFunc("/status", StatusSend)
conf, err := warewulfconf.New()
if err != nil {