Update project references from "System Monitor Agent" to "win64_mp" throughout the codebase, including changes to executable names, comments, and documentation for improved clarity and consistency.

This commit is contained in:
2026-08-28 13:30:12 +03:00
parent 09076079fb
commit 35d8332d9c
9 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ func (a *Agent) Serve() error {
return fmt.Errorf("listen %s: %w", a.addr, err)
}
fmt.Printf("System Monitor Agent %s\nListening on http://%s\nPress Ctrl+C to stop.\n", config.Version, a.addr)
fmt.Printf("win64_mp %s\nListening on http://%s\nPress Ctrl+C to stop.\n", config.Version, a.addr)
ctx, stop := signal.NotifyContext(context.Background(), os.Interrupt)
defer stop()
+2 -2
View File
@@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>System Monitor Agent</title>
<title>win64_mp</title>
<style>
:root {
--bg: #f4f5f7;
@@ -189,7 +189,7 @@
</head>
<body>
<header>
<h1>System Monitor Agent</h1>
<h1>win64_mp</h1>
<span id="health" class="badge">checking</span>
</header>
<p id="error" class="error"></p>