aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apt-panopticommon.lua
diff options
context:
space:
mode:
authoronefang2019-12-12 13:50:44 +1000
committeronefang2019-12-12 13:50:44 +1000
commitcd059942f133be4a2a644528866df7ecb74838f6 (patch)
tree4b5a97d0658362b7ef8e5a4279953037efbc020e /apt-panopticommon.lua
parentRepack updated data directories. (diff)
downloadapt-panopticon-cd059942f133be4a2a644528866df7ecb74838f6.zip
apt-panopticon-cd059942f133be4a2a644528866df7ecb74838f6.tar.gz
apt-panopticon-cd059942f133be4a2a644528866df7ecb74838f6.tar.bz2
apt-panopticon-cd059942f133be4a2a644528866df7ecb74838f6.tar.xz
Don't need this comment anymore.
Diffstat (limited to 'apt-panopticommon.lua')
-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