Logo
Explore Help
Sign In
mirror/librenms-librenms
Watch 1
Star 0
Fork 0
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
php72
librenms-librenms/includes/polling/os.inc.php
T

9 lines
124 B
PHP
Raw Permalink Normal View History

poller overhaul. system/os split into modules. each device is wrapped in poll_device(). this probably breaks everything for you. adios, little datums.
2011-05-03 21:17:04 +00:00
<?php
Implement OS specific information discovery (#11446)
2020-05-14 11:27:59 -05:00
use LibreNMS\OS;
fixes to new poller
2011-05-03 21:46:25 +00:00
Apply fixes from StyleCI (#12121)
2020-09-21 15:43:38 +02:00
if (! $os instanceof OS) {
Implement OS specific information discovery (#11446)
2020-05-14 11:27:59 -05:00
$os = OS::make($device);
improve hp procurve version detection
2012-04-13 23:10:32 +00:00
}
Implement OS specific information discovery (#11446)
2020-05-14 11:27:59 -05:00
(new \LibreNMS\Modules\OS())->poll($os);
Reference in New Issue Copy Permalink
Powered by Gitea Page: 2492ms Template: 4ms
edge-auto
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