mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix docs custom graph rrd functions (#12803)
This commit is contained in:
@@ -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';
|
||||
|
||||
|
Reference in New Issue
Block a user