Merge branch 'master' of https://github.com:/wiad/librenms into issue-2708

Conflicts:
	includes/definitions.inc.php
This commit is contained in:
wiad
2016-01-19 09:51:03 +01:00
9 changed files with 716 additions and 0 deletions

BIN
html/images/os/lenovo.png Normal file
View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 580 B

View File

@@ -209,6 +209,8 @@ function generate_device_link($device, $text=null, $vars=array(), $start=0, $end
$text = $device['hostname'];
}
$text = ip_to_sysname($device,$text);
if (isset($config['os'][$device['os']]['over'])) {
$graphs = $config['os'][$device['os']]['over'];
}