unified sensors grapher

git-svn-id: http://www.observium.org/svn/observer/trunk@2172 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2011-04-26 15:59:10 +00:00
parent 2a276a3d07
commit 10b150c032
2 changed files with 54 additions and 2 deletions
+2 -2
View File
@@ -153,9 +153,9 @@ if (isset($_GET['format']) && preg_match("/^[a-z]*$/", $_GET['format']))
if ($links > 10) ### Unflatten if there are more than 10 links. beyond that it gets messy
{
$maptool = 'unflatten -f -l 5 |dot';
$maptool = 'unflatten -f -l 5 | twopi';
} else {
$maptool = 'dot';
$maptool = 'twopi';
}
if ($where == '') { $maptool = 'neato -Gpack'; }