Simplified version of node status monitoring with CLI
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user