Closed asyslinux closed 5 years ago
Hello.
Some my servers have over the 10000 established connections.
In this case performa-satellite send 0 connections to Performa Server, and I have zero Open Tcp Connections graph. Screenshots in attachment.
I apologize this is may be problem in npm module:
https://github.com/sebhildebrandt/systeminformation/blob/master/lib/network.js
exec(cmd, { maxBuffer: 1024 * 2000 }, function (error, stdout)
Thanks, I opened an issue with systeminformation: https://github.com/sebhildebrandt/systeminformation/issues/250
systeminformation
Fixed in Performa Satellite v1.0.7. You'll have to reinstall this on all your servers via:
curl -L https://github.com/jhuckaby/performa-satellite/releases/download/v1.0.7/performa-satellite-linux > /opt/performa/satellite.bin chmod 755 /opt/performa/satellite.bin
Hello.
Some my servers have over the 10000 established connections.
In this case performa-satellite send 0 connections to Performa Server, and I have zero Open Tcp Connections graph. Screenshots in attachment.
I apologize this is may be problem in npm module:
https://github.com/sebhildebrandt/systeminformation/blob/master/lib/network.js
exec(cmd, { maxBuffer: 1024 * 2000 }, function (error, stdout)