Ylianst / MeshCentral

A complete web-based remote monitoring and management web site. Once setup you can install agents and perform remote desktop session to devices on the local network or over the Internet.
https://meshcentral.com
Apache License 2.0
3.67k stars 511 forks source link

Disable 7 Day Power State #6159

Closed tobias9931 closed 4 weeks ago

tobias9931 commented 4 weeks ago

Is your feature request related to a problem? Please describe. We can see the 7 Day Power State for every computer with MeshCentral Agent. This is indeed sometimes very interesting. For data privacy reasons, however, this insight should be viewed critically as it could be misused to monitor the working hours of employees!

Describe the solution you'd like An extension in the config.json for the MeshCentral Server that can be used to switch off the display of the 7 Day Power State.

Describe alternatives you've considered That it is selectable or adjustable for each device group whether the 7 Day Power State is displayed or not.

Additional context

si458 commented 4 weeks ago

this already exists as was asked in the past and i implemented it. hidePowerTimeline: true set this inside of domains

also please check the schema file for more various options https://github.com/Ylianst/MeshCentral/blob/master/meshcentral-config-schema.json

tobias9931 commented 4 weeks ago

thank you very much @si458 I doesn´t found it on https://github.com/Ylianst/MeshCentral/blob/f05eb9a198bed249c2b1a969ce17a41404ef70a6/sample-config-advanced.json

si458 commented 4 weeks ago

thank you very much @si458 I doesn´t found it on https://github.com/Ylianst/MeshCentral/blob/f05eb9a198bed249c2b1a969ce17a41404ef70a6/sample-config-advanced.json

thats because that commit is from 2 years ago, not sure where you got that link from? use the master link instead https://github.com/Ylianst/MeshCentral/blob/master/sample-config-advanced.json