librenms-librenms/includes/osdiscovery/discover-procurve.php
Adam Amstrong bea6a0667f updates, including fixed procurve support! :)
git-svn-id: http://www.observium.org/svn/observer/trunk@530 61d68cd4-352d-0410-923a-c4978735b2b8
2009-11-24 23:58:56 +00:00

11 lines
85 B
PHP
Executable File

<?php
if(!$os) {
if(strstr($sysDescr, "ProCurve")) { $os = "procurve"; }
}
?>