@bitcall/pm2-pulse-agent 1.2.0 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -8
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,16 +1,8 @@
|
|
|
1
1
|
# PM2 Pulse Agent
|
|
2
2
|
|
|
3
3
|
A Node.js monitoring agent that tracks server metrics (CPU, RAM, processes) and sends real-time alerts to a gRPC monitoring service.
|
|
4
|
-
Release-please changelog test update.
|
|
5
4
|
|
|
6
5
|
## Features
|
|
7
|
-
|
|
8
|
-
Changelog test note (fix).
|
|
9
|
-
Testing update for README (chore).
|
|
10
|
-
|
|
11
|
-
Changelog workflow test note.
|
|
12
|
-
Changelog trigger: feature note.
|
|
13
|
-
Docs note for release testing.
|
|
14
6
|
|
|
15
7
|
- **Real-time Metrics Collection**: Monitors CPU usage, RAM consumption, and PM2 process status
|
|
16
8
|
- **Configurable Thresholds**: Set custom CPU and RAM alert thresholds
|
|
@@ -19,6 +11,16 @@ Docs note for release testing.
|
|
|
19
11
|
- **Authentication Support**: Optional Bearer token authentication
|
|
20
12
|
- **Singleton Pattern**: Ensures only one agent instance runs per server
|
|
21
13
|
|
|
14
|
+
## Changelog Testing
|
|
15
|
+
|
|
16
|
+
Changelog trigger: feature note.
|
|
17
|
+
|
|
18
|
+
Changelog test note (fix).
|
|
19
|
+
|
|
20
|
+
Docs note for release testing.
|
|
21
|
+
|
|
22
|
+
Testing update for README (chore).
|
|
23
|
+
|
|
22
24
|
## Installation
|
|
23
25
|
|
|
24
26
|
```bash
|