@bitcall/pm2-pulse-agent 1.4.0 → 2.0.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.
Files changed (2) hide show
  1. package/agent.js +2 -2
  2. package/package.json +1 -1
package/agent.js CHANGED
@@ -186,8 +186,8 @@ class MonitoringAgent {
186
186
  console.log(`Authentication: ${this.authToken ? '✓ Enabled' : '✗ Disabled'}`)
187
187
  console.log(`Check interval: ${intervalSeconds} second(s)`)
188
188
  console.log(`CPU Threshold: ${this.cpuThreshold}%`)
189
- console.log(`RAM Threshold: ${this.ramThreshold}%`)
190
- console.log('='.repeat(60) + '\n')
189
+ console.log(`RAM Threshold: ${this.ramThreshold}%`)
190
+ console.log('=X='.repeat(60) + '\n')
191
191
 
192
192
  // Run once on start
193
193
  this.sendMetrics()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitcall/pm2-pulse-agent",
3
- "version": "1.4.0",
3
+ "version": "2.0.0",
4
4
  "description": "PM2 monitoring agent that tracks server metrics and sends alerts via gRPC",
5
5
  "main": "agent.js",
6
6
  "bin": {