Get SNMP credentials from env
This commit is contained in:
parent
4b8bf227ad
commit
4da7129db9
1 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue