Logo
Explore Help
Sign In
mirror/librenms-librenms
1
0
Fork 0
You've already forked librenms-librenms
mirror of https://github.com/librenms/librenms.git synced 2024-10-07 16:52:45 +00:00
Code Issues Actions Packages Projects Releases Wiki Activity
Files
d64a083141d78dfbaba2c2e7d9aea1a84a752e96
librenms-librenms/includes/discovery/os/cometsystem.inc.php

8 lines
204 B
PHP
Raw Normal View History

add OS detection and temperature support for Comet System P85xx, os detection for blade network technologies hardware git-svn-id: http://www.observium.org/svn/observer/trunk@1943 61d68cd4-352d-0410-923a-c4978735b2b8
2011-03-21 11:03:24 +00:00
<?php
refactor: OS discovery files (c) (#4534) * refactor: OS discovery files (c) * Small fixes to oids
2016-09-24 20:14:41 +01:00
if (preg_match('/.+Firmware Version \d+-\d+-\d+.+/', $sysDescr)) {
if (is_numeric(snmp_get($device, '.1.3.6.1.4.1.22626.1.5.2.1.3.0', '-Oqv', ''))) {
$os = 'cometsystem-p85xx';
add OS detection and temperature support for Comet System P85xx, os detection for blade network technologies hardware git-svn-id: http://www.observium.org/svn/observer/trunk@1943 61d68cd4-352d-0410-923a-c4978735b2b8
2011-03-21 11:03:24 +00:00
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Page: 536ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API