Observium_CE/html/includes/graphs/device/netapp_net_io.inc.php

22 lines
384 B
PHP

<?php
/**
* Observium
*
* This file is part of Observium.
*
* @package observium
* @subpackage graphs
* @copyright (C) 2006-2013 Adam Armstrong, (C) 2013-2023 Observium Limited
*
*/
$rrd_filename = get_rrd_path($device, "netapp_stats.rrd");
$ds_in = "net_rx";
$ds_out = "net_tx";
include($config['html_dir'] . "/includes/graphs/generic_data.inc.php");
?>