Files
librenms-librenms/includes/discovery/os/vcs.inc.php

6 lines
91 B
PHP
Raw Normal View History

<?php
2016-09-22 02:34:17 +03:00
if (str_contains('.1.3.6.1.4.1.5596.130.6.4.1', $sysObjectId)) {
$os = 'vcs';
}