@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.
- package/agent.js +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()
|