THIS. IS. OBSERVIUM. also some indexes on sql tables.

git-svn-id: http://www.observium.org/svn/observer/trunk@1373 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2010-07-17 12:58:09 +00:00
parent e9ebab6c81
commit e0944c233e
18 changed files with 63 additions and 51 deletions

View File

@@ -6,7 +6,9 @@
unset ($port_ifAlias);
# echo("parser!");
echo("parser!");
echo($this_port['ifAlias']);
list($type,$descr) = preg_split("/[\:\[\]\{\}\(\)]/", $this_port['ifAlias']);
list(,$circuit) = preg_split("/[\{\}]/", $this_port['ifAlias']);
@@ -21,7 +23,9 @@
$port_ifAlias['speed'] = $speed;
$port_ifAlias['notes'] = $notes;
print_r($port_ifAlias);
# if($debug) {
print_r($port_ifAlias);
# }
}