20 lines
301 B
PHP
20 lines
301 B
PHP
<?php
|
|
|
|
/**
|
|
* Observium
|
|
*
|
|
* This file is part of Observium.
|
|
*
|
|
* @package observium
|
|
* @subpackage graphs
|
|
* @copyright (C) Adam Armstrong
|
|
*
|
|
*/
|
|
|
|
$rrd_filename = get_rrd_path($device, "arista-netstats-sw-ip6.rrd");
|
|
$ipv = "v6";
|
|
|
|
include("netstat_arista_sw_ip.inc.php");
|
|
|
|
?>
|