Get SNMP credentials from env

This commit is contained in:
polyfloyd 2023-09-13 19:33:48 +02:00
parent 4b8bf227ad
commit 4da7129db9

View file

@ -19,8 +19,8 @@ try {
// "802.11g/n (IAP)", // "802.11g/n (IAP)",
// "802.11a/n (IAP)", // "802.11a/n (IAP)",
//]; //];
$ip = "IP"; $ip = getenv("ARUBA_INSTANT_IP");
$snmp = "SNMP"; // Keep this secret :) $snmp = getenv("ARUBA_INSTANT_PASSWORD");
$ssid = array(); $ssid = array();