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
/
discovery
/
os
/
fortios.inc.php
8 lines
112 B
PHP
Raw
Normal View
History
Unescape
Escape
Added basic detection for FortiOS
2015-08-31 21:19:39 +00:00
<
?
php
if
(
!
$os
)
{
Updated sysObjectId
2015-08-31 21:21:36 +00:00
if
(
strstr
(
$sysObjectId
,
'.1.3.6.1.4.1.12356.103.3'
))
{
Added basic detection for FortiOS
2015-08-31 21:19:39 +00:00
$os
=
'fortios'
;
}
}
Reference in New Issue
Copy Permalink