summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics/pages/machine.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* [locations/statistics] More type safety, array key checksSimon Rettberg2024-01-181-7/+9
|
* Fix more type errors, stricter typingSimon Rettberg2023-11-151-4/+4
|
* Add function param/return types, fix a lot more phpstorm complaintsSimon Rettberg2023-11-141-2/+2
|
* [statistics] Fix notice on invalid array key accessSimon Rettberg2023-02-061-1/+1
|
* [statistics] Listview: Display roomlayout and unique properties in a sidebarSimon Rettberg2023-01-181-0/+4
| | | | | .... if viewport is wide enouh, it will be a sidebar, otherwise, it will be displayed above the actual list.
* [inc/Dictionary] Add locale-aware number formatting methodSimon Rettberg2022-11-151-3/+3
|
* [statistics] Client list: Add option to hide columnsSimon Rettberg2022-11-111-1/+3
|
* [statistics] Deal with broken HDDs that lead to incomplete dataSimon Rettberg2022-10-311-0/+3
| | | | | | | We had a machine with a broken HDD that showed up as /dev/sda but didn't do much else, confusing tools like lsblk and fdisk, and ultimately leading to incomplete data in our DB that would make PHP freak out too much about missing array indices and wrong types.
* [statistics] Force-override partiton name for 44/45 in machine viewSimon Rettberg2022-10-271-1/+1
|
* [statistics] Use partition numbers from kernelSimon Rettberg2022-10-261-1/+1
|
* [statistics] Add NIC speed filter/displaySimon Rettberg2022-09-121-0/+2
|
* [statistics] Fix Chart.js for HDD viewSimon Rettberg2022-07-061-2/+6
|
* [statistics] Use hostname/ip as page title in client detailsSimon Rettberg2022-06-031-0/+1
|
* [statistics] Fix undefined array index accessSimon Rettberg2022-05-301-2/+2
|
* [statistics] Fix displaying CPU core/thread infoSimon Rettberg2022-05-241-1/+3
|
* [statistics] Add missing !== false check to query resultSimon Rettberg2022-05-171-3/+5
|
* [statistics] Client details: Display booted system and bootup durationSimon Rettberg2022-05-171-0/+21
|
* [statistics] Fix undefined index noticesSteffen Ritter2022-05-131-1/+1
|
* [statistics] Show HDD count in list viewSimon Rettberg2022-05-101-1/+1
|
* [statistics] Honor pci device revision for passthrough displaySimon Rettberg2022-04-271-4/+5
|
* [statistics] Add PCI device filter optionSimon Rettberg2022-04-131-2/+6
|
* [statistics] client details: show which pci devices are passed throughSimon Rettberg2022-04-061-4/+33
|
* [statistics] Make query builder a bit more OOPSimon Rettberg2022-03-091-1/+1
|
* [statistics] Add lookup table for GPT type UUIDsSimon Rettberg2022-03-091-3/+7
|
* [statistics] Adapt hw-data parsing to new json format for displaySimon Rettberg2022-03-091-34/+262
|
* [statistics] Support new json-format of hardware info from clientSimon Rettberg2022-03-091-5/+5
| | | | | | We now try to use JSON output mode from any tool on the client to supply information, for easier parsability and hopefully, a more stable format.
* Moderize Database handlingSimon Rettberg2021-05-111-4/+4
| | | | | | | * Auto-convert to utf8mb4_unicode_520_ci * Use foreach instead of while to loop over results * Drop useless statement caching * Keep emulated prepares, as we sometimes loop over nested queries
* [statistics] Remove useless lineSteffen Ritter2021-05-031-1/+0Star
|
* [statistics] Show ID45 live statsSimon Rettberg2021-01-291-2/+3
| | | | Closes #3634
* [statistics] Track CPU temperature as wellSimon Rettberg2020-04-271-2/+5
|
* [statistics] Track CPU-load and standby failures of clientsSimon Rettberg2020-04-251-1/+4
|
* [statistics] Add WOL/exec button to machine detailsSimon Rettberg2019-12-171-1/+3
|
* [statistics] ModularizeSimon Rettberg2019-11-071-0/+436