Peter Šurda PeterSurda
  • Joined on 2020-04-27
PeterSurda suggested changes for Sysdeploy/idlers-agent#15 2024-06-24 22:52:01 +00:00
disk space calculation using /sys/block/
PeterSurda merged pull request Bitmessage/MiNode#1 2024-06-24 22:49:13 +00:00
Enable python 3.11 and resolve TLS issues
PeterSurda pushed to v0.3 at Bitmessage/MiNode 2024-06-24 22:49:13 +00:00
efeabcb4cf Cleanup the wait time in test_process, correct format in TestProcess.fail()
12f6e34afe Add a gitea workflow badge in readme
fd68c6ebe2 Rewrite the github workflow to use by gitea
740654b563 Make tuples from sets before taking random samples
4e77342d4d .dockerignore for local run
Compare 8 commits »
PeterSurda commented on pull request Sysdeploy/idlers-agent#13 2024-06-24 05:23:37 +00:00
updated cpu_count - use dmidecode

There is way more information to be obtained from dmidecode. The process of opening and parsing the output would need to be repeated, so is better to extract it.

There are multiple approaches…

PeterSurda merged pull request Sysdeploy/idlers-agent#13 2024-06-24 00:24:50 +00:00
updated cpu_count - use dmidecode
PeterSurda pushed to main at Sysdeploy/idlers-agent 2024-06-24 00:24:50 +00:00
bd9a848737 updated cpu_count - use dmedecode
PeterSurda commented on pull request Sysdeploy/idlers-agent#13 2024-06-24 00:24:10 +00:00
updated cpu_count - use dmidecode

I think this is a good start. In the next steps, you can think about how to generalise the approach, so you don't have to copy & paste the glue all the time. And also there are cases where…

PeterSurda created pull request Sysdeploy/idlers-agent#13 2024-06-24 00:11:05 +00:00
updated cpu_count - use dmedecode
PeterSurda pushed to main at Sysdeploy/idlers-agent 2024-06-20 12:37:14 +00:00
7ab3d18ae9 Add note support
PeterSurda commented on issue Sysdeploy/idlers-agent#5 2024-06-18 05:49:28 +00:00
Hardware info in notes

I don't see it in the api either: https://github.com/cp6/my-idlers/blob/main/routes/api.php . It probably needs to be implemented. Don't worry about it now, just work on the client.

PeterSurda opened issue Sysdeploy/idlers-agent#11 2024-06-13 17:03:07 +00:00
Use dmidecode
PeterSurda commented on issue Sysdeploy/idlers-agent#4 2024-06-13 17:00:26 +00:00
Don't overwrite hardcoded values

Fixed in #7

PeterSurda closed issue Sysdeploy/idlers-agent#4 2024-06-13 17:00:26 +00:00
Don't overwrite hardcoded values
PeterSurda opened issue Sysdeploy/idlers-agent#10 2024-06-13 16:54:40 +00:00
The "Allow some of this data to be public" checkbox should be off for newly registered servers
PeterSurda opened issue Sysdeploy/idlers-agent#9 2024-06-13 16:19:28 +00:00
Requires python 3.6
PeterSurda opened issue Sysdeploy/idlers-agent#8 2024-06-13 15:58:31 +00:00
Disk space calculation incorrect
PeterSurda closed pull request Sysdeploy/idlers-agent#7 2024-06-13 15:52:57 +00:00
Implemented key categorization to distinguish between keys set only during server creation and those that can be updated
PeterSurda merged pull request Sysdeploy/idlers-agent#7 2024-06-13 15:52:03 +00:00
Implemented key categorization to distinguish between keys set only during server creation and those that can be updated
PeterSurda pushed to main at Sysdeploy/idlers-agent 2024-06-13 15:52:03 +00:00
de3d5fb4ab Implemented key categorization to distinguish between keys set only during server creation and those that can be updated