Fix docs custom graph rrd functions (#12803)

This commit is contained in:
Tony Murray
2021-04-28 09:45:36 -05:00
committed by GitHub
parent 7de808a4e8
commit 3401013477

View File

@@ -75,7 +75,7 @@ includes/html/graphs/device/pulse_sessions.inc.php
```php
<?php
$rrd_filename = rrd_name($device['hostname'], 'pulse_sessions');
$rrd_filename = Rrd::name($device['hostname'], 'pulse_sessions');
require 'includes/graphs/common.inc.php';
@@ -103,7 +103,7 @@ includes/html/graphs/device/pulse_users.inc.php
```php
<?php
$rrd_filename = rrd_name($device['hostname'], 'pulse_users');
$rrd_filename = Rrd::name($device['hostname'], 'pulse_users');
require 'includes/html/graphs/common.inc.php';