Files
librenms/includes/discovery/os/asa.inc.php
T
2011-03-14 19:16:40 +00:00

8 lines
113 B
PHP
Executable File

<?php
if (!$os)
{
if (preg_match("/^Cisco\ Adaptive\ Security\ Appliance/", $sysDescr)) { $os = "asa"; }
}
?>