# -> / for phpdoc

git-svn-id: http://www.observium.org/svn/observer/trunk@3239 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2012-05-25 11:29:53 +00:00
parent ba28732c3b
commit cacf913a55
235 changed files with 754 additions and 743 deletions

View File

@@ -63,12 +63,12 @@ if ($device['os_group'] == "cisco")
DS:hostpunt:DERIVE:600:0:1000000 ".$config['rrd_rra']);
}
### Copy HC to non-HC if they exist
/// Copy HC to non-HC if they exist
if (is_numeric($cef_stat['cefSwitchingHCDrop'])) { $cef_stat['cefSwitchingDrop'] = $cef_stat['cefSwitchingHCDrop']; }
if (is_numeric($cef_stat['cefSwitchingHCPunt'])) { $cef_stat['cefSwitchingPunt'] = $cef_stat['cefSwitchingHCPunt']; }
if (is_numeric($cef_stat['cefSwitchingHCPunt2Host'])) { $cef_stat['cefSwitchingPunt2Host'] = $cef_stat['cefSwitchingHCPunt2Host']; }
## FIXME -- memcached
/// FIXME -- memcached
$cef_stat['update']['drop'] = $cef_stat['cefSwitchingDrop'];
$cef_stat['update']['punt'] = $cef_stat['cefSwitchingPunt'];
@@ -90,7 +90,7 @@ if ($device['os_group'] == "cisco")
}
}
## FIXME - need to delete old ones. FIXME REALLY.
/// FIXME - need to delete old ones. FIXME REALLY.
print_r($cefs_db);