Adam Amstrong 6ef140292e add nxos discovery
git-svn-id: http://www.observium.org/svn/observer/trunk@1352 61d68cd4-352d-0410-923a-c4978735b2b8
2010-07-14 11:50:01 +00:00

10 lines
77 B
PHP
Executable File

<?php
if(!$os) {
if(strstr($sysDescr, "NX-OS")) { $os = "nxos"; }
}
?>