Socket
Socket
Sign inDemoInstall

pm2-server-monit

Package Overview
Dependencies
352
Maintainers
3
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.6.0-next to 2.6.1-next

CHANGELOG.md

10

lib/sensors.js

@@ -14,7 +14,7 @@

value: function() {
return Sensors.sensors_values[sensor_name] + '°C';
return Sensors.sensors_values[sensor_name].value + '°C';
},
alert : {
mode : 'threshold-avg',
value : 100,
value : Sensors.sensors_values[sensor_name].high - 2,
cmp : '>'

@@ -36,4 +36,8 @@ }

var value = parsed[sens][se1][se2].value;
var high = parsed[sens][se1][se2].high;
Sensors.sensors_values[name] = value;
Sensors.sensors_values[name] = {
value : value,
high : high || 100
}
});

@@ -40,0 +44,0 @@ });

{
"name": "pm2-server-monit",
"version": "2.6.0-next",
"version": "2.6.1-next",
"description": "Rack to monitor a server",

@@ -5,0 +5,0 @@ "repository": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc