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: Conntrack entries",
13 number_format: "%5.0lf",
15 /* collectd 5.5+: specify "" to exclude "max" instance */
20 conntrack: [ "value" ]
25 title: "Tracked connections"
32 title: "%H: Conntrack usage",
34 number_format: "%5.1lf%%",
36 alt_autoscale_max: true,
50 return [ entries, percent ];