1 /* Licensed to the public under the Apache License 2.0. */
5 return L.Class.extend({
8 rrdargs: function(graph, host, plugin, plugin_instance, dtype) {
10 title: "%H: Conntrack entries",
12 number_format: "%5.0lf",
14 /* collectd 5.5+: specify "" to exclude "max" instance */
19 conntrack: [ "value" ]
24 title: "Tracked connections"
31 title: "%H: Conntrack usage",
33 number_format: "%5.1lf%%",
35 alt_autoscale_max: true,
49 return [ entries, percent ];