mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02:00
Create pulse_sessions.inc.php
This commit is contained in:
@@ -0,0 +1,19 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
$rrd_filename = $config['rrd_dir'].'/'.$device['hostname'].'/'.safename('pulse_sessions.rrd');
|
||||||
|
|
||||||
|
require 'includes/graphs/common.inc.php';
|
||||||
|
|
||||||
|
$ds = 'sessions';
|
||||||
|
|
||||||
|
$colour_area = '9999cc';
|
||||||
|
$colour_line = '0000cc';
|
||||||
|
|
||||||
|
$colour_area_max = '9999cc';
|
||||||
|
|
||||||
|
$graph_max = 1;
|
||||||
|
$graph_min = 0;
|
||||||
|
|
||||||
|
$unit_text = 'Sessions';
|
||||||
|
|
||||||
|
require 'includes/graphs/generic_simplex.inc.php';
|
||||||
Reference in New Issue
Block a user