ntplog-charm:master

Last commit made on 2022-05-31
Get this branch:
git clone -b master https://git.launchpad.net/ntplog-charm
Members of NTP charm developers can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
master
Repository:
lp:ntplog-charm

Recent commits

7cc4c47... by Junien F

templates/firewall.j2 : also flush the "raw" table

Reviewed-on: https://code.launchpad.net/~axino/ntplog-charm/+git/ntplog-charm/+merge/423676
Reviewed-by: Loïc Gomez <email address hidden>

d014927... by Junien F

templates/firewall.j2 : also flush the "raw" table

cd61691... by Junien F

templates/firewall.j2 : don't conntrack NTP traffic

Reviewed-on: https://code.launchpad.net/~axino/ntplog-charm/+git/ntplog-charm/+merge/423669
Reviewed-by: Romain Couturat <email address hidden>

6d2a8fd... by Junien F

templates/firewall.j2 : don't conntrack NTP traffic

This wasn't required before because by default, Ubuntu wouldn't do
connection tracking at all (kernel module not loaded). Nowadays, there's
ubuntu-fan adding NAT rules, so the conntrack modules are loaded, so
connections are tracked. We don't want that for NTP, so NOTRACK the NTP
traffic.

7077c63... by Junien F

add charmcraft.yaml

Reviewed-on: https://code.launchpad.net/~axino/ntplog-charm/+git/ntplog-charm/+merge/423261
Reviewed-by: Nick Moffitt <email address hidden>

6c062b9... by Junien F

add charmcraft.yaml

7d00225... by Junien F

only count NTP traffic

Reviewed-on: https://code.launchpad.net/~axino/ntplog-charm/+git/ntplog-charm/+merge/423160
Reviewed-by: Nick Moffitt <email address hidden>

232bb06... by Junien F

only count NTP traffic

543aec7... by Junien F

Use the "iptables" telegraf input plugin for metrics

ac9ec32... by Junien F

update the charm for focal and the "iptables" input pluting of telegraf