Bug 1837368

Summary: RFE: Add service definition for collectd
Product: Red Hat Enterprise Linux 8 Reporter: Graham Leggett <minfrin>
Component: firewalldAssignee: Eric Garver <egarver>
Status: CLOSED ERRATA QA Contact: Jiri Peska <jpeska>
Severity: medium Docs Contact:
Priority: medium    
Version: 8.4CC: egarver, jpeska, todoleza
Target Milestone: rcKeywords: FutureFeature, Upstream
Target Release: 8.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: firewalld-0.8.2-3.el8 Doc Type: No Doc Update
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-05-18 14:58:48 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Graham Leggett 2020-05-19 11:18:32 UTC
Description of problem:

No collectd.xml file exists for collectd.

Version-Release number of selected component (if applicable):

firewalld-0.7.0-5

How reproducible:

Always

Steps to Reproduce:
1. Install firewalld
2. Run the command below.

Actual results:

[root@monitor ~]# /usr/bin/firewall-cmd --permanent --zone=public --add-service=collectd
Error: INVALID_SERVICE: 'collectd' not among existing services
Expected results:

Firewall updated.

Additional info:

Add a file as follows:

<?xml version="1.0" encoding="utf-8"?>
<service>
  <short>Collectd</short>
  <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>
  <port protocol="udp" port="25826"/>
</service>

Comment 2 Vrinda 2020-06-15 18:01:20 UTC
Upstream:

8b974e75d910 ("feat(service): add collectd service")

Comment 12 errata-xmlrpc 2021-05-18 14:58:48 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (firewalld bug fix and enhancement update), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2021:1643