This website requires JavaScript.
Explore
Help
Sign In
mirror
/
librenms-librenms
Watch
1
Star
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
librenms-librenms
/
includes
/
osdiscovery
/
discover-openbsd.php
8 lines
87 B
PHP
Raw
Normal View
History
Unescape
Escape
replacing <? with <?php git-svn-id: http://www.observium.org/svn/observer/trunk@466 61d68cd4-352d-0410-923a-c4978735b2b8
2009-09-07 11:07:59 +00:00
<
?
php
Add and update new os discovery functions git-svn-id: http://www.observium.org/svn/observer/trunk@135 61d68cd4-352d-0410-923a-c4978735b2b8
2008-03-12 11:15:58 +00:00
if
(
!
$os
)
{
a billion changes. **** MAKE SURE TO UPDATE DATABASE AND RUN poll-os.php AND discovery.php -h all **** This is VERY important, as a lot of things have changed! Expect missing files, and another update soon! git-svn-id: http://www.observium.org/svn/observer/trunk@531 61d68cd4-352d-0410-923a-c4978735b2b8
2009-11-28 09:48:23 +00:00
if
(
preg_match
(
"
/^OpenBSD/
"
,
$sysDescr
))
{
$os
=
"
openbsd
"
;
}
Add and update new os discovery functions git-svn-id: http://www.observium.org/svn/observer/trunk@135 61d68cd4-352d-0410-923a-c4978735b2b8
2008-03-12 11:15:58 +00:00
}
?>
Reference in New Issue
Copy Permalink