Peter Šurda PeterSurda
  • Joined on 2020-04-27
PeterSurda pushed to main at Sysdeploy/idlers-agent 2024-06-25 02:50:56 +02:00
52ecd2dc53 Use parsed data in cpu count
1b2769996a Added function to parse dmidecode output
Compare 2 commits »
PeterSurda merged pull request Sysdeploy/idlers-agent#14 2024-06-25 02:50:55 +02:00
Parse dmidecode output
PeterSurda approved Sysdeploy/idlers-agent#14 2024-06-25 02:50:32 +02:00
Parse dmidecode output

Good approach. There is a good chance the parser functionality is sufficient for what we need. You can now continue extracting more and more data from it.

PeterSurda commented on pull request Sysdeploy/idlers-agent#15 2024-06-25 00:52:01 +02:00
disk space calculation using /sys/block/

We shouldn't log it, just skip it, or we should first test if the file exists or is readable to filter the obvious exceptions.

PeterSurda suggested changes for Sysdeploy/idlers-agent#15 2024-06-25 00:52:01 +02:00
disk space calculation using /sys/block/
PeterSurda merged pull request Bitmessage/MiNode#1 2024-06-25 00:49:13 +02:00
Enable python 3.11 and resolve TLS issues
PeterSurda pushed to v0.3 at Bitmessage/MiNode 2024-06-25 00:49:13 +02: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 07:23:37 +02: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 02:24:50 +02:00
updated cpu_count - use dmidecode
PeterSurda pushed to main at Sysdeploy/idlers-agent 2024-06-24 02:24:50 +02:00
bd9a848737 updated cpu_count - use dmedecode
PeterSurda commented on pull request Sysdeploy/idlers-agent#13 2024-06-24 02:24:10 +02: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 02:11:05 +02:00
updated cpu_count - use dmedecode
PeterSurda pushed to main at Sysdeploy/idlers-agent 2024-06-20 14:37:14 +02:00
7ab3d18ae9 Add note support
PeterSurda commented on issue Sysdeploy/idlers-agent#5 2024-06-18 07:49:28 +02: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 19:03:07 +02:00
Use dmidecode
PeterSurda commented on issue Sysdeploy/idlers-agent#4 2024-06-13 19:00:26 +02:00
Don't overwrite hardcoded values

Fixed in #7

PeterSurda closed issue Sysdeploy/idlers-agent#4 2024-06-13 19:00:26 +02:00
Don't overwrite hardcoded values
PeterSurda opened issue Sysdeploy/idlers-agent#10 2024-06-13 18:54:40 +02: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 18:19:28 +02:00
Requires python 3.6