SNMP Windows Server
Zur Navigation springen
Zur Suche springen
Auf jedem Windows Server der überwacht werden soll:
# SNMP-Feature installieren Install-WindowsFeature SNMP-Service -IncludeManagementTools # Dienst auf Automatisch setzen Set-Service -Name SNMP -StartupType Automatic Start-Service SNMP SNMP per GUI konfigurieren: Start → Services → SNMP Service → Rechtsklick → Eigenschaften → Security → Community String: "public" → Rights: READ ONLY → Add → "Accept SNMP packets from these hosts" → IP von LibreNMS eintragen: 10.10.XX.10 → Add → OK → Dienst neu starten