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