mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Rebased
This commit is contained in:
@@ -77,9 +77,7 @@ if ($device['os'] == 'netscaler') {
|
||||
print_r($vsvr);
|
||||
}
|
||||
|
||||
if ($debug) {
|
||||
print_r($vsvrs);
|
||||
}
|
||||
d_echo($vsvrs);
|
||||
|
||||
foreach ($vsvr_array as $index => $vsvr) {
|
||||
if (isset($vsvr['vsvrName'])) {
|
||||
@@ -132,9 +130,7 @@ if ($device['os'] == 'netscaler') {
|
||||
}//end if
|
||||
}//end foreach
|
||||
|
||||
if ($debug) {
|
||||
print_r($vsvr_exist);
|
||||
}
|
||||
d_echo($vsvr_exist);
|
||||
|
||||
foreach ($vsvrs as $db_name => $db_id) {
|
||||
if (!$vsvr_exist[$db_name]) {
|
||||
|
Reference in New Issue
Block a user