RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1837368 - RFE: Add service definition for collectd
Summary: RFE: Add service definition for collectd
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: firewalld
Version: 8.4
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: rc
: 8.0
Assignee: Eric Garver
QA Contact: Jiri Peska
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-05-19 11:18 UTC by Graham Leggett
Modified: 2021-05-18 14:58 UTC (History)
3 users (show)

Fixed In Version: firewalld-0.8.2-3.el8
Doc Type: No Doc Update
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-05-18 14:58:48 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.