prometheus-node-exporter-lua: fix nat scraper

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
This commit is contained in:
Etienne Champetier 2017-12-08 19:03:36 -08:00
parent 58c136a521
commit 747f4ce7af
1 changed files with 1 additions and 2 deletions

View File

@ -266,8 +266,7 @@ end
function scraper_nat()
-- documetation about nf_conntrack:
-- https://www.frozentux.net/iptables-tutorial/chunkyhtml/x1309.html
-- local natstat = line_split(get_contents("/proc/net/nf_conntrack"))
local natstat = line_split(get_contents("nf_conntrack"))
local natstat = line_split(get_contents("/proc/net/nf_conntrack"))
nat_metric = metric("node_nat_traffic", "gauge" )
for i, e in ipairs(natstat) do