From 4aa1e421dae3ece1de075ef538f709d6388f8811 Mon Sep 17 00:00:00 2001 From: Vrinda Punj Date: Wed, 10 Jun 2020 16:14:43 -0400 Subject: [PATCH 63/64] feat(service): add collectd service Fixes: rhbz 1837368 (cherry picked from commit 8b974e75d9100b17568a55c4962dfe09d34f03dc) --- config/Makefile.am | 1 + config/services/collectd.xml | 6 ++++++ po/POTFILES.in | 1 + 3 files changed, 8 insertions(+) create mode 100644 config/services/collectd.xml diff --git a/config/Makefile.am b/config/Makefile.am index 702592e6a685..5f44678841f3 100644 --- a/config/Makefile.am +++ b/config/Makefile.am @@ -134,6 +134,7 @@ CONFIG_FILES = \ services/ceph.xml \ services/cfengine.xml \ services/cockpit.xml \ + services/collectd.xml \ services/condor-collector.xml \ services/ctdb.xml \ services/dhcpv6-client.xml \ diff --git a/config/services/collectd.xml b/config/services/collectd.xml new file mode 100644 index 000000000000..fb2483e0e716 --- /dev/null +++ b/config/services/collectd.xml @@ -0,0 +1,6 @@ + + + Collectd + Collectd is a monitoring system that allows metrics to be sent over the network. This rule allows incoming collectd traffic from remote boxes. + + diff --git a/po/POTFILES.in b/po/POTFILES.in index 918f6f0986ae..92323b03fc17 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -67,6 +67,7 @@ config/services/ceph.xml config/services/cfengine.xml config/services/cockpit.xml config/services/condor-collector.xml +config/services/collectd.xml config/services/ctdb.xml config/services/dhcpv6-client.xml config/services/dhcpv6.xml -- 2.28.0