Add PanOS and ArubaOS support, patch by vendis / Christer.

git-svn-id: http://www.observium.org/svn/observer/trunk@2806 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Tom Laermans
2012-01-02 15:56:00 +00:00
parent 661480fb4c
commit 607ec8a398
8 changed files with 79 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 990 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

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