This website requires JavaScript.
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
5dffa14f80a761ddf8bc97fdb1a0594de37776c1
librenms-librenms
/
includes
/
osdiscovery
/
linux.inc.php
T
8 lines
83 B
PHP
Raw
Normal View
History
Unescape
Escape
Add and update new os discovery functions
2008-03-12 11:15:58 +00:00
<?
php
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!
2009-11-28 09:48:23 +00:00
if
(
preg_match
(
"/^Linux/"
,
$sysDescr
))
{
$os
=
"linux"
;
}
Add and update new os discovery functions
2008-03-12 11:15:58 +00:00
}
?>
Reference in New Issue
Copy Permalink