HC1: OP SIG 21 Oct 2024: Difference between revisions
Jump to navigation
Jump to search
(3 intermediate revisions by 3 users not shown) | |||
Line 24: | Line 24: | ||
* Currently testing and debugging both | * Currently testing and debugging both | ||
* Fixed bugs | * Fixed bugs | ||
* Reviewed [https://forum.hypercore.one/t/metrics-code-review-for-op-sig-meeting-by-chatgpt/531 Go code for metrics] used for monitoring purposes | |||
[[User:George|George]] | [[User:George|George]] | ||
* Created intial znnd_prom_exporter with currentHeight, targetHeight, and connectedPeers | |||
* Starting to create requirements for OP SIG from HyperQube SIG | |||
[[User:Coinselor|Coinselor]] | [[User:Coinselor|Coinselor]] | ||
* The readme file is duplicated. The convention is to use all uppercase. We should delete <code>readme.md</code> | |||
* I've [https://github.com/coinselor/go-zenon-script/commit/88b5a86cb96728eb9d3f672dff1419e558162d97 implemented minimal logic] to address [https://github.com/hypercore-one/deployment/issues/10 #10] - | |||
** Should it also check for <code>apt</code>? | |||
** Should we check if <code>/etc/debian_version</code> exist? | |||
== Meeting Minutes == | == Meeting Minutes == |
Latest revision as of 16:56, 21 October 2024
Agenda
What: Meeting to Discuss Improving Node Operations as part of the HC1: OP SIG
When: 21 Oct 2024 @ 8 CET EST
Where: https://matrix.to/#/#sig-op:hc1.chat
Chair: 0x3639
Agenda:
- Discuss follow Up items from previous meeting
- Document action items
- Establish next meeting
If you want to attend please respond (or DM) with your full matrix username and I will invite you to the group. No FUD, anger or BS allowed.
Pre-meeting Notes
- Added script to backup locally and to digital ocean
- Added script to restore from local or digital ocean
- Currently testing and debugging both
- Fixed bugs
- Reviewed Go code for metrics used for monitoring purposes
- Created intial znnd_prom_exporter with currentHeight, targetHeight, and connectedPeers
- Starting to create requirements for OP SIG from HyperQube SIG
- The readme file is duplicated. The convention is to use all uppercase. We should delete
readme.md
- I've implemented minimal logic to address #10 -
- Should it also check for
apt
? - Should we check if
/etc/debian_version
exist?
- Should it also check for