Blame SOURCES/v0.9.0-0063-feat-service-add-collectd-service.patch

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