Difference between revisions of "VI-DB index.php v1.1"

Jump to navigation Jump to search
71 bytes removed ,  10:42, 8 September 2011
m
Minor correction
(Initial creation)
 
m (Minor correction)
 
Line 159: Line 159:
print "<li>Wildcards etc...\n";
print "<li>Wildcards etc...\n";
print "    <ul><li>* - matches any character none or more times</li>\n";
print "    <ul><li>* - matches any character none or more times</li>\n";
print "        <li>? - matches any character exactly once (eg GWA-SR-MSSQL-?0 would match GWA-SR-MSSQL-10, GWA-SR-MSSQL-20, etc)</li>\n";
print "        <li>? - matches any character exactly once</li>\n";
print "        <li>Fuzzy name searches provide broader results, which will normally find VM's despite typos etc</li></ul>\n";
print "        <li>Fuzzy name searches provide broader results, which will normally find VM's despite typos etc</li></ul>\n";
print "<li>VM IP's and Hostnames are only known if the VM was up with VM Tools running when a data collection run occurred</li>\n";
print "<li>VM IP's and Hostnames are only known if the VM was up with VM Tools running when a data collection run occurred</li>\n";

Navigation menu