1 2 3 4 5 6
const x = ubus.call("dnsmasq", "metrics"); if (!x) return false; for (let i in x) gauge(`dnsmasq_${i}_total`)(null, x[i]);