Commit Graph

195 Commits

Author SHA1 Message Date
si458 5fcfa8f369 fix storage volumes on arch/busybox
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-09-16 11:00:33 +01:00
si458 7172d1f701 always show operating system section and LastBootUpTime fix
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-09-15 23:02:23 +01:00
si458 8bc760855e add raspberry pi arm/gpu memory
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-09-15 19:39:41 +01:00
si458 d367b2ed87 few fixes and doc updates
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-09-05 19:19:52 +01:00
si458 cf23a3df81 fix volumes not closing powershell
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-09-03 20:03:05 +01:00
si458 3a78cb83c4 add ukrainian agent-translations
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-08-23 13:14:28 +01:00
Ylian Saint-Hilaire 95d60fef13 Added Catalan language support and Italian fixes. 2024-07-20 10:34:18 -07:00
si458 721c909158 add proxmox to isVM
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-07-09 18:13:02 +01:00
si458 b1c3e2a8e7 remove power-monitor server side to fix windows battery levels #6143
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-06-01 23:17:13 +01:00
Simon Smith bc2f34b629
remove sendconsoletext from computer-identifiers.js 2024-05-17 17:13:59 +01:00
si458 23ee76e26a fix mac volume detection for older os
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-05-14 10:11:49 +01:00
si458 be3e333b40 add macos storage volumes using df
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-05-14 00:13:46 +01:00
si458 e3f68226d2 add linux storage volumes using df
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-05-13 23:44:47 +01:00
si458 b71b4d04e6 bring power-monitor server side to fix mac battery levels
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-05-13 21:47:08 +01:00
Simon Smith 548edd13d6
add lastbootuptime to columns and device powered on event (#5999)
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-04-07 19:12:01 +01:00
si458 81e98033fc fix mac memory part number
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-03-25 13:41:42 +00:00
si458 05ee40c591 add 'EFI Development Kit II / OVMF' as VM
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-03-08 17:04:08 +00:00
si458 548c1b9bb4 fix mac memory and invalid smc values
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-03-04 10:57:09 +00:00
Simon Smith 1b60e4dbfb
add mac memory/storage (#5869)
* add mac memory

* add macos storage

---------

Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-02-28 15:19:14 +00:00
Simon Smith 82c70659b8
show cd-rom as volume
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-02-22 17:55:48 +00:00
Simon Smith 0b2368df9d
add Capacity Remaining
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-02-22 17:09:28 +00:00
Simon Smith a77d40505a
French bitlocker fix (#5832)
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-02-19 23:16:31 +00:00
Simon Smith 990da39fde
add installdate to installedapps
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-02-02 13:00:56 +00:00
Simon Smith b887457ec4
add bitlocker key to gui for admins (#5747)
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-01-31 15:40:58 +00:00
si458 37911d091c fix bitlocker with multiple drives and german phrase checker
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-01-28 17:30:57 +00:00
si458 03cab630c7 try lscpu if blank cpu_name
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-01-25 17:21:40 +00:00
Simon Smith 36741c767f
add bitlocker recoverykey to sysinfo (#5671)
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-01-07 22:22:17 -08:00
Simon Smith f33dbd31e5
add Defender for Windows Server (#5646)
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-01-04 02:16:41 +00:00
Simon Smith bfae0d6c6e
move identifiers to server side to allow future updates (#5641)
* move identifiers to server side to allow future updates

Signed-off-by: si458 <simonsmith5521@gmail.com>

* add rpi support

Signed-off-by: si458 <simonsmith5521@gmail.com>

---------

Signed-off-by: si458 <simonsmith5521@gmail.com>
2023-12-22 15:18:17 -08:00
wdlut 532992b03f
BUGFIX: Values returned by linux_memUtilization() not useful. MemFree is the free physical memory. (#5596)
Since the Linux kernel uses free memory for caching, this value is usually very small. MemAvailble is an estimate of how much memory is available for starting new applications, without swapping. MemFree is the free physical memory. Using this value gives much more meaningful results.
2023-12-05 12:01:36 -08:00
Simon Smith 58580beb96
add hover title to temps and more sensors (#5434)
* add hover title to temperatures

Signed-off-by: Simon Smith <simonsmith5521@gmail.com>

* fix temp trim

Signed-off-by: Simon Smith <simonsmith5521@gmail.com>

* add extra linux sensors

Signed-off-by: Simon Smith <simonsmith5521@gmail.com>

* add padding for temps on multi lines

Signed-off-by: Simon Smith <simonsmith5521@gmail.com>

---------

Signed-off-by: Simon Smith <simonsmith5521@gmail.com>
2023-10-20 17:30:39 -07:00
Simon Smith 31bb6d7864 fix multiple same av detections 2023-10-04 12:04:52 +00:00
Simon Smith 489f1aa57a fix multiple av detection
Signed-off-by: Simon Smith <simonsmith5521@gmail.com>
2023-10-03 13:12:26 +00:00
Ylian Saint-Hilaire 89942e0c8c Portuguese update. 2023-06-06 19:34:38 -07:00
Ylian Saint-Hilaire dc4116cff5 Added Hungarian translation. 2023-02-05 18:09:31 -08:00
Bryan Roe 2a6e08f663 Added console command 'mousetrails' and 'deskbackground' to be able to get/set mouse accessibility and desktop background image path, on Windows. 2022-11-01 20:01:26 -07:00
Ylian Saint-Hilaire a40e40757c Merge 2022-10-20 14:44:47 -07:00
Ylian Saint-Hilaire 63cca7bb4b Added Bosnian translation. (#4572) 2022-10-20 14:41:32 -07:00
Bryan Roe 06ec0caec4 Added workaround for 32 bit windows agent on 64 bit windows, to inject sysnative when callind readdirSync() on %windir%
Updated documentation for windows terminal.
2022-10-14 11:18:49 -07:00
Bryan Roe 5ba4636b9e Added SMBIOS field 131 as AMT verification fallback if 130 is undefined 2022-09-15 01:21:44 -07:00
Ylian Saint-Hilaire 44af3a2408 Changed how stript-task will be integrated into MeshCentral, added run button to device general tab. 2022-08-18 21:31:09 -07:00
Ylian Saint-Hilaire 3aca17ea6d Initial merged script-task into the agent. 2022-08-18 16:19:39 -07:00
Ylian Saint-Hilaire 13c2a3d14d Updated automatic translation on many languages. 2022-07-06 12:46:34 -07:00
Ylian Saint-Hilaire 1188f0711f Linux CPU utilization improvement, #4039 2022-05-25 10:04:37 -07:00
Ylian Saint-Hilaire 1240733d6c Added --bindany option to MeshCMD MicroLMS. 2022-05-03 13:43:01 -07:00
Ylian Saint-Hilaire 0605d620f4 Updated Pt-Br translation. 2022-03-29 20:48:50 -07:00
Bryan Roe 7db4a57f41 Added windows COM/WMI support for enumerating volumes and bitlocker status 2022-03-14 22:43:47 -07:00
Ylian Saint-Hilaire befdd7cdce Updated MeshCentral Router 2022-01-31 13:32:37 -08:00
Ylian Saint-Hilaire 7001cb9ddb Version 0.9.74 2022-01-25 17:36:19 -08:00
Ylian Saint-Hilaire 088edf72c2 Added Turkish auto-translate. 2022-01-23 11:50:48 -08:00