Simon Larsen
ece451b660
refactor: remove unnecessary UI reference and streamline thank you message in installation templates
2024-12-24 21:09:36 +00:00
Simon Larsen
5ca740b43c
feat: add custom action to set PATH environment variable and show thank you message during installation
2024-12-24 20:55:16 +00:00
Simon Larsen
64bba9246b
Add thank you message and UI reference to installation templates
2024-12-24 20:07:08 +00:00
Simon Larsen
511987bd70
Add PATH environment variable setting in Windows installer templates
2024-12-24 20:03:40 +00:00
Simon Larsen
45803a8cd2
Fix path separators in build-msi.sh for consistency across platforms
2024-12-23 20:19:11 +00:00
Simon Larsen
c04c2a3563
Fix path separators in build-msi.sh for Windows compatibility
2024-12-23 19:10:41 +00:00
Simon Larsen
e61e7f3ba0
Update file identifiers in Windows installer templates for Infrastructure Agent
2024-12-23 18:43:33 +00:00
Simon Larsen
e438050f6e
Fix path separators in build-msi.sh for Windows compatibility
2024-12-23 18:42:23 +00:00
Simon Larsen
9601bdec93
Update product names and descriptions in installer templates for consistency
2024-12-23 18:31:56 +00:00
Simon Larsen
4cabd2562a
Reduce job duration from 1 minute to 30 seconds in InfrastructureAgent
2024-12-23 18:22:03 +00:00
Simon Larsen
c9b0d4fbec
Fix binary paths in build script for MSI to remove leading dot
2024-12-20 16:58:00 +00:00
Simon Larsen
ef06d47619
Fix binary paths in build script for MSI to remove leading dot
2024-12-20 15:55:46 +00:00
Simon Larsen
c8a966a2f7
Enhance server monitor functionality by adding serverMonitorResponse handling and improving hostname resolution
2024-12-20 15:48:32 +00:00
Simon Larsen
32ffdf9174
Consolidate package installation in build script for MSI
2024-12-20 14:54:22 +00:00
Simon Larsen
6286b8bf4c
Update output directory in build script for MSI to a more general path
2024-12-20 13:58:48 +00:00
Simon Larsen
b264f4a6b9
Add MSI image release step to GitHub Actions and update build script for dependencies
2024-12-20 12:10:58 +00:00
Simon Larsen
ec7d5fe5c2
Update ARM64 binary path in MSI build script to reflect new version structure
2024-12-20 12:08:47 +00:00
Simon Larsen
4b9d770030
Update Windows installer templates for arm64: enhance XML structure, update product details, and adjust file references
2024-12-19 20:38:24 +00:00
Simon Larsen
a8100e9b01
Refactor Windows installer template for arm64: update XML structure, improve metadata, and enhance component definitions
2024-12-19 20:37:35 +00:00
Simon Larsen
b43e892295
Update GoReleaser to v6.1.0 and increment version in configuration
2024-12-19 20:14:30 +00:00
Simon Larsen
663f151051
Add MSI build script and templates for Windows infrastructure agent
2024-12-19 19:44:39 +00:00
Simon Larsen
6ecd709f29
Add NFPM configuration for packaging and install step in release workflow
2024-12-17 18:56:27 +00:00
Simon Larsen
9791aa1259
chore: Add CPU core count to CPUMetrics
...
This commit adds the `cores` field to the `CPUMetrics` struct in order to include the number of CPU cores in the collected metrics. This information is useful for understanding the processing power of the server.
2024-07-02 13:54:04 +01:00
Simon Larsen
0de8e2d818
chore: Add hostname to server monitor report
...
This commit adds the hostname field to the server monitor report in order to include the hostname of the server in the collected metrics. This information is useful for identifying and distinguishing between different servers in the monitoring system.
2024-07-02 13:04:02 +01:00
Simon Larsen
b30bb4c95e
chore: Update infrastructure agent installation script and documentation
2024-05-14 17:55:15 +01:00
Simon Larsen
29675f2624
Update GoReleaser command in release workflow to include GORELEASER_CURRENT_TAG environment variable
2024-05-14 16:54:45 +01:00
Simon Larsen
0a90736338
chore: Configure OneUptime Infrastructure Agent as a system service
...
```
2024-05-14 12:23:15 +01:00
Simon Larsen
6c2144d77e
chore: Update go version to 1.22.0 in go.mod file
2024-05-14 12:09:08 +01:00
Simon Larsen
e208b7cc78
Refactor .goreleaser.yaml to use string values for goarm instead of integers
2024-05-14 12:05:37 +01:00
Simon Larsen
69ff3dfe17
Refactor .goreleaser.yaml to use string values for goarm instead of integers
2024-05-14 11:55:48 +01:00
Simon Larsen
29d2abf226
Refactor .gitignore to include InfrastructureAgent/oneuptime-infrastructure-agent
2024-05-14 11:51:44 +01:00
Simon Larsen
1cf7cc4664
Refactor main.go to improve service control commands and error handling
2024-05-14 11:51:36 +01:00
Simon Larsen
0bf8713b60
Refactor error handling in main.go for better clarity and instructions
2024-05-14 11:15:15 +01:00
Simon Larsen
dcc9d4fdf2
Refactor error messages in main.go for better clarity and instructions
2024-05-14 10:05:54 +01:00
Simon Larsen
db32292d33
chore: Update launch.json and config.go for InfrastructureAgent
2024-05-14 10:02:48 +01:00
Simon Larsen
c7f62fac65
Refactor InfrastructureAgent code to add help command
2024-05-13 21:22:49 +01:00
Simon Larsen
db0aee6c0f
chore: Refactor code to use model package for memory, processes, disk, and CPU metrics
2024-05-13 21:12:45 +01:00
Simon Larsen
1f53ecb093
Refactor package names and imports in InfrastructureAgent code files
2024-05-13 20:37:27 +01:00
Simon Larsen
d0325f2d7d
chore: Remove unused code files for memory, processes, disk, and CPU metrics
2024-05-13 20:28:21 +01:00
Simon Larsen
a1461a4019
chore: Refactor package imports in InfrastructureAgent code files
2024-05-13 17:49:53 +01:00
Simon Larsen
d3096510bd
chore: Refactor package names in InfrastructureAgent code files
2024-05-13 17:15:42 +01:00
Simon Larsen
c909d02a5d
chore: Refactor package names in InfrastructureAgent code files
2024-05-13 13:41:33 +01:00
Tony An
4a05ee22be
♻️ remove the nodejs version agent, rewrite in Golang
2024-05-10 19:37:40 -05:00
Simon Larsen
382c71be93
Update Dockerfile.tpl files to set APP_VERSION to 1.0.0 if not set
2024-04-09 13:03:32 +01:00
Simon Larsen
445a8d3f35
Update Dockerfile.tpl files to set APP_VERSION to 1.0.0 if not set
2024-04-09 12:53:42 +01:00
Simon Larsen
356bacf9a0
Update Dockerfile.tpl files to set APP_VERSION to 2.0.0 if not set
2024-04-09 12:53:13 +01:00
Simon Larsen
2e7ea183e6
Add InfrastructureAgent files to .gitignore and update daemon management logic in Index.ts
2024-04-09 12:38:56 +01:00
Simon Larsen
1ca9ecede1
Refactor daemon management logic in InfrastructureAgent/Index.ts
2024-04-08 21:26:37 +01:00
Simon Larsen
39d7b76e23
Refactor InfrastructureAgent/Index.ts and update daemon management logic
2024-04-08 20:09:20 +01:00
Simon Larsen
bcefa8ae3a
Refactor MonitorInfrastructure class and extract monitorServerMetrics method
2024-04-08 14:50:37 +01:00