diff --git a/html/includes/graphs/device/waas_cwotfostatsactiveoptconn.inc.php b/html/includes/graphs/device/waas_cwotfostatsactiveoptconn.inc.php new file mode 100644 index 0000000000..0d788bab32 --- /dev/null +++ b/html/includes/graphs/device/waas_cwotfostatsactiveoptconn.inc.php @@ -0,0 +1,19 @@ + $connections + ); + + $tags = compact('rrd_def'); + data_update($device, 'waas_cwotfostatsactiveoptconn', $tags, $fields); + $graphs['waas_cwotfostatsactiveoptconn'] = true; +} diff --git a/sql-schema/140.sql b/sql-schema/140.sql new file mode 100644 index 0000000000..0617e3634b --- /dev/null +++ b/sql-schema/140.sql @@ -0,0 +1 @@ +INSERT INTO `graph_types`(`graph_type`, `graph_subtype`, `graph_section`, `graph_descr`, `graph_order`) VALUES ('device', 'waas_cwotfostatsactiveoptconn', 'graphs', 'Optimized TCP Connections', '');