diff options
author | onefang | 2019-12-12 13:50:44 +1000 |
---|---|---|
committer | onefang | 2019-12-12 13:50:44 +1000 |
commit | cd059942f133be4a2a644528866df7ecb74838f6 (patch) | |
tree | 4b5a97d0658362b7ef8e5a4279953037efbc020e | |
parent | Repack updated data directories. (diff) | |
download | apt-panopticon-cd059942f133be4a2a644528866df7ecb74838f6.zip apt-panopticon-cd059942f133be4a2a644528866df7ecb74838f6.tar.gz apt-panopticon-cd059942f133be4a2a644528866df7ecb74838f6.tar.bz2 apt-panopticon-cd059942f133be4a2a644528866df7ecb74838f6.tar.xz |
Don't need this comment anymore.
-rw-r--r-- | apt-panopticommon.lua | 10 |
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' | |||
496 | local RRAl3 = 'RRA:LAST:0.9:223:1202' | 496 | local RRAl3 = 'RRA:LAST:0.9:223:1202' |
497 | local RRAl4 = 'RRA:LAST:0.9:2635:1201' | 497 | local 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 | |||
509 | APT.createRRD = function(host, ip) | 499 | APT.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 |