Add fortigate support, many thanks to Matthias Cramer (matthias dot cramer at iway dot ch)

git-svn-id: http://www.observium.org/svn/observer/trunk@2986 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Tom Laermans
2012-04-07 22:36:20 +00:00
parent 02531d8bd9
commit 87d02ab9f9
8 changed files with 5531 additions and 11 deletions

View File

@@ -0,0 +1,20 @@
<?php
$rrd_filename = $config['rrd_dir'] . "/" . $device['hostname'] . "/" . safename("fortigate_cpu.rrd");
include("includes/graphs/common.inc.php");
$ds = "LOAD";
$colour_area = "9999cc";
$colour_line = "0000cc";
$colour_area_max = "9999cc";
$graph_max = 1;
$unit_text = "% CPU";
include("includes/graphs/generic_simplex.inc.php");
?>