Initial commit: loc_az_hci (smom-dbis-138 excluded via .gitignore)
Some checks failed
Test / test (push) Has been cancelled
Some checks failed
Test / test (push) Has been cancelled
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
6
infrastructure/monitoring/azure-monitor-integration.sh
Executable file
6
infrastructure/monitoring/azure-monitor-integration.sh
Executable 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."
|
||||
|
||||
6
infrastructure/monitoring/configure-lldp-netdisco.sh
Executable file
6
infrastructure/monitoring/configure-lldp-netdisco.sh
Executable 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"
|
||||
|
||||
6
infrastructure/monitoring/setup-hardware-monitoring.sh
Executable file
6
infrastructure/monitoring/setup-hardware-monitoring.sh
Executable 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."
|
||||
|
||||
6
infrastructure/monitoring/setup-syslog-collection.sh
Executable file
6
infrastructure/monitoring/setup-syslog-collection.sh
Executable 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."
|
||||
|
||||
Reference in New Issue
Block a user