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
ad9590df9b510244eb562bc3cca908d5a64f1d99
librenms-librenms/includes/discovery/os/openbsd.inc.php

10 lines
183 B
PHP
Raw Normal View History

git-svn-id: http://www.observium.org/svn/observer/trunk@1443 61d68cd4-352d-0410-923a-c4978735b2b8
2010-07-20 14:03:54 +00:00
<?php
code cleanup/reformat os discovery files git-svn-id: http://www.observium.org/svn/observer/trunk@1833 61d68cd4-352d-0410-923a-c4978735b2b8
2011-03-14 19:16:40 +00:00
if (!$os)
{
allow detecting OpenBSD's own snmpd by sysObjectId
2015-04-23 22:35:23 +01:00
if (strstr($sysObjectId, ".1.3.6.1.4.1.30155.23.1")) { $os = "openbsd"; } # snmpd
if (preg_match("/OpenBSD/", $sysDescr)) { $os = "openbsd"; } # Net-SNMP
git-svn-id: http://www.observium.org/svn/observer/trunk@1443 61d68cd4-352d-0410-923a-c4978735b2b8
2010-07-20 14:03:54 +00:00
}
fix openbsd. add some mibs. move around load balancer stuff. git-svn-id: http://www.observium.org/svn/observer/trunk@2848 61d68cd4-352d-0410-923a-c4978735b2b8
2012-01-24 16:21:17 +00:00
?>
Reference in New Issue Copy Permalink
Powered by Gitea Page: 411ms 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