Commit graph

158 commits

Author SHA1 Message Date
Gleb Tcivie 577900faf3
Update README.md 2024-11-04 10:39:52 +02:00
Gleb Tcivie 8eb6184763
Update README.md 2024-10-22 22:01:08 +03:00
Gleb Tcivie 44549c75a6
Update README.md 2024-10-22 21:50:56 +03:00
Gleb Tcivie bc4ff2d6f5
Merge pull request #68 from tcivie/patch-readme
Update README.md
2024-10-22 21:47:27 +03:00
Gleb Tcivie c46049f866 Update README.md 2024-10-22 21:46:45 +03:00
Gleb Tcivie e73837ac6b
Merge pull request #67 from tcivie/dashboard-update
dashboard-update
2024-10-22 21:38:04 +03:00
Gleb Tcivie ddf675be87 Updated the dashboards with a more useful information 2024-10-22 21:32:21 +03:00
Gleb Tcivie c187380bf2 Fixed port on master to be the default for prometheus (9464) 2024-10-22 21:32:01 +03:00
Gleb Tcivie 025259f279
Merge pull request #65 from tcivie/tcivie-patch-1 2024-10-21 18:56:25 +03:00
Gleb Tcivie 5875bde6d9
Update Dockerfile.grafana 2024-10-21 18:54:28 +03:00
Gleb Tcivie f3766c73ec
Update Dockerfile.grafana
Update CVE-2014-9264
2024-10-21 18:41:34 +03:00
Gleb Tcivie f11ca840f7
Merge pull request #61 from panaceya/patch-1
FIX: #60
2024-10-21 16:00:55 +03:00
Gleb Tcivie 091536c79f
Merge branch 'main' into patch-1 2024-10-21 14:40:48 +03:00
Gleb Tcivie 3de42a02d2
Merge pull request #64 from tcivie/alpine-update
Update Dockerfile.exporter
2024-10-21 14:40:18 +03:00
Gleb Tcivie 58eb131488
Update Dockerfile.exporter
Looks like the basic alpine is missing required meshtastic package
2024-10-21 14:38:22 +03:00
panaceya 2b1263ec4a
FIX: #60 2024-10-21 09:20:26 +03:00
Gleb Tcivie e57f315dcb
Merge pull request #59 from tcivie/node-configuration-metrics
Node configuration metrics
2024-08-09 21:18:51 +03:00
Gleb Tcivie 362c06f6e2 Merge remote-tracking branch 'origin/node-configuration-metrics' into node-configuration-metrics 2024-08-09 21:16:22 +03:00
Gleb Tcivie 6f7886435f Merge remote-tracking branch 'origin/node-configuration-metrics' into node-configuration-metrics
# Conflicts:
#	exporter/metric/node_configuration_metrics.py
2024-08-09 21:16:16 +03:00
Gleb Tcivie 93a3947443 Merge remote-tracking branch 'origin/node-configuration-metrics' into node-configuration-metrics
# Conflicts:
#	exporter/metric/node_configuration_metrics.py
2024-08-09 21:13:21 +03:00
Gleb Tcivie 340578ed86 Bugfix (Fixed issue with unknown json data configuration) 2024-08-09 21:13:12 +03:00
Gleb Tcivie e155aeaeae Bugfix (Fixed issue with unknown json data configuration) 2024-08-09 21:11:00 +03:00
Gleb Tcivie 055db4f585
Merge pull request #58 from tcivie/node-configuration-metrics
Bugfix
2024-08-09 20:32:35 +03:00
Gleb Tcivie a694b94cec
Merge branch 'main' into node-configuration-metrics 2024-08-09 20:30:45 +03:00
Gleb Tcivie 0b8bd8e025 Bugfix 2024-08-09 20:29:50 +03:00
Gleb Tcivie 94d8512818
Merge pull request #57 from tcivie/node-configuration-metrics
Node configuration metrics
2024-08-09 13:41:18 +03:00
Gleb Tcivie 6dc3116622 Removed breaking trigger from sql init 2024-08-09 13:36:18 +03:00
Gleb Tcivie 7d1d32d67e Added depends on for the exporter (Ensure it's getting up after the postgress and prometheus) 2024-08-09 13:29:46 +03:00
Gleb Tcivie edc06f001b Updated the grafana boards and added additional node investigation board (Details about nodes and the packets they send) 2024-08-09 13:21:13 +03:00
Gleb Tcivie 1c6eb81889 Refactored the code + added support for node_configuration_metrics 2024-08-09 13:20:31 +03:00
Gleb Tcivie 36ce36287e
Merge pull request #56 from tcivie/50-ingest-from-multiple-mqtt-topics-and-servers-this-somewhat-goes-with-the-other-request
Added support for multiple topics (comma seperated)
2024-08-09 09:24:04 +03:00
Gleb Tcivie 45f47d107a
Update main.yml 2024-08-09 09:22:14 +03:00
Gleb Tcivie c9390ee417 Added support for multiple topics (comma seperated) 2024-08-09 09:18:15 +03:00
Gleb Tcivie 6139b7a968
Merge pull request #53 from tcivie/49-mqtt-import-stops
Performence optimization + redesign
2024-07-26 20:12:12 +03:00
Gleb Tcivie dffc77a9dc Merge remote-tracking branch 'origin/49-mqtt-import-stops' into 49-mqtt-import-stops 2024-07-26 20:09:37 +03:00
Gleb Tcivie 381c29a461 Merge remote-tracking branch 'origin/49-mqtt-import-stops' into 49-mqtt-import-stops
# Conflicts:
#	exporter/processor_base.py
2024-07-26 20:09:32 +03:00
Gleb Tcivie 006ed7ccfb Merge remote-tracking branch 'origin/49-mqtt-import-stops' into 49-mqtt-import-stops
# Conflicts:
#	exporter/processor_base.py
2024-07-26 20:04:52 +03:00
Gleb Tcivie 0b487336fb Bug fixes: Changed Histograms to Gages and updated the dashboards 2024-07-26 20:04:22 +03:00
Gleb Tcivie 3cfadccc27 Removed metric on message size in char len and replaced with overall size of packet by common labels and portnum 2024-07-26 13:21:48 +03:00
Gleb Tcivie 821056664e Removed metric on message size in char len and replaced with overall size of packet by common labels and portnum 2024-07-26 13:18:09 +03:00
Gleb Tcivie ea3f00b466 Added more "Static" data like geolocation to the PostgressDB and removed it from prometheus to reduce the load. + Added support for lookup of Country + City + State for nodes per geolocation. 2024-07-26 13:04:36 +03:00
Gleb Tcivie d3f60cc5ff Added support for filtering specific types of messages from being reported 2024-07-26 12:02:17 +03:00
Gleb Tcivie ed5b1ee0ef
Merge pull request #48 from tcivie/tcivie-patch-1
Update auto-tagging.yml
2024-07-20 18:15:42 +03:00
Gleb Tcivie 7dc721cc43
Update auto-tagging.yml 2024-07-20 18:13:32 +03:00
Gleb Tcivie 9c890fd13e
Merge pull request #47 from tcivie/version-bump-test
Test version bump
2024-07-20 18:09:43 +03:00
Gleb Tcivie fe483759fb
Test version bump 2024-07-20 18:07:37 +03:00
Gleb Tcivie 7a8846fe79
Merge pull request #46 from tcivie/tcivie-patch-1
Update auto-tagging.yml
2024-07-20 18:04:18 +03:00
Gleb Tcivie 1d64675749
Update auto-tagging.yml 2024-07-20 18:02:15 +03:00
Gleb Tcivie 7fc83f581e
Merge pull request #45 from tcivie/tcivie-patch-1
Update README.md
2024-07-20 17:52:31 +03:00
Gleb Tcivie 31dbc6cde9
Update README.md 2024-07-20 17:49:55 +03:00