Modernize LGTMP stack and add ntopng, AI/GPU, and OPNsense monitoring integrations#8
Merged
Merged
Conversation
Agent-Logs-Url: https://github.com/acester822/LGTMP/sessions/6eb222fa-2a22-4c9d-9097-d38037eabcbf Co-authored-by: acester822 <117385563+acester822@users.noreply.github.com>
Agent-Logs-Url: https://github.com/acester822/LGTMP/sessions/6eb222fa-2a22-4c9d-9097-d38037eabcbf Co-authored-by: acester822 <117385563+acester822@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update LGTMP stack with new monitoring capabilities
Modernize LGTMP stack and add ntopng, AI/GPU, and OPNsense monitoring integrations
May 18, 2026
acester822
approved these changes
May 18, 2026
acester822
approved these changes
May 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR updates the LGTMP stack to current stable container images and extends observability coverage with ntopng network telemetry, AI/LLM GPU metrics, and OPNsense firewall monitoring. It wires new integrations end-to-end across Compose, Alloy modules, Grafana provisioning, nginx routing, and README guidance while preserving backward compatibility defaults.
Stack image refresh (May 2026 baseline)
compose.yaml:ntopng network monitoring
ntopngservice incompose.yamlwith:ntopng_data)metrics.grafana.com/*)3001:3000config/ntopng/gateway_ntopng.confNTOPNG_HOSTenv defaultconfig/alloy/modules/integrations/ntopng.alloyAI/LLM monitoring capabilities
dcgm-exporterservice under Composegpuprofile.drm,hwmon).config/alloy/modules/integrations/ai-monitoring.alloyconfig/grafana/provisioning/dashboards/monitoring/ai-monitoring-sample.jsonOPNsense integration
config/alloy/modules/integrations/opnsense.alloyconfig/grafana/provisioning/dashboards/monitoring/opnsense-monitoring-sample.jsonAlloy and Grafana provisioning updates
config/alloy/master.alloyto import and instantiate:component_ntopngcomponent_ai_monitoringcomponent_opnsenseconfig/grafana/provisioning/datasources/integrations-datasources.yamlNTOPNG Metrics,AI Metrics,OPNsense MetricsExamples and docs
config/alloy/modules/integrations/README.mdconfig/alloy/modules/integrations/examples/ai-monitoring-example.alloyconfig/alloy/modules/integrations/examples/opnsense-example.alloyREADME.mdwith:ntopng,dcgm-exporter)Example (new Alloy module wiring in
config/alloy/master.alloy):import.file "integrations" { filename = coalesce(sys.env("ALLOY_MODULES_FOLDER"), "/etc/alloy/modules") + "/integrations" } integrations.component_ntopng "default" { forward_to = [provider.self_hosted_stack.compose.metrics_receiver] scrape_interval = "30s" }Original prompt
This pull request was created from Copilot chat.