aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--apt-panopticommon.lua10
1 files changed, 0 insertions, 10 deletions
diff --git a/apt-panopticommon.lua b/apt-panopticommon.lua
index f207746..d3139ae 100644
--- a/apt-panopticommon.lua
+++ b/apt-panopticommon.lua
@@ -496,16 +496,6 @@ local RRAl2 = 'RRA:LAST:0.9:50:1210'
496local RRAl3 = 'RRA:LAST:0.9:223:1202' 496local RRAl3 = 'RRA:LAST:0.9:223:1202'
497local RRAl4 = 'RRA:LAST:0.9:2635:1201' 497local RRAl4 = 'RRA:LAST:0.9:2635:1201'
498 498
499--[[
500/var/lib/collectd/rrd/onefang/interface-eth0/if_packets.rrd
501
502 rrd/host.IP/protocol.rrd test-error count
503 rrd/host.IP/protocol.rrd test-warning count
504
505 rrh/host.IP/protocol-speed.rrd min
506 rrh/host.IP/protocol-speed.rrd max
507]]
508
509APT.createRRD = function(host, ip) 499APT.createRRD = function(host, ip)
510 if nil ~= ip then host = host .. '_' .. ip end 500 if nil ~= ip then host = host .. '_' .. ip end
511 for i, p in pairs(APT.protocols) do 501 for i, p in pairs(APT.protocols) do