mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
per device type hover graphs
git-svn-id: http://www.observium.org/svn/observer/trunk@1263 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -97,11 +97,42 @@ if(!$config['graph_colours']['mixed']) {
|
||||
|
||||
$device_types = array('server','network','firewall','workstation','printer','power', 'environment');
|
||||
|
||||
## Popup graphs
|
||||
|
||||
# Default
|
||||
$popgraph['default'][] = 'device_cpu';
|
||||
$popgraph['default'][] = 'device_memory';
|
||||
$popdescr['default'] = "CPU & Memory Usage";
|
||||
|
||||
$popgraph['apc'][] = 'device_current';
|
||||
$popdescr['apc'] = "Current";
|
||||
|
||||
$popgraph['mgeups'][] = 'device_current';
|
||||
$popdescr['mgeups'] = "Current";
|
||||
|
||||
$popgraph['dell-laser'][] = 'device_toner';
|
||||
$popdescr['dell-laser'] = "Toner";
|
||||
|
||||
#$popgraph['areca'][] = 'device_';
|
||||
#$popdescr['areca'] = "";
|
||||
|
||||
$popgraph['netmanplus'][] = 'device_current';
|
||||
$popdescr['netmanplus'] = "Current";
|
||||
|
||||
$popgraph['akcp'][] = 'device_temperatures';
|
||||
$popdescr['akcp'] = "Temperature";
|
||||
|
||||
$popgraph['minkelsrms'] = $popgraph['akcp'];
|
||||
$popdescr['minkelsrms'] = $popdescr['akcp'];
|
||||
|
||||
$popgraph['papouch-tme'][] = 'device_temperatures';
|
||||
$popdescr['papouch-tme'] = "Temperature";
|
||||
|
||||
##############################
|
||||
# No changes below this line #
|
||||
##############################
|
||||
|
||||
$config['version'] = "0.10.6";
|
||||
$config['version'] = "0.10";
|
||||
|
||||
$config['rrd_opts_array'] = explode(" ", trim($config['rrdgraph_def_text']));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user