Generify sensor display on overview page, make links go directly to zoomed graph unless you click on the header in which case you go to that sensor health overview page

git-svn-id: http://www.observium.org/svn/observer/trunk@1749 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Tom Laermans
2010-12-02 16:45:32 +00:00
parent fb5ff16592
commit f71eac502f
15 changed files with 112 additions and 259 deletions

View File

@@ -0,0 +1,10 @@
<?php
$graph_type = "sensor_frequency";
$sensor_class = "freq";
$sensor_unit = "Hz";
$sensor_type = "Frequencies";
include('pages/device/overview/generic/sensor.inc.php');
?>