1 /* Licensed to the public under the Apache License 2.0. */
6 return baseclass.extend({
9 rrdargs: function(graph, host, plugin, plugin_instance, dtype) {
11 title: "%H: Firewall: Processed bytes in %pi",
13 number_format: "%5.1lf%sB/s",
14 totals_format: "%5.1lf%sB",
16 types: [ "ipt_bytes" ],
25 title: "%H: Firewall: Processed packets in %pi",
27 number_format: "%5.1lf P/s",
28 totals_format: "%5.1lf%s",
30 types: [ "ipt_packets" ],