<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openslx-ng/slx-admin.git/modules-available/statistics_reporting/inc, branch master</title>
<subtitle>Web Interface zum Verwalten der Hochschul-/UniSpezifischen Einstellungen der Linux-Umgebung</subtitle>
<id>https://git.openslx.org/openslx-ng/slx-admin.git/atom/modules-available/statistics_reporting/inc?h=master</id>
<link rel='self' href='https://git.openslx.org/openslx-ng/slx-admin.git/atom/modules-available/statistics_reporting/inc?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/'/>
<updated>2024-07-23T09:45:07+00:00</updated>
<entry>
<title>[statistics_reporting] Fix undefined variable access</title>
<updated>2024-07-23T09:45:07+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2024-07-23T09:45:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=4f7dc7b5ee593a5fec3196f98505b6c62c0b45f6'/>
<id>urn:sha1:4f7dc7b5ee593a5fec3196f98505b6c62c0b45f6</id>
<content type='text'>
This had no consequence as $start could only be
undefined if $bounds is false, in which case the variable $sh
was never read, but still, avoid the warning.
</content>
</entry>
<entry>
<title>[statistics_reporting] Fix infinite loop</title>
<updated>2024-07-03T15:16:50+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2024-07-03T15:16:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=f736d67c0c1acae1b33190758e4160b898e8a6d4'/>
<id>urn:sha1:f736d67c0c1acae1b33190758e4160b898e8a6d4</id>
<content type='text'>
If there are more than 1000 events with the same timestamp, we'd end up
in an infinite loop. Take care of this unusual case by increasing a
rowskip counter in this case.
</content>
</entry>
<entry>
<title>Revert "[statistics_reporting] Consider all machines in DB"</title>
<updated>2024-02-07T14:04:52+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2024-02-07T14:04:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=9e20a3a775c4cb8100b345718af02a9e11109850'/>
<id>urn:sha1:9e20a3a775c4cb8100b345718af02a9e11109850</id>
<content type='text'>
Revert these changes that would result in different results. We're still
not entirely clear how to handle the case of missing machines vs.
machines that just haven't been used for quite some time. So instead of
changing this now and possibly again in the near future, leave it as is
for now and then do something more clever in the near future.

This reverts commit 5dd6473d2f78d74c005ed20fb2a968f9bcae6ade.
</content>
</entry>
<entry>
<title>[statistics_reporting] Consider all machines in DB</title>
<updated>2024-01-25T13:47:37+00:00</updated>
<author>
<name>Steffen Ritter</name>
</author>
<published>2024-01-25T13:47:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=5dd6473d2f78d74c005ed20fb2a968f9bcae6ade'/>
<id>urn:sha1:5dd6473d2f78d74c005ed20fb2a968f9bcae6ade</id>
<content type='text'>
Don't limit on machines which booted at least once in the last 30 days.
Otherwise the number of machines in statistics_reporting doesn't match
the number of clients in rooms/locations or client-statistics which is
kinda irritating.

We still have the problem, that we don't know which clients still exist
in the real world. But that' another story.
</content>
</entry>
<entry>
<title>Add function param/return types, fix a lot more phpstorm complaints</title>
<updated>2023-11-14T13:47:55+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2023-11-14T13:47:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=06bff0b9b84d47c43f9bc8aff06a29d85ebb7ed0'/>
<id>urn:sha1:06bff0b9b84d47c43f9bc8aff06a29d85ebb7ed0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Roundup of issues reported by PHPStorm</title>
<updated>2023-11-02T18:08:58+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2023-11-02T18:08:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=c2d95ffaeaa289752b4c7b6664b6ca112a02e350'/>
<id>urn:sha1:c2d95ffaeaa289752b4c7b6664b6ca112a02e350</id>
<content type='text'>
Mostly redundant checks, logic errors, dead code, etc.
</content>
</entry>
<entry>
<title>[statistics_reporting] Report legacy VMware CPUs</title>
<updated>2023-09-25T13:47:05+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2023-09-25T13:47:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=d98f3547e8d21b86ba25f3c4521cd3ec7777df46'/>
<id>urn:sha1:d98f3547e8d21b86ba25f3c4521cd3ec7777df46</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[statistics_reporting] Future-proof mem check :&gt;</title>
<updated>2023-09-25T13:46:48+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2023-09-25T13:46:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=c2b5d25d4aa5cf98375559b322feeb7a33f45bea'/>
<id>urn:sha1:c2b5d25d4aa5cf98375559b322feeb7a33f45bea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[statistics_reporting] Fix phpstorm complaints</title>
<updated>2023-06-20T12:24:13+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2023-06-20T12:24:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=7a535381a472e6013630396509c8ebba1aa39c45'/>
<id>urn:sha1:7a535381a472e6013630396509c8ebba1aa39c45</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[statistics_reporting] Fallback for IP and hostname</title>
<updated>2022-08-22T12:55:33+00:00</updated>
<author>
<name>Steffen Ritter</name>
</author>
<published>2022-08-22T12:55:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=674ef0cb8de1872c4e2bce7f9ec0d6ca9a9eb3f7'/>
<id>urn:sha1:674ef0cb8de1872c4e2bce7f9ec0d6ca9a9eb3f7</id>
<content type='text'>
The php '$_SERVER' variables are not populated when executed by
a cron job. As fallback use the server adress from ipxe-module.
</content>
</entry>
</feed>
