Initial commit: loc_az_hci (smom-dbis-138 excluded via .gitignore)
Some checks failed
Test / test (push) Has been cancelled

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
defiQUG
2026-02-08 09:04:46 -08:00
commit c39465c2bd
386 changed files with 50649 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
#!/bin/bash
# Azure Monitor Integration via Arc
echo "Azure Monitor integration configured via Azure Arc."
echo "See docs/azure-arc-onboarding.md for configuration."

View File

@@ -0,0 +1,6 @@
#!/bin/bash
# Configure LLDP/Netdisco Agents
echo "Install and configure LLDP/Netdisco for topology discovery."
echo "Install: apt install lldpd"

View File

@@ -0,0 +1,6 @@
#!/bin/bash
# Setup Hardware Monitoring with Grafana/Prometheus
echo "Setup Grafana/Prometheus dashboards with port-to-server mapping."
echo "See observability VM deployment for full stack."

View File

@@ -0,0 +1,6 @@
#!/bin/bash
# Setup Syslog Collection
echo "Configure syslog collection from Router and Proxmox nodes."
echo "See observability stack for centralized logging."