Drop no-longer-used patches, update pmda statsd and mongodb builds
Related: rhbz#2117074
This commit is contained in:
parent
dbb4639431
commit
5c636602ae
31
pcp.spec
31
pcp.spec
@ -11,6 +11,9 @@ Source0: %{artifactory}/pcp-source-release/pcp-%{version}.src.tar.gz
|
|||||||
Source1: %{pcp_git_url}/main/debian/pcp-testsuite.sysusers
|
Source1: %{pcp_git_url}/main/debian/pcp-testsuite.sysusers
|
||||||
Source2: %{pcp_git_url}/main/debian/pcp.sysusers
|
Source2: %{pcp_git_url}/main/debian/pcp.sysusers
|
||||||
|
|
||||||
|
Patch0: redhat-bugzilla-2117074-pmdastatsd-ragel.patch
|
||||||
|
Patch1: redhat-bugzilla-2117074-pmdamongodb-build.patch
|
||||||
|
|
||||||
# The additional linker flags break out-of-tree PMDAs.
|
# The additional linker flags break out-of-tree PMDAs.
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=2043092
|
# https://bugzilla.redhat.com/show_bug.cgi?id=2043092
|
||||||
%undefine _package_note_flags
|
%undefine _package_note_flags
|
||||||
@ -130,6 +133,13 @@ Source2: %{pcp_git_url}/main/debian/pcp.sysusers
|
|||||||
%global disable_json 1
|
%global disable_json 1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
# support for pmdamongodb
|
||||||
|
%if !%{disable_python2} || !%{disable_python3}
|
||||||
|
%global disable_mongodb 0
|
||||||
|
%else
|
||||||
|
%global disable_mongodb 1
|
||||||
|
%endif
|
||||||
|
|
||||||
# No mssql ODBC driver on non-x86 platforms
|
# No mssql ODBC driver on non-x86 platforms
|
||||||
%ifarch x86_64
|
%ifarch x86_64
|
||||||
%if !%{disable_python2} || !%{disable_python3}
|
%if !%{disable_python2} || !%{disable_python3}
|
||||||
@ -399,6 +409,12 @@ Requires: pcp-selinux = %{version}-%{release}
|
|||||||
%global _with_json --with-pmdajson=yes
|
%global _with_json --with-pmdajson=yes
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if %{disable_mongodb}
|
||||||
|
%global _with_mongodb --with-pmdamongodb=no
|
||||||
|
%else
|
||||||
|
%global _with_mongodb --with-pmdamongodb=yes
|
||||||
|
%endif
|
||||||
|
|
||||||
%if %{disable_nutcracker}
|
%if %{disable_nutcracker}
|
||||||
%global _with_nutcracker --with-pmdanutcracker=no
|
%global _with_nutcracker --with-pmdanutcracker=no
|
||||||
%else
|
%else
|
||||||
@ -572,7 +588,10 @@ Requires: pcp-pmda-bpftrace
|
|||||||
Requires: pcp-pmda-gluster pcp-pmda-zswap pcp-pmda-unbound pcp-pmda-mic
|
Requires: pcp-pmda-gluster pcp-pmda-zswap pcp-pmda-unbound pcp-pmda-mic
|
||||||
Requires: pcp-pmda-libvirt pcp-pmda-lio pcp-pmda-openmetrics pcp-pmda-haproxy
|
Requires: pcp-pmda-libvirt pcp-pmda-lio pcp-pmda-openmetrics pcp-pmda-haproxy
|
||||||
Requires: pcp-pmda-lmsensors pcp-pmda-netcheck pcp-pmda-rabbitmq
|
Requires: pcp-pmda-lmsensors pcp-pmda-netcheck pcp-pmda-rabbitmq
|
||||||
Requires: pcp-pmda-openvswitch pcp-pmda-mongodb
|
Requires: pcp-pmda-openvswitch
|
||||||
|
%endif
|
||||||
|
%if !%{disable_mongodb}
|
||||||
|
Requires: pcp-pmda-mongodb
|
||||||
%endif
|
%endif
|
||||||
%if !%{disable_mssql}
|
%if !%{disable_mssql}
|
||||||
Requires: pcp-pmda-mssql
|
Requires: pcp-pmda-mssql
|
||||||
@ -1815,7 +1834,9 @@ Requires: %{__python2}-pcp
|
|||||||
This package contains the PCP Performance Metrics Domain Agent (PMDA) for
|
This package contains the PCP Performance Metrics Domain Agent (PMDA) for
|
||||||
collecting metrics from simple network checks.
|
collecting metrics from simple network checks.
|
||||||
# end pcp-pmda-netcheck
|
# end pcp-pmda-netcheck
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%if !%{disable_mongodb}
|
||||||
#
|
#
|
||||||
# pcp-pmda-mongodb
|
# pcp-pmda-mongodb
|
||||||
#
|
#
|
||||||
@ -2304,6 +2325,8 @@ updated policy package.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0 -p1
|
||||||
|
%patch1 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# the buildsubdir macro gets defined in %%setup and is apparently only available in the next step (i.e. the %%build step)
|
# the buildsubdir macro gets defined in %%setup and is apparently only available in the next step (i.e. the %%build step)
|
||||||
@ -2316,7 +2339,7 @@ sed -i "/PACKAGE_BUILD/s/=[0-9]*/=$_build/" VERSION.pcp
|
|||||||
%if !%{disable_python2} && 0%{?default_python} != 3
|
%if !%{disable_python2} && 0%{?default_python} != 3
|
||||||
export PYTHON=python%{?default_python}
|
export PYTHON=python%{?default_python}
|
||||||
%endif
|
%endif
|
||||||
%configure %{?_with_initd} %{?_with_doc} %{?_with_dstat} %{?_with_ib} %{?_with_podman} %{?_with_statsd} %{?_with_perfevent} %{?_with_bcc} %{?_with_bpf} %{?_with_bpftrace} %{?_with_json} %{?_with_snmp} %{?_with_nutcracker} %{?_with_python2}
|
%configure %{?_with_initd} %{?_with_doc} %{?_with_dstat} %{?_with_ib} %{?_with_podman} %{?_with_statsd} %{?_with_perfevent} %{?_with_bcc} %{?_with_bpf} %{?_with_bpftrace} %{?_with_json} %{?_with_mongodb} %{?_with_snmp} %{?_with_nutcracker} %{?_with_python2}
|
||||||
make %{?_smp_mflags} default_pcp
|
make %{?_smp_mflags} default_pcp
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -2908,8 +2931,10 @@ exit 0
|
|||||||
%preun pmda-lmsensors
|
%preun pmda-lmsensors
|
||||||
%{pmda_remove "$1" "lmsensors"}
|
%{pmda_remove "$1" "lmsensors"}
|
||||||
|
|
||||||
|
%if !%{disable_mongodb}
|
||||||
%preun pmda-mongodb
|
%preun pmda-mongodb
|
||||||
%{pmda_remove "$1" "mongodb"}
|
%{pmda_remove "$1" "mongodb"}
|
||||||
|
%endif
|
||||||
|
|
||||||
%if !%{disable_mssql}
|
%if !%{disable_mssql}
|
||||||
%preun pmda-mssql
|
%preun pmda-mssql
|
||||||
@ -3242,7 +3267,9 @@ PCP_LOG_DIR=%{_logsdir}
|
|||||||
|
|
||||||
%files pmda-lmsensors -f pcp-pmda-lmsensors-files.rpm
|
%files pmda-lmsensors -f pcp-pmda-lmsensors-files.rpm
|
||||||
|
|
||||||
|
%if !%{disable_mongodb}
|
||||||
%files pmda-mongodb -f pcp-pmda-mongodb-files.rpm
|
%files pmda-mongodb -f pcp-pmda-mongodb-files.rpm
|
||||||
|
%endif
|
||||||
|
|
||||||
%if !%{disable_mssql}
|
%if !%{disable_mssql}
|
||||||
%files pmda-mssql -f pcp-pmda-mssql-files.rpm
|
%files pmda-mssql -f pcp-pmda-mssql-files.rpm
|
||||||
|
@ -1,459 +0,0 @@
|
|||||||
diff --git a/qa/1927 b/qa/1927
|
|
||||||
new file mode 100755
|
|
||||||
index 000000000..46afa9509
|
|
||||||
--- /dev/null
|
|
||||||
+++ b/qa/1927
|
|
||||||
@@ -0,0 +1,88 @@
|
|
||||||
+#!/bin/sh
|
|
||||||
+# PCP QA Test No. 1927
|
|
||||||
+# Exercise the sockets PMDA Install/Remove and string metric bug.
|
|
||||||
+#
|
|
||||||
+# Copyright (c) 2022 Red Hat. All Rights Reserved.
|
|
||||||
+#
|
|
||||||
+
|
|
||||||
+seq=`basename $0`
|
|
||||||
+echo "QA output created by $seq"
|
|
||||||
+
|
|
||||||
+# get standard environment, filters and checks
|
|
||||||
+. ./common.product
|
|
||||||
+. ./common.filter
|
|
||||||
+. ./common.check
|
|
||||||
+
|
|
||||||
+[ -f $PCP_PMDAS_DIR/sockets/pmdasockets ] || _notrun "sockets pmda not installed"
|
|
||||||
+
|
|
||||||
+_cleanup()
|
|
||||||
+{
|
|
||||||
+ cd $here
|
|
||||||
+ $sudo rm -rf $tmp $tmp.*
|
|
||||||
+}
|
|
||||||
+
|
|
||||||
+status=0 # success is the default!
|
|
||||||
+$sudo rm -rf $tmp $tmp.* $seq.full
|
|
||||||
+
|
|
||||||
+_filter_sockets()
|
|
||||||
+{
|
|
||||||
+ grep -v 'No value(s) available'
|
|
||||||
+}
|
|
||||||
+
|
|
||||||
+pmdasockets_remove()
|
|
||||||
+{
|
|
||||||
+ echo
|
|
||||||
+ echo "=== remove sockets agent ==="
|
|
||||||
+ $sudo ./Remove >$tmp.out 2>&1
|
|
||||||
+ _filter_pmda_remove <$tmp.out
|
|
||||||
+}
|
|
||||||
+
|
|
||||||
+pmdasockets_install()
|
|
||||||
+{
|
|
||||||
+ # start from known starting points
|
|
||||||
+ cd $PCP_PMDAS_DIR/sockets
|
|
||||||
+ $sudo ./Remove >/dev/null 2>&1
|
|
||||||
+
|
|
||||||
+ echo
|
|
||||||
+ echo "=== sockets agent installation ==="
|
|
||||||
+ $sudo ./Install </dev/null >$tmp.out 2>&1
|
|
||||||
+ cat $tmp.out >>$here/$seq.full
|
|
||||||
+ # Check sockets metrics have appeared ... X metrics and Y values
|
|
||||||
+ _filter_pmda_install <$tmp.out \
|
|
||||||
+ | sed \
|
|
||||||
+ -e 's/[0-9][0-9]* warnings, //' \
|
|
||||||
+ | $PCP_AWK_PROG '
|
|
||||||
+/Check network.persocket metrics have appeared/ {
|
|
||||||
+ if ($7 >= 50 && $7 <= 99) $7 = "X"
|
|
||||||
+ if ($10 >= 0) $10 = "Y"
|
|
||||||
+ }
|
|
||||||
+ { print }'
|
|
||||||
+}
|
|
||||||
+
|
|
||||||
+_prepare_pmda sockets
|
|
||||||
+# note: _restore_auto_restart pmcd done in _cleanup_pmda()
|
|
||||||
+trap "_cleanup_pmda sockets; exit \$status" 0 1 2 3 15
|
|
||||||
+
|
|
||||||
+_stop_auto_restart pmcd
|
|
||||||
+
|
|
||||||
+# real QA test starts here
|
|
||||||
+pmdasockets_install
|
|
||||||
+
|
|
||||||
+# pmcd should have been started by the Install process - check
|
|
||||||
+if pminfo -v network.persocket > $tmp.info 2> $tmp.err
|
|
||||||
+then
|
|
||||||
+ :
|
|
||||||
+else
|
|
||||||
+ echo "... failed! ... here is the Install log ..."
|
|
||||||
+ cat $tmp.out
|
|
||||||
+fi
|
|
||||||
+cat $tmp.info $tmp.err | _filter_sockets
|
|
||||||
+
|
|
||||||
+echo "Check the values for v6only metric are 0 or 1 ..."
|
|
||||||
+pminfo -f network.persocket.v6only | egrep -v 'value [01]$' | sed -e '/^$/d'
|
|
||||||
+
|
|
||||||
+pmdasockets_remove
|
|
||||||
+status=0
|
|
||||||
+
|
|
||||||
+# success, all done
|
|
||||||
+exit
|
|
||||||
diff --git a/qa/1927.out b/qa/1927.out
|
|
||||||
new file mode 100644
|
|
||||||
index 000000000..2ae4385fd
|
|
||||||
--- /dev/null
|
|
||||||
+++ b/qa/1927.out
|
|
||||||
@@ -0,0 +1,17 @@
|
|
||||||
+QA output created by 1927
|
|
||||||
+
|
|
||||||
+=== sockets agent installation ===
|
|
||||||
+Updating the Performance Metrics Name Space (PMNS) ...
|
|
||||||
+Terminate PMDA if already installed ...
|
|
||||||
+[...install files, make output...]
|
|
||||||
+Updating the PMCD control file, and notifying PMCD ...
|
|
||||||
+Check network.persocket metrics have appeared ... X metrics and Y values
|
|
||||||
+Check the values for v6only metric are 0 or 1 ...
|
|
||||||
+network.persocket.v6only
|
|
||||||
+
|
|
||||||
+=== remove sockets agent ===
|
|
||||||
+Culling the Performance Metrics Name Space ...
|
|
||||||
+network.persocket ... done
|
|
||||||
+Updating the PMCD control file, and notifying PMCD ...
|
|
||||||
+[...removing files...]
|
|
||||||
+Check network.persocket metrics have gone away ... OK
|
|
||||||
diff --git a/qa/group b/qa/group
|
|
||||||
index acfc5d208..846c0c4bd 100644
|
|
||||||
--- a/qa/group
|
|
||||||
+++ b/qa/group
|
|
||||||
@@ -1967,6 +1967,7 @@ x11
|
|
||||||
1901 pmlogger local
|
|
||||||
1902 help local
|
|
||||||
1914 atop local
|
|
||||||
+1927 pmda.sockets local
|
|
||||||
1937 pmlogrewrite pmda.xfs local
|
|
||||||
1955 libpcp pmda pmda.pmcd local
|
|
||||||
1956 pmda.linux pmcd local
|
|
||||||
diff --git a/src/pmdas/linux_sockets/pmda.c b/src/pmdas/linux_sockets/pmda.c
|
|
||||||
index d10eacf29..5a3018d8a 100644
|
|
||||||
--- a/src/pmdas/linux_sockets/pmda.c
|
|
||||||
+++ b/src/pmdas/linux_sockets/pmda.c
|
|
||||||
@@ -1,7 +1,7 @@
|
|
||||||
/*
|
|
||||||
* Sockets PMDA
|
|
||||||
*
|
|
||||||
- * Copyright (c) 2021 Red Hat.
|
|
||||||
+ * Copyright (c) 2021-2022 Red Hat.
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of the GNU General Public License as published by the
|
|
||||||
@@ -14,6 +14,7 @@
|
|
||||||
* for more details.
|
|
||||||
*/
|
|
||||||
|
|
||||||
+#include <ctype.h>
|
|
||||||
#include "pmapi.h"
|
|
||||||
#include "pmda.h"
|
|
||||||
|
|
||||||
@@ -147,6 +148,31 @@ sockets_fetchCallBack(pmdaMetric *metric, unsigned int inst, pmAtomValue *atom)
|
|
||||||
return PMDA_FETCH_STATIC;
|
|
||||||
}
|
|
||||||
|
|
||||||
+/*
|
|
||||||
+ * Restrict the allowed filter strings to only limited special
|
|
||||||
+ * characters (open and close brackets - everthing else can be
|
|
||||||
+ * done with alphanumerics) to limit any attack surface here.
|
|
||||||
+ * The ss filtering language is more complex than we ever want
|
|
||||||
+ * to be attempting to parse ourself, so we leave that side of
|
|
||||||
+ * things to the ss command itself.
|
|
||||||
+ */
|
|
||||||
+int
|
|
||||||
+sockets_check_filter(const char *string)
|
|
||||||
+{
|
|
||||||
+ const char *p;
|
|
||||||
+
|
|
||||||
+ for (p = string; *p; p++) {
|
|
||||||
+ if (isspace(*p))
|
|
||||||
+ continue;
|
|
||||||
+ if (isalnum(*p))
|
|
||||||
+ continue;
|
|
||||||
+ if (*p == '(' || *p == ')')
|
|
||||||
+ continue;
|
|
||||||
+ return 0; /* disallow */
|
|
||||||
+ }
|
|
||||||
+ return 1;
|
|
||||||
+}
|
|
||||||
+
|
|
||||||
static int
|
|
||||||
sockets_store(pmResult *result, pmdaExt *pmda)
|
|
||||||
{
|
|
||||||
@@ -165,9 +191,14 @@ sockets_store(pmResult *result, pmdaExt *pmda)
|
|
||||||
case 0: /* network.persocket.filter */
|
|
||||||
if ((sts = pmExtractValue(vsp->valfmt, &vsp->vlist[0],
|
|
||||||
PM_TYPE_STRING, &av, PM_TYPE_STRING)) >= 0) {
|
|
||||||
+ if (sockets_check_filter(av.cp)) {
|
|
||||||
+ sts = PM_ERR_BADSTORE;
|
|
||||||
+ free(av.cp);
|
|
||||||
+ break;
|
|
||||||
+ }
|
|
||||||
if (ss_filter)
|
|
||||||
free(ss_filter);
|
|
||||||
- ss_filter = av.cp; /* TODO filter syntax check */
|
|
||||||
+ ss_filter = av.cp;
|
|
||||||
}
|
|
||||||
break;
|
|
||||||
default:
|
|
||||||
diff --git a/src/pmdas/linux_sockets/ss_parse.c b/src/pmdas/linux_sockets/ss_parse.c
|
|
||||||
index 94c5e16e9..9f3afc691 100644
|
|
||||||
--- a/src/pmdas/linux_sockets/ss_parse.c
|
|
||||||
+++ b/src/pmdas/linux_sockets/ss_parse.c
|
|
||||||
@@ -1,5 +1,5 @@
|
|
||||||
/*
|
|
||||||
- * Copyright (c) 2021 Red Hat.
|
|
||||||
+ * Copyright (c) 2021-2022 Red Hat.
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of the GNU General Public License as published by the
|
|
||||||
@@ -21,65 +21,70 @@ static ss_stats_t ss_p;
|
|
||||||
/* boolean value with no separate value, default 0 */
|
|
||||||
#define PM_TYPE_BOOL (PM_TYPE_UNKNOWN-1)
|
|
||||||
|
|
||||||
+/* helper macros to extract field address and size */
|
|
||||||
+#define SSFIELD(str,type,f) {(str), (sizeof(str)-1), type, (&(f)), (sizeof(f))}
|
|
||||||
+#define SSNULLFIELD(str) {(str), (sizeof(str)-1), PM_TYPE_UNKNOWN, NULL}
|
|
||||||
+
|
|
||||||
static struct {
|
|
||||||
char *field;
|
|
||||||
int len;
|
|
||||||
int type;
|
|
||||||
void *addr;
|
|
||||||
+ int size;
|
|
||||||
int found;
|
|
||||||
} parse_table[] = {
|
|
||||||
- { "timer:", 6, PM_TYPE_STRING, &ss_p.timer_str },
|
|
||||||
- { "uid:", 4, PM_TYPE_U32, &ss_p.uid },
|
|
||||||
- { "ino:", 4, PM_TYPE_64, &ss_p.inode },
|
|
||||||
- { "sk:", 3, PM_TYPE_U64, &ss_p.sk },
|
|
||||||
- { "cgroup:", 7, PM_TYPE_STRING, &ss_p.cgroup },
|
|
||||||
- { "v6only:", 7, PM_TYPE_32, &ss_p.v6only },
|
|
||||||
- { "--- ", 4, PM_TYPE_UNKNOWN, NULL },
|
|
||||||
- { "<-> ", 4, PM_TYPE_UNKNOWN, NULL },
|
|
||||||
- { "--> ", 4, PM_TYPE_UNKNOWN, NULL },
|
|
||||||
- { "skmem:", 6, PM_TYPE_STRING, &ss_p.skmem_str, },
|
|
||||||
- { "ts ", 3, PM_TYPE_BOOL, &ss_p.ts },
|
|
||||||
- { "sack ", 5, PM_TYPE_BOOL, &ss_p.sack },
|
|
||||||
- { "cubic ", 6, PM_TYPE_BOOL, &ss_p.cubic },
|
|
||||||
- { "wscale:", 7, PM_TYPE_STRING, &ss_p.wscale_str },
|
|
||||||
- { "rto:", 4, PM_TYPE_DOUBLE, &ss_p.rto },
|
|
||||||
- { "rtt:", 4, PM_TYPE_STRING, &ss_p.round_trip_str },
|
|
||||||
- { "ato:", 4, PM_TYPE_DOUBLE, &ss_p.ato },
|
|
||||||
- { "backoff:", 8, PM_TYPE_32, &ss_p.backoff },
|
|
||||||
- { "mss:", 4, PM_TYPE_U32, &ss_p.mss },
|
|
||||||
- { "pmtu:", 5, PM_TYPE_U32, &ss_p.pmtu },
|
|
||||||
- { "rcvmss:", 7, PM_TYPE_U32, &ss_p.rcvmss },
|
|
||||||
- { "advmss:", 7, PM_TYPE_U32, &ss_p.advmss },
|
|
||||||
- { "cwnd:", 5, PM_TYPE_U32, &ss_p.cwnd },
|
|
||||||
- { "lost:", 5, PM_TYPE_32, &ss_p.lost },
|
|
||||||
- { "ssthresh:", 9, PM_TYPE_U32, &ss_p.ssthresh },
|
|
||||||
- { "bytes_sent:", 11, PM_TYPE_U64, &ss_p.bytes_sent },
|
|
||||||
- { "bytes_retrans:", 14, PM_TYPE_U64, &ss_p.bytes_retrans },
|
|
||||||
- { "bytes_acked:", 12, PM_TYPE_U64, &ss_p.bytes_acked },
|
|
||||||
- { "bytes_received:", 15, PM_TYPE_U64, &ss_p.bytes_received },
|
|
||||||
- { "segs_out:", 9, PM_TYPE_U32, &ss_p.segs_out },
|
|
||||||
- { "segs_in:", 8, PM_TYPE_U32, &ss_p.segs_in },
|
|
||||||
- { "data_segs_out:", 14, PM_TYPE_U32, &ss_p.data_segs_out },
|
|
||||||
- { "data_segs_in:", 13, PM_TYPE_U32, &ss_p.data_segs_in },
|
|
||||||
- { "send ", 5, PM_TYPE_DOUBLE, &ss_p.send }, /* no ':' */
|
|
||||||
- { "lastsnd:", 8, PM_TYPE_U32, &ss_p.lastsnd },
|
|
||||||
- { "lastrcv:", 8, PM_TYPE_U32, &ss_p.lastrcv },
|
|
||||||
- { "lastack:", 8, PM_TYPE_U32, &ss_p.lastack },
|
|
||||||
- { "pacing_rate ", 12, PM_TYPE_DOUBLE, &ss_p.pacing_rate }, /* no ':' */
|
|
||||||
- { "delivery_rate ", 14, PM_TYPE_DOUBLE, &ss_p.delivery_rate }, /* no ':' */
|
|
||||||
- { "delivered:", 10, PM_TYPE_U32, &ss_p.delivered },
|
|
||||||
- { "app_limited ", 12, PM_TYPE_BOOL, &ss_p.app_limited },
|
|
||||||
- { "reord_seen:", 11, PM_TYPE_32, &ss_p.reord_seen },
|
|
||||||
- { "busy:", 5, PM_TYPE_U64, &ss_p.busy },
|
|
||||||
- { "unacked:", 8, PM_TYPE_32, &ss_p.unacked },
|
|
||||||
- { "rwnd_limited:", 13, PM_TYPE_U64, &ss_p.rwnd_limited },
|
|
||||||
- { "retrans:", 8, PM_TYPE_STRING, &ss_p.retrans_str },
|
|
||||||
- { "dsack_dups:", 11, PM_TYPE_U32, &ss_p.dsack_dups },
|
|
||||||
- { "rcv_rtt:", 8, PM_TYPE_DOUBLE, &ss_p.rcv_rtt },
|
|
||||||
- { "rcv_space:", 10, PM_TYPE_32, &ss_p.rcv_space },
|
|
||||||
- { "rcv_ssthresh:", 13, PM_TYPE_32, &ss_p.rcv_ssthresh },
|
|
||||||
- { "minrtt:", 7, PM_TYPE_DOUBLE, &ss_p.minrtt },
|
|
||||||
- { "notsent:", 8, PM_TYPE_U32, &ss_p.notsent },
|
|
||||||
+ SSFIELD("timer:", PM_TYPE_STRING, ss_p.timer_str),
|
|
||||||
+ SSFIELD("uid:", PM_TYPE_U32, ss_p.uid),
|
|
||||||
+ SSFIELD("ino:", PM_TYPE_64, ss_p.inode),
|
|
||||||
+ SSFIELD("sk:", PM_TYPE_U64, ss_p.sk),
|
|
||||||
+ SSFIELD("cgroup:", PM_TYPE_STRING, ss_p.cgroup),
|
|
||||||
+ SSFIELD("v6only:", PM_TYPE_32, ss_p.v6only),
|
|
||||||
+ SSNULLFIELD("--- "),
|
|
||||||
+ SSNULLFIELD("<-> "),
|
|
||||||
+ SSNULLFIELD("--> "),
|
|
||||||
+ SSFIELD("skmem:", PM_TYPE_STRING, ss_p.skmem_str),
|
|
||||||
+ SSFIELD("ts ", PM_TYPE_BOOL, ss_p.ts),
|
|
||||||
+ SSFIELD("sack ", PM_TYPE_BOOL, ss_p.sack),
|
|
||||||
+ SSFIELD("cubic ", PM_TYPE_BOOL, ss_p.cubic),
|
|
||||||
+ SSFIELD("wscale:", PM_TYPE_STRING, ss_p.wscale_str),
|
|
||||||
+ SSFIELD("rto:", PM_TYPE_DOUBLE, ss_p.rto),
|
|
||||||
+ SSFIELD("rtt:", PM_TYPE_STRING, ss_p.round_trip_str),
|
|
||||||
+ SSFIELD("ato:", PM_TYPE_DOUBLE, ss_p.ato),
|
|
||||||
+ SSFIELD("backoff:", PM_TYPE_32, ss_p.backoff),
|
|
||||||
+ SSFIELD("mss:", PM_TYPE_U32, ss_p.mss),
|
|
||||||
+ SSFIELD("pmtu:", PM_TYPE_U32, ss_p.pmtu),
|
|
||||||
+ SSFIELD("rcvmss:", PM_TYPE_U32, ss_p.rcvmss),
|
|
||||||
+ SSFIELD("advmss:", PM_TYPE_U32, ss_p.advmss),
|
|
||||||
+ SSFIELD("cwnd:", PM_TYPE_U32, ss_p.cwnd),
|
|
||||||
+ SSFIELD("lost:", PM_TYPE_32, ss_p.lost),
|
|
||||||
+ SSFIELD("ssthresh:", PM_TYPE_U32, ss_p.ssthresh),
|
|
||||||
+ SSFIELD("bytes_sent:", PM_TYPE_U64, ss_p.bytes_sent),
|
|
||||||
+ SSFIELD("bytes_retrans:", PM_TYPE_U64, ss_p.bytes_retrans),
|
|
||||||
+ SSFIELD("bytes_acked:", PM_TYPE_U64, ss_p.bytes_acked),
|
|
||||||
+ SSFIELD("bytes_received:", PM_TYPE_U64, ss_p.bytes_received),
|
|
||||||
+ SSFIELD("segs_out:", PM_TYPE_U32, ss_p.segs_out),
|
|
||||||
+ SSFIELD("segs_in:", PM_TYPE_U32, ss_p.segs_in),
|
|
||||||
+ SSFIELD("data_segs_out:", PM_TYPE_U32, ss_p.data_segs_out),
|
|
||||||
+ SSFIELD("data_segs_in:", PM_TYPE_U32, ss_p.data_segs_in),
|
|
||||||
+ SSFIELD("send ", PM_TYPE_DOUBLE, ss_p.send), /* no ':' */
|
|
||||||
+ SSFIELD("lastsnd:", PM_TYPE_U32, ss_p.lastsnd),
|
|
||||||
+ SSFIELD("lastrcv:", PM_TYPE_U32, ss_p.lastrcv),
|
|
||||||
+ SSFIELD("lastack:", PM_TYPE_U32, ss_p.lastack),
|
|
||||||
+ SSFIELD("pacing_rate ", PM_TYPE_DOUBLE, ss_p.pacing_rate), /* no ':' */
|
|
||||||
+ SSFIELD("delivery_rate ", PM_TYPE_DOUBLE, ss_p.delivery_rate), /* no ':' */
|
|
||||||
+ SSFIELD("delivered:", PM_TYPE_U32, ss_p.delivered),
|
|
||||||
+ SSFIELD("app_limited ", PM_TYPE_BOOL, ss_p.app_limited),
|
|
||||||
+ SSFIELD("reord_seen:", PM_TYPE_32, ss_p.reord_seen),
|
|
||||||
+ SSFIELD("busy:", PM_TYPE_U64, ss_p.busy),
|
|
||||||
+ SSFIELD("unacked:", PM_TYPE_32, ss_p.unacked),
|
|
||||||
+ SSFIELD("rwnd_limited:", PM_TYPE_U64, ss_p.rwnd_limited),
|
|
||||||
+ SSFIELD("retrans:", PM_TYPE_STRING, ss_p.retrans_str),
|
|
||||||
+ SSFIELD("dsack_dups:", PM_TYPE_U32, ss_p.dsack_dups),
|
|
||||||
+ SSFIELD("rcv_rtt:", PM_TYPE_DOUBLE, ss_p.rcv_rtt),
|
|
||||||
+ SSFIELD("rcv_space:", PM_TYPE_32, ss_p.rcv_space),
|
|
||||||
+ SSFIELD("rcv_ssthresh:", PM_TYPE_32, ss_p.rcv_ssthresh),
|
|
||||||
+ SSFIELD("minrtt:", PM_TYPE_DOUBLE, ss_p.minrtt),
|
|
||||||
+ SSFIELD("notsent:", PM_TYPE_U32, ss_p.notsent),
|
|
||||||
|
|
||||||
{ NULL }
|
|
||||||
};
|
|
||||||
@@ -225,8 +230,11 @@ ss_parse(char *line, int has_state_field, ss_stats_t *ss)
|
|
||||||
if (*p == '(')
|
|
||||||
p++;
|
|
||||||
r = (char *)parse_table[i].addr;
|
|
||||||
- for (s=p; *s && *s != ' ' && *s != '\n' && *s != ')'; s++)
|
|
||||||
- *r++ = *s; /* TODO check r len */
|
|
||||||
+ for (s=p; *s && *s != ' ' && *s != '\n' && *s != ')'; s++) {
|
|
||||||
+ *r++ = *s;
|
|
||||||
+ if (r - (char *)parse_table[i].addr >= parse_table[i].size - 1)
|
|
||||||
+ break;
|
|
||||||
+ }
|
|
||||||
*r = '\0';
|
|
||||||
break;
|
|
||||||
case PM_TYPE_32:
|
|
||||||
diff --git a/src/pmdas/linux_sockets/ss_stats.h b/src/pmdas/linux_sockets/ss_stats.h
|
|
||||||
index 183db5afa..009a00cd9 100644
|
|
||||||
--- a/src/pmdas/linux_sockets/ss_stats.h
|
|
||||||
+++ b/src/pmdas/linux_sockets/ss_stats.h
|
|
||||||
@@ -1,11 +1,11 @@
|
|
||||||
/*
|
|
||||||
- * Copyright (c) 2021 Red Hat.
|
|
||||||
- *
|
|
||||||
+ * Copyright (c) 2021-2022 Red Hat.
|
|
||||||
+ *
|
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of the GNU General Public License as published by the
|
|
||||||
* Free Software Foundation; either version 2 of the License, or (at your
|
|
||||||
* option) any later version.
|
|
||||||
- *
|
|
||||||
+ *
|
|
||||||
* This program is distributed in the hope that it will be useful, but
|
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
|
|
||||||
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
|
||||||
@@ -26,7 +26,7 @@ typedef struct ss_stats {
|
|
||||||
__int32_t timer_retrans;
|
|
||||||
__uint32_t uid;
|
|
||||||
__uint64_t sk;
|
|
||||||
- char cgroup[64];
|
|
||||||
+ char cgroup[128];
|
|
||||||
__int32_t v6only;
|
|
||||||
char skmem_str[64];
|
|
||||||
__int32_t skmem_rmem_alloc;
|
|
||||||
commit 77ba20d5e76ada83283a262dd2083b2fc284b5f8
|
|
||||||
Author: Nathan Scott <nathans@redhat.com>
|
|
||||||
Date: Thu May 5 09:33:46 2022 +1000
|
|
||||||
|
|
||||||
selinux: policy updates needed for the pmdasockets metrics
|
|
||||||
|
|
||||||
Thanks to Jan Kurík and Miloš Malík we have the additional
|
|
||||||
selinux policy requirements - without these we see QE test
|
|
||||||
failures for this agent with pcp-ss(1) on RHEL.
|
|
||||||
|
|
||||||
Related to Red Hat BZ #1981886.
|
|
||||||
|
|
||||||
diff --git a/qa/917.out.in b/qa/917.out.in
|
|
||||||
index 3bd1dc15e..6a4356a12 100644
|
|
||||||
--- a/qa/917.out.in
|
|
||||||
+++ b/qa/917.out.in
|
|
||||||
@@ -154,9 +154,9 @@ Checking policies.
|
|
||||||
# -- end logging_watch_journal_dirs(pcp_domain) expansion
|
|
||||||
allow [pcp_pmcd_t] [cluster_tmpfs_t] : [file] { write };
|
|
||||||
allow [pcp_pmcd_t] [drbd_exec_t] : [file] { execute execute_no_trans };
|
|
||||||
- allow [pcp_pmcd_t] self : [netlink_generic_socket] { bind create getattr setopt write read };
|
|
||||||
- allow [pcp_pmcd_t] [sbd_exec_t] : [file] { execute execute_no_trans };
|
|
||||||
- allow [pcp_pmcd_t] self : [netlink_tcpdiag_socket] { bind create getattr nlmsg_read setopt };
|
|
||||||
+! allow [pcp_pmcd_t] self : [netlink_generic_socket] { bind create getattr setopt write read };
|
|
||||||
+! allow [pcp_pmcd_t] [sbd_exec_t] : [file] { execute execute_no_trans };
|
|
||||||
+! allow [pcp_pmcd_t] self : [netlink_tcpdiag_socket] { append bind connect create getattr getopt ioctl lock read setattr setopt shutdown write };
|
|
||||||
allow [syslogd_t] [pcp_log_t] : [fifo_file] { open read write };
|
|
||||||
allow [pcp_pmcd_t] [etc_t] : [dir] { open read search getattr lock ioctl };
|
|
||||||
allow [pcp_pmcd_t] [shadow_t] : [file] { getattr ioctl lock open read };
|
|
||||||
diff --git a/src/selinux/GNUlocaldefs b/src/selinux/GNUlocaldefs
|
|
||||||
index 1a1b1428c..1462c5ccb 100644
|
|
||||||
--- a/src/selinux/GNUlocaldefs
|
|
||||||
+++ b/src/selinux/GNUlocaldefs
|
|
||||||
@@ -138,8 +138,8 @@ PCP_NETLINK_GENERIC_SOCKET_RULE="allow pcp_pmcd_t self:netlink_generic_socket {
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifeq "$(PCP_SELINUX_NETLINK_TCPDIAG_SOCKET_CLASS)" "true"
|
|
||||||
-PCP_NETLINK_TCPDIAG_SOCKET_CLASS="class netlink_tcpdiag_socket { bind create getattr nlmsg_read setopt };"
|
|
||||||
-PCP_NETLINK_TCPDIAG_SOCKET_RULE="allow pcp_pmcd_t self:netlink_tcpdiag_socket { bind create getattr nlmsg_read setopt };"
|
|
||||||
+PCP_NETLINK_TCPDIAG_SOCKET_CLASS="class netlink_tcpdiag_socket { append bind connect create getattr getopt ioctl lock read setattr setopt shutdown write };"
|
|
||||||
+PCP_NETLINK_TCPDIAG_SOCKET_RULE="allow pcp_pmcd_t self:netlink_tcpdiag_socket { append bind connect create getattr getopt ioctl lock read setattr setopt shutdown write };"
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifeq "$(PCP_SELINUX_LOCKDOWN_CLASS)" "true"
|
|
||||||
commit a6222992fe5f97f94bdddd928ce9557be1918bfd
|
|
||||||
Author: Jan Kurik <jkurik@redhat.com>
|
|
||||||
Date: Fri May 6 08:04:46 2022 +1000
|
|
||||||
|
|
||||||
selinux: fine-tune netlink_tcpdiag_socket policy for all platforms
|
|
||||||
|
|
||||||
Previous policy set did not apply correctly on ppc64le and aarch64
|
|
||||||
architectures. After some tweaking the following set of permissions
|
|
||||||
was found to work on all the supported architectures and fixes the
|
|
||||||
behavior of the sockets PMDA.
|
|
||||||
|
|
||||||
Related to Red Hat BZ #1981886.
|
|
||||||
|
|
||||||
diff --git a/qa/917.out.in b/qa/917.out.in
|
|
||||||
index 6a4356a12..723193aa2 100644
|
|
||||||
--- a/qa/917.out.in
|
|
||||||
+++ b/qa/917.out.in
|
|
||||||
@@ -156,7 +156,7 @@ Checking policies.
|
|
||||||
allow [pcp_pmcd_t] [drbd_exec_t] : [file] { execute execute_no_trans };
|
|
||||||
! allow [pcp_pmcd_t] self : [netlink_generic_socket] { bind create getattr setopt write read };
|
|
||||||
! allow [pcp_pmcd_t] [sbd_exec_t] : [file] { execute execute_no_trans };
|
|
||||||
-! allow [pcp_pmcd_t] self : [netlink_tcpdiag_socket] { append bind connect create getattr getopt ioctl lock read setattr setopt shutdown write };
|
|
||||||
+! allow [pcp_pmcd_t] self : [netlink_tcpdiag_socket] { append bind connect create getattr getopt ioctl lock nlmsg_read nlmsg_write read setattr setopt shutdown write };
|
|
||||||
allow [syslogd_t] [pcp_log_t] : [fifo_file] { open read write };
|
|
||||||
allow [pcp_pmcd_t] [etc_t] : [dir] { open read search getattr lock ioctl };
|
|
||||||
allow [pcp_pmcd_t] [shadow_t] : [file] { getattr ioctl lock open read };
|
|
||||||
diff --git a/src/selinux/GNUlocaldefs b/src/selinux/GNUlocaldefs
|
|
||||||
index 1462c5ccb..9733aead9 100644
|
|
||||||
--- a/src/selinux/GNUlocaldefs
|
|
||||||
+++ b/src/selinux/GNUlocaldefs
|
|
||||||
@@ -138,8 +138,8 @@ PCP_NETLINK_GENERIC_SOCKET_RULE="allow pcp_pmcd_t self:netlink_generic_socket {
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifeq "$(PCP_SELINUX_NETLINK_TCPDIAG_SOCKET_CLASS)" "true"
|
|
||||||
-PCP_NETLINK_TCPDIAG_SOCKET_CLASS="class netlink_tcpdiag_socket { append bind connect create getattr getopt ioctl lock read setattr setopt shutdown write };"
|
|
||||||
-PCP_NETLINK_TCPDIAG_SOCKET_RULE="allow pcp_pmcd_t self:netlink_tcpdiag_socket { append bind connect create getattr getopt ioctl lock read setattr setopt shutdown write };"
|
|
||||||
+PCP_NETLINK_TCPDIAG_SOCKET_CLASS="class netlink_tcpdiag_socket { append bind connect create getattr getopt ioctl lock nlmsg_read nlmsg_write read setattr setopt shutdown write };"
|
|
||||||
+PCP_NETLINK_TCPDIAG_SOCKET_RULE="allow pcp_pmcd_t self:netlink_tcpdiag_socket { append bind connect create getattr getopt ioctl lock nlmsg_read nlmsg_write read setattr setopt shutdown write };"
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifeq "$(PCP_SELINUX_LOCKDOWN_CLASS)" "true"
|
|
@ -1,11 +0,0 @@
|
|||||||
diff -Naurp pcp-5.3.7.orig/src/pmie/GNUmakefile pcp-5.3.7/src/pmie/GNUmakefile
|
|
||||||
--- pcp-5.3.7.orig/src/pmie/GNUmakefile 2022-02-02 11:53:05.000000000 +1100
|
|
||||||
+++ pcp-5.3.7/src/pmie/GNUmakefile 2022-05-03 11:45:12.108743480 +1000
|
|
||||||
@@ -80,6 +80,7 @@ pmie.service : pmie.service.in
|
|
||||||
$(SED) <$< >$@ \
|
|
||||||
-e 's;@PCP_RC_DIR@;'$(PCP_RC_DIR)';' \
|
|
||||||
-e 's;@PCP_RUN_DIR@;'$(PCP_RUN_DIR)';' \
|
|
||||||
+ -e 's;@PCP_SYSCONFIG_DIR@;'$(PCP_SYSCONFIG_DIR)';' \
|
|
||||||
# END
|
|
||||||
|
|
||||||
pmie_farm.service : pmie_farm.service.in
|
|
@ -1,146 +0,0 @@
|
|||||||
commit f54eddf494e474531e5af609bcc376037a918977
|
|
||||||
Author: Nathan Scott <nathans@redhat.com>
|
|
||||||
Date: Tue Apr 26 14:32:59 2022 +1000
|
|
||||||
|
|
||||||
pmdapostfix: harden against a not-yet-running postfix
|
|
||||||
|
|
||||||
Ensure the postfix PMDA can start and service requests even
|
|
||||||
if postfix is not yet started.
|
|
||||||
|
|
||||||
diff --git a/src/perl/PMDA/local.c b/src/perl/PMDA/local.c
|
|
||||||
index e223bde7a..33130bc5d 100644
|
|
||||||
--- a/src/perl/PMDA/local.c
|
|
||||||
+++ b/src/perl/PMDA/local.c
|
|
||||||
@@ -1,5 +1,5 @@
|
|
||||||
/*
|
|
||||||
- * Copyright (c) 2012-2017 Red Hat.
|
|
||||||
+ * Copyright (c) 2012-2017,2022 Red Hat.
|
|
||||||
* Copyright (c) 2008-2011 Aconex. All Rights Reserved.
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
@@ -139,18 +139,15 @@ int
|
|
||||||
local_tail(char *file, scalar_t *callback, int cookie)
|
|
||||||
{
|
|
||||||
int fd = open(file, O_RDONLY | O_NDELAY);
|
|
||||||
- struct stat stats;
|
|
||||||
+ struct stat stats = {0};
|
|
||||||
int me;
|
|
||||||
|
|
||||||
- if (fd < 0) {
|
|
||||||
- pmNotifyErr(LOG_ERR, "open failed (%s): %s", file, osstrerror());
|
|
||||||
- exit(1);
|
|
||||||
- }
|
|
||||||
- if (fstat(fd, &stats) < 0) {
|
|
||||||
- pmNotifyErr(LOG_ERR, "fstat failed (%s): %s", file, osstrerror());
|
|
||||||
- exit(1);
|
|
||||||
- }
|
|
||||||
- lseek(fd, 0L, SEEK_END);
|
|
||||||
+ if (fd < 0)
|
|
||||||
+ pmNotifyErr(LOG_INFO, "open failed (%s): %s", file, osstrerror());
|
|
||||||
+ else if (fstat(fd, &stats) < 0)
|
|
||||||
+ pmNotifyErr(LOG_INFO, "fstat failed (%s): %s", file, osstrerror());
|
|
||||||
+ else
|
|
||||||
+ lseek(fd, 0L, SEEK_END);
|
|
||||||
me = local_file(FILE_TAIL, fd, callback, cookie);
|
|
||||||
files[me].me.tail.path = strdup(file);
|
|
||||||
files[me].me.tail.dev = stats.st_dev;
|
|
||||||
@@ -416,10 +413,11 @@ local_pmdaMain(pmdaInterface *self)
|
|
||||||
}
|
|
||||||
|
|
||||||
for (i = 0; i < nfiles; i++) {
|
|
||||||
- fd = files[i].fd;
|
|
||||||
/* check for log rotation or host reconnection needed */
|
|
||||||
if ((count % 10) == 0) /* but only once every 10 */
|
|
||||||
local_connection(&files[i]);
|
|
||||||
+ if ((fd = files[i].fd) < 0)
|
|
||||||
+ continue;
|
|
||||||
if (files[i].type != FILE_TAIL && !(__pmFD_ISSET(fd, &readyfds)))
|
|
||||||
continue;
|
|
||||||
offset = 0;
|
|
||||||
@@ -431,21 +429,16 @@ multiread:
|
|
||||||
(oserror() == EAGAIN) ||
|
|
||||||
(oserror() == EWOULDBLOCK)))
|
|
||||||
continue;
|
|
||||||
- if (files[i].type == FILE_SOCK) {
|
|
||||||
- close(files[i].fd);
|
|
||||||
- files[i].fd = -1;
|
|
||||||
- continue;
|
|
||||||
- }
|
|
||||||
- pmNotifyErr(LOG_ERR, "Data read error on %s: %s\n",
|
|
||||||
- local_filetype(files[i].type), osstrerror());
|
|
||||||
- exit(1);
|
|
||||||
+ close(files[i].fd);
|
|
||||||
+ files[i].fd = -1;
|
|
||||||
+ continue;
|
|
||||||
}
|
|
||||||
if (bytes == 0) {
|
|
||||||
if (files[i].type == FILE_TAIL)
|
|
||||||
continue;
|
|
||||||
- pmNotifyErr(LOG_ERR, "No data to read - %s may be closed\n",
|
|
||||||
- local_filetype(files[i].type));
|
|
||||||
- exit(1);
|
|
||||||
+ close(files[i].fd);
|
|
||||||
+ files[i].fd = -1;
|
|
||||||
+ continue;
|
|
||||||
}
|
|
||||||
/*
|
|
||||||
* good read ... data up to buffer + offset + bytes is all OK
|
|
||||||
diff --git a/src/pmdas/postfix/pmdapostfix.pl b/src/pmdas/postfix/pmdapostfix.pl
|
|
||||||
index ac46816bc..d6d3f4d3a 100644
|
|
||||||
--- a/src/pmdas/postfix/pmdapostfix.pl
|
|
||||||
+++ b/src/pmdas/postfix/pmdapostfix.pl
|
|
||||||
@@ -1,5 +1,5 @@
|
|
||||||
#
|
|
||||||
-# Copyright (c) 2012-2015 Red Hat.
|
|
||||||
+# Copyright (c) 2012-2015,2022 Red Hat.
|
|
||||||
# Copyright (c) 2009-2010 Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
|
|
||||||
#
|
|
||||||
# This program is free software; you can redistribute it and/or modify it
|
|
||||||
@@ -56,8 +56,6 @@ my @postfix_received_dom = (
|
|
||||||
1 => 'smtp',
|
|
||||||
);
|
|
||||||
|
|
||||||
-my $setup = defined($ENV{'PCP_PERL_PMNS'}) || defined($ENV{'PCP_PERL_DOMAIN'});
|
|
||||||
-
|
|
||||||
sub postfix_do_refresh
|
|
||||||
{
|
|
||||||
QUEUE:
|
|
||||||
@@ -212,7 +210,7 @@ $logstats{"received"}{1} = 0;
|
|
||||||
|
|
||||||
# Note:
|
|
||||||
# Environment variables.
|
|
||||||
-# $PMDA_POSTFIX_QSHAPE: alternative executable qshape scrpipt (for QA)
|
|
||||||
+# $PMDA_POSTFIX_QSHAPE: alternative executable qshape script (for QA)
|
|
||||||
# ... over-rides default and command line argument.
|
|
||||||
# ... over-rides default arguments -b 10 -t $refresh
|
|
||||||
# $PMDA_POSTFIX_REFRESH: alternative refresh rate (for QA)
|
|
||||||
@@ -228,7 +226,7 @@ if (defined($ENV{'PMDA_POSTFIX_QSHAPE'})) {
|
|
||||||
$qshape = $ENV{'PMDA_POSTFIX_QSHAPE'};
|
|
||||||
$qshape_args = '';
|
|
||||||
}
|
|
||||||
-if (!$setup) { $pmda->log("qshape cmd: $qshape $qshape_args <qname>"); }
|
|
||||||
+unless (pmda_install()) { $pmda->log("qshape cmd: $qshape $qshape_args <qname>"); }
|
|
||||||
|
|
||||||
if (defined($ENV{'PMDA_POSTFIX_REFRESH'})) { $refresh = $ENV{'PMDA_POSTFIX_REFRESH'}; }
|
|
||||||
|
|
||||||
@@ -238,12 +236,15 @@ foreach my $file ( @logfiles ) {
|
|
||||||
}
|
|
||||||
}
|
|
||||||
if (defined($ENV{'PMDA_POSTFIX_LOG'})) { $logfile = $ENV{'PMDA_POSTFIX_LOG'}; }
|
|
||||||
-unless(defined($logfile))
|
|
||||||
-{
|
|
||||||
- $pmda->log("Fatal: No Postfix log file found in: @logfiles");
|
|
||||||
- die 'No Postfix log file found';
|
|
||||||
+unless (pmda_install()) {
|
|
||||||
+ if (defined($logfile)) {
|
|
||||||
+ $pmda->log("logfile: $logfile");
|
|
||||||
+ } else {
|
|
||||||
+ $pmda->log("Warning: assuming logfile: $logfiles[0] as no Postfix log found yet from: @logfiles");
|
|
||||||
+ }
|
|
||||||
}
|
|
||||||
-if (!$setup) { $pmda->log("logfile: $logfile"); }
|
|
||||||
+# set a good default if none found, before continuing
|
|
||||||
+unless (defined($logfile)) { $logfile = $logfiles[0]; }
|
|
||||||
|
|
||||||
$pmda->add_indom($postfix_queues_indom, \@postfix_queues_dom, '', '');
|
|
||||||
$pmda->add_indom($postfix_sent_indom, \@postfix_sent_dom, '', '');
|
|
@ -1,44 +0,0 @@
|
|||||||
commit d874d2e486c8a64fa9945ed7aa0048cccbd46f77
|
|
||||||
Author: Nathan Scott <nathans@redhat.com>
|
|
||||||
Date: Wed May 4 17:11:19 2022 +1000
|
|
||||||
|
|
||||||
pmdaproc: fix cgroup cpu metrics refresh structures
|
|
||||||
|
|
||||||
Jan Kurik encountered this issue when running the regression
|
|
||||||
testsuite (especially qa/359) on non-x86_64 architectures.
|
|
||||||
|
|
||||||
Something must've changed in the toolchain recently on these
|
|
||||||
platforms since we've not seen this before, but this bug has
|
|
||||||
been in our code for some time. It works everywhere else by
|
|
||||||
good fortune, when there just happen to be NULLs after these
|
|
||||||
cgroups CPU parsing data structures.
|
|
||||||
|
|
||||||
Resolves Red Hat BZ #2081262.
|
|
||||||
|
|
||||||
diff --git a/src/pmdas/linux_proc/cgroups.c b/src/pmdas/linux_proc/cgroups.c
|
|
||||||
index 413a72343..26d59863a 100644
|
|
||||||
--- a/src/pmdas/linux_proc/cgroups.c
|
|
||||||
+++ b/src/pmdas/linux_proc/cgroups.c
|
|
||||||
@@ -1,5 +1,5 @@
|
|
||||||
/*
|
|
||||||
- * Copyright (c) 2012-2019 Red Hat.
|
|
||||||
+ * Copyright (c) 2012-2019,2022 Red Hat.
|
|
||||||
* Copyright (c) 2010 Aconex. All Rights Reserved.
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
@@ -863,6 +863,7 @@ read_cpu_time(const char *file, cgroup_cputime_t *ccp)
|
|
||||||
{ "usage_usec", &cputime.usage },
|
|
||||||
{ "user_usec", &cputime.user },
|
|
||||||
{ "system_usec", &cputime.system },
|
|
||||||
+ { NULL, NULL }
|
|
||||||
};
|
|
||||||
char buffer[4096], name[64];
|
|
||||||
unsigned long long value;
|
|
||||||
@@ -903,6 +904,7 @@ read_cpu_stats(const char *file, cgroup_cpustat_t *ccp)
|
|
||||||
{ "nr_periods", &cpustat.nr_periods },
|
|
||||||
{ "nr_throttled", &cpustat.nr_throttled },
|
|
||||||
{ "throttled_time", &cpustat.throttled_time },
|
|
||||||
+ { NULL, NULL }
|
|
||||||
};
|
|
||||||
char buffer[4096], name[64];
|
|
||||||
unsigned long long value;
|
|
102
redhat-bugzilla-2117074-pmdamongodb-build.patch
Normal file
102
redhat-bugzilla-2117074-pmdamongodb-build.patch
Normal file
@ -0,0 +1,102 @@
|
|||||||
|
diff -Naurp pcp-6.0.0.orig/configure pcp-6.0.0/configure
|
||||||
|
--- pcp-6.0.0.orig/configure 2022-08-25 10:52:14.000000000 +1000
|
||||||
|
+++ pcp-6.0.0/configure 2022-09-27 13:05:59.960815679 +1000
|
||||||
|
@@ -1099,6 +1099,7 @@ with_pmdabpf_bpftool
|
||||||
|
with_pmdabpf_btf
|
||||||
|
with_pmdabpftrace
|
||||||
|
with_pmdajson
|
||||||
|
+with_pmdamongodb
|
||||||
|
with_pmdanutcracker
|
||||||
|
with_pmdasnmp
|
||||||
|
with_selinux
|
||||||
|
@@ -1849,6 +1850,7 @@ Optional Packages:
|
||||||
|
vendored kernel type information)
|
||||||
|
--with-pmdabpftrace enable bpftrace pmda (default is on)
|
||||||
|
--with-pmdajson enable JSON pmda (default is on)
|
||||||
|
+ --with-pmdamongodb enable MongoDB pmda (default is on)
|
||||||
|
--with-pmdanutcracker enable nutcracker pmda (default is on)
|
||||||
|
--with-pmdasnmp enable SNMP pmda (default is on)
|
||||||
|
--with-selinux enable building of selinux package (default is on)
|
||||||
|
@@ -3679,6 +3681,16 @@ fi
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
+# Check whether --with-pmdamongodb was given.
|
||||||
|
+if test ${with_pmdamongodb+y}
|
||||||
|
+then :
|
||||||
|
+ withval=$with_pmdamongodb; do_pmdamongodb=$withval; PACKAGE_CONFIGURE="$PACKAGE_CONFIGURE --with-pmdamongodb=$withval"
|
||||||
|
+else $as_nop
|
||||||
|
+ do_pmdamongodb=check
|
||||||
|
+fi
|
||||||
|
+
|
||||||
|
+
|
||||||
|
+
|
||||||
|
# Check whether --with-pmdanutcracker was given.
|
||||||
|
if test ${with_pmdanutcracker+y}
|
||||||
|
then :
|
||||||
|
@@ -9533,12 +9545,21 @@ printf "%s\n" "no" >&6; }; fi
|
||||||
|
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if the mongodb PMDA should be included" >&5
|
||||||
|
printf %s "checking if the mongodb PMDA should be included... " >&6; }
|
||||||
|
pmda_mongodb=false
|
||||||
|
-if test "$have_python" = true
|
||||||
|
-then
|
||||||
|
- if $pcp_python_prog -c "import pymongo" >/dev/null 2>&1
|
||||||
|
+if test "x$do_pmdamongodb" = "xyes"
|
||||||
|
+then :
|
||||||
|
+ pmda_mongodb=true
|
||||||
|
+fi
|
||||||
|
+if test "x$do_pmdamongodb" = "xcheck"
|
||||||
|
+then :
|
||||||
|
+
|
||||||
|
+ if test "$have_python" = true
|
||||||
|
then
|
||||||
|
- pmda_mongodb=true
|
||||||
|
+ if $pcp_python_prog -c "import pymongo" >/dev/null 2>&1
|
||||||
|
+ then
|
||||||
|
+ pmda_mongodb=true
|
||||||
|
+ fi
|
||||||
|
fi
|
||||||
|
+
|
||||||
|
fi
|
||||||
|
PMDA_MONGODB=$pmda_mongodb
|
||||||
|
|
||||||
|
diff -Naurp pcp-6.0.0.orig/configure.ac pcp-6.0.0/configure.ac
|
||||||
|
--- pcp-6.0.0.orig/configure.ac 2022-08-25 10:52:14.000000000 +1000
|
||||||
|
+++ pcp-6.0.0/configure.ac 2022-09-27 13:05:59.961815662 +1000
|
||||||
|
@@ -195,6 +195,12 @@ AC_ARG_WITH([pmdajson],
|
||||||
|
[do_pmdajson=$withval; PACKAGE_CONFIGURE="$PACKAGE_CONFIGURE --with-pmdajson=$withval"],
|
||||||
|
[do_pmdajson=check])
|
||||||
|
|
||||||
|
+AC_ARG_WITH([pmdamongodb],
|
||||||
|
+ [AC_HELP_STRING([--with-pmdamongodb],
|
||||||
|
+ [enable MongoDB pmda (default is on)])],
|
||||||
|
+ [do_pmdamongodb=$withval; PACKAGE_CONFIGURE="$PACKAGE_CONFIGURE --with-pmdamongodb=$withval"],
|
||||||
|
+ [do_pmdamongodb=check])
|
||||||
|
+
|
||||||
|
AC_ARG_WITH([pmdanutcracker],
|
||||||
|
[AC_HELP_STRING([--with-pmdanutcracker],
|
||||||
|
[enable nutcracker pmda (default is on)])],
|
||||||
|
@@ -1375,14 +1381,17 @@ if $pmda_mysql; then AC_MSG_RESULT(yes);
|
||||||
|
|
||||||
|
AC_MSG_CHECKING([if the mongodb PMDA should be included])
|
||||||
|
pmda_mongodb=false
|
||||||
|
-if test "$have_python" = true
|
||||||
|
-then
|
||||||
|
- dnl rpm build for mongodb PMDA needs python pymongo module
|
||||||
|
- if $pcp_python_prog -c "import pymongo" >/dev/null 2>&1
|
||||||
|
+AS_IF([test "x$do_pmdamongodb" = "xyes"], [pmda_mongodb=true])
|
||||||
|
+AS_IF([test "x$do_pmdamongodb" = "xcheck"], [
|
||||||
|
+ if test "$have_python" = true
|
||||||
|
then
|
||||||
|
- pmda_mongodb=true
|
||||||
|
+ dnl rpm build for mongodb PMDA needs python pymongo module
|
||||||
|
+ if $pcp_python_prog -c "import pymongo" >/dev/null 2>&1
|
||||||
|
+ then
|
||||||
|
+ pmda_mongodb=true
|
||||||
|
+ fi
|
||||||
|
fi
|
||||||
|
-fi
|
||||||
|
+])
|
||||||
|
AC_SUBST(PMDA_MONGODB, $pmda_mongodb)
|
||||||
|
if $pmda_mongodb; then AC_MSG_RESULT(yes); else AC_MSG_RESULT(no); fi
|
||||||
|
|
293
redhat-bugzilla-2117074-pmdastatsd-ragel.patch
Normal file
293
redhat-bugzilla-2117074-pmdastatsd-ragel.patch
Normal file
@ -0,0 +1,293 @@
|
|||||||
|
commit c8ddf5260225d66d15a56d63a192d717bdc247ae
|
||||||
|
Author: Nathan Scott <nathans@redhat.com>
|
||||||
|
Date: Tue Sep 27 11:23:10 2022 +1000
|
||||||
|
|
||||||
|
pmdastatsd: update canned output for platforms without ragel
|
||||||
|
|
||||||
|
Fixes a build failure on RHEL where ragel(1) is unavailable.
|
||||||
|
|
||||||
|
diff --git a/src/pmdas/statsd/src/GNUmakefile b/src/pmdas/statsd/src/GNUmakefile
|
||||||
|
index 1567fe273d..e22b70508a 100644
|
||||||
|
--- a/src/pmdas/statsd/src/GNUmakefile
|
||||||
|
+++ b/src/pmdas/statsd/src/GNUmakefile
|
||||||
|
@@ -77,7 +77,7 @@ $(RAGELTARGET).o: $(RFILES)
|
||||||
|
|
||||||
|
$(RFILES): $(RAGELTARGET).rl
|
||||||
|
ifeq "$(RAGEL)" ""
|
||||||
|
- @# for systems without ragel (RHEL/Centos)
|
||||||
|
+ @# for systems without ragel (RHEL)
|
||||||
|
@rm -f $@
|
||||||
|
$(LN_S) $@.in $@
|
||||||
|
else
|
||||||
|
diff --git a/src/pmdas/statsd/src/parser-ragel.c.in b/src/pmdas/statsd/src/parser-ragel.c.in
|
||||||
|
index 68a6e40f4b..9e75881ccb 100644
|
||||||
|
--- a/src/pmdas/statsd/src/parser-ragel.c.in
|
||||||
|
+++ b/src/pmdas/statsd/src/parser-ragel.c.in
|
||||||
|
@@ -23,7 +23,7 @@
|
||||||
|
#include "utils.h"
|
||||||
|
|
||||||
|
|
||||||
|
-#line 27 "parser-ragel.c"
|
||||||
|
+#line 25 "parser-ragel.c"
|
||||||
|
static const signed char _statsd_actions[] = {
|
||||||
|
0, 1, 0, 1, 2, 1, 3, 1,
|
||||||
|
4, 1, 6, 1, 7, 1, 8, 2,
|
||||||
|
@@ -169,9 +169,8 @@ static const int statsd_en_main = 1;
|
||||||
|
*/
|
||||||
|
int
|
||||||
|
ragel_parser_parse(char* str, struct statsd_datagram** datagram) {
|
||||||
|
- *datagram = (struct statsd_datagram*) malloc(sizeof(struct statsd_datagram));
|
||||||
|
- *(*datagram) = (struct statsd_datagram) {0};
|
||||||
|
- ALLOC_CHECK("Not enough memory to save datagram");
|
||||||
|
+ *datagram = (struct statsd_datagram*) calloc(1, sizeof(struct statsd_datagram));
|
||||||
|
+ ALLOC_CHECK(*datagram, "Not enough memory to save datagram");
|
||||||
|
size_t length = strlen(str);
|
||||||
|
char *p = str, *pe = (str + length + 1);
|
||||||
|
char *eof = pe;
|
||||||
|
@@ -185,13 +184,13 @@ ragel_parser_parse(char* str, struct statsd_datagram** datagram) {
|
||||||
|
int tag_value_allocated = 0;
|
||||||
|
int any_tags = 0;
|
||||||
|
|
||||||
|
-
|
||||||
|
-#line 190 "parser-ragel.c"
|
||||||
|
+
|
||||||
|
+#line 184 "parser-ragel.c"
|
||||||
|
{
|
||||||
|
cs = (int)statsd_start;
|
||||||
|
}
|
||||||
|
-
|
||||||
|
-#line 195 "parser-ragel.c"
|
||||||
|
+
|
||||||
|
+#line 187 "parser-ragel.c"
|
||||||
|
{
|
||||||
|
int _klen;
|
||||||
|
unsigned int _trans = 0;
|
||||||
|
@@ -270,45 +269,45 @@ ragel_parser_parse(char* str, struct statsd_datagram** datagram) {
|
||||||
|
switch ( (*( _acts)) )
|
||||||
|
{
|
||||||
|
case 0: {
|
||||||
|
- {
|
||||||
|
-#line 57 "parser-ragel.rl"
|
||||||
|
+ {
|
||||||
|
+#line 56 "parser-ragel.rl"
|
||||||
|
|
||||||
|
goto error_clean_up;
|
||||||
|
}
|
||||||
|
|
||||||
|
-#line 280 "parser-ragel.c"
|
||||||
|
-
|
||||||
|
+#line 271 "parser-ragel.c"
|
||||||
|
+
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
case 1: {
|
||||||
|
- {
|
||||||
|
-#line 61 "parser-ragel.rl"
|
||||||
|
+ {
|
||||||
|
+#line 60 "parser-ragel.rl"
|
||||||
|
|
||||||
|
goto error_clean_up;
|
||||||
|
}
|
||||||
|
|
||||||
|
-#line 291 "parser-ragel.c"
|
||||||
|
-
|
||||||
|
+#line 281 "parser-ragel.c"
|
||||||
|
+
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
case 3: {
|
||||||
|
- {
|
||||||
|
-#line 69 "parser-ragel.rl"
|
||||||
|
+ {
|
||||||
|
+#line 68 "parser-ragel.rl"
|
||||||
|
|
||||||
|
current_segment_start_index = current_index;
|
||||||
|
}
|
||||||
|
|
||||||
|
-#line 302 "parser-ragel.c"
|
||||||
|
-
|
||||||
|
+#line 291 "parser-ragel.c"
|
||||||
|
+
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
case 4: {
|
||||||
|
- {
|
||||||
|
-#line 73 "parser-ragel.rl"
|
||||||
|
+ {
|
||||||
|
+#line 72 "parser-ragel.rl"
|
||||||
|
|
||||||
|
size_t current_segment_length = current_index - current_segment_start_index;
|
||||||
|
(*datagram)->name = (char*) malloc(current_segment_length + 1);
|
||||||
|
- ALLOC_CHECK("Not enough memory to save metric name");
|
||||||
|
+ ALLOC_CHECK((*datagram)->name, "Not enough memory to save metric name");
|
||||||
|
memcpy(
|
||||||
|
(*datagram)->name,
|
||||||
|
&str[current_segment_start_index],
|
||||||
|
@@ -318,27 +317,27 @@ ragel_parser_parse(char* str, struct statsd_datagram** datagram) {
|
||||||
|
current_segment_start_index = current_index + 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
-#line 322 "parser-ragel.c"
|
||||||
|
-
|
||||||
|
+#line 310 "parser-ragel.c"
|
||||||
|
+
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
case 5: {
|
||||||
|
- {
|
||||||
|
-#line 86 "parser-ragel.rl"
|
||||||
|
+ {
|
||||||
|
+#line 85 "parser-ragel.rl"
|
||||||
|
|
||||||
|
size_t key_len = strlen(tag_key) + 1;
|
||||||
|
size_t value_len = strlen(tag_value) + 1;
|
||||||
|
struct tag* t = (struct tag*) malloc(sizeof(struct tag));
|
||||||
|
- ALLOC_CHECK("Unable to allocate memory for tag.");
|
||||||
|
+ ALLOC_CHECK(t, "Unable to allocate memory for tag.");
|
||||||
|
t->key = (char*) malloc(key_len);
|
||||||
|
- ALLOC_CHECK("Unable to allocate memory for tag key.");
|
||||||
|
+ ALLOC_CHECK(t->key, "Unable to allocate memory for tag key.");
|
||||||
|
memcpy(t->key, tag_key, key_len);
|
||||||
|
t->value = (char*) malloc(value_len);
|
||||||
|
- ALLOC_CHECK("Unable to allocate memory for tag value.");
|
||||||
|
+ ALLOC_CHECK(t->value, "Unable to allocate memory for tag value.");
|
||||||
|
memcpy(t->value, tag_value, value_len);
|
||||||
|
if (!any_tags) {
|
||||||
|
tags = (struct tag_collection*) malloc(sizeof(struct tag_collection));
|
||||||
|
- ALLOC_CHECK("Unable to allocate memory for tag collection.");
|
||||||
|
+ ALLOC_CHECK(tags, "Unable to allocate memory for tag collection.");
|
||||||
|
tags->values = (struct tag**) malloc(sizeof(struct tag*));
|
||||||
|
tags->values[0] = t;
|
||||||
|
tags->length = 1;
|
||||||
|
@@ -346,7 +345,7 @@ ragel_parser_parse(char* str, struct statsd_datagram** datagram) {
|
||||||
|
} else {
|
||||||
|
struct tag** new_tags =
|
||||||
|
(struct tag**) realloc(tags->values, sizeof(struct tag*) * (tags->length + 1));
|
||||||
|
- ALLOC_CHECK("Unable to allocate memory for tags");
|
||||||
|
+ ALLOC_CHECK(new_tags, "Unable to allocate memory for tags");
|
||||||
|
if (tags != NULL) {
|
||||||
|
tags->values = new_tags;
|
||||||
|
tags->values[tags->length] = t;
|
||||||
|
@@ -361,13 +360,13 @@ ragel_parser_parse(char* str, struct statsd_datagram** datagram) {
|
||||||
|
tag_value_allocated = 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
-#line 365 "parser-ragel.c"
|
||||||
|
-
|
||||||
|
+#line 352 "parser-ragel.c"
|
||||||
|
+
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
case 6: {
|
||||||
|
- {
|
||||||
|
-#line 122 "parser-ragel.rl"
|
||||||
|
+ {
|
||||||
|
+#line 121 "parser-ragel.rl"
|
||||||
|
|
||||||
|
char* startptr;
|
||||||
|
char* endptr;
|
||||||
|
@@ -389,13 +388,13 @@ ragel_parser_parse(char* str, struct statsd_datagram** datagram) {
|
||||||
|
current_segment_start_index = current_index + 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
-#line 393 "parser-ragel.c"
|
||||||
|
-
|
||||||
|
+#line 379 "parser-ragel.c"
|
||||||
|
+
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
case 7: {
|
||||||
|
- {
|
||||||
|
-#line 143 "parser-ragel.rl"
|
||||||
|
+ {
|
||||||
|
+#line 142 "parser-ragel.rl"
|
||||||
|
|
||||||
|
if (str[current_segment_start_index] == 'c') {
|
||||||
|
(*datagram)->type = METRIC_TYPE_COUNTER;
|
||||||
|
@@ -407,17 +406,17 @@ ragel_parser_parse(char* str, struct statsd_datagram** datagram) {
|
||||||
|
current_segment_start_index = current_index + 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
-#line 411 "parser-ragel.c"
|
||||||
|
-
|
||||||
|
+#line 396 "parser-ragel.c"
|
||||||
|
+
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
case 8: {
|
||||||
|
- {
|
||||||
|
-#line 154 "parser-ragel.rl"
|
||||||
|
+ {
|
||||||
|
+#line 153 "parser-ragel.rl"
|
||||||
|
|
||||||
|
size_t current_segment_length = current_index - current_segment_start_index;
|
||||||
|
tag_key = (char *) realloc(tag_key, current_segment_length + 1);
|
||||||
|
- ALLOC_CHECK("Not enough memory for tag key buffer.");
|
||||||
|
+ ALLOC_CHECK(tag_key, "Not enough memory for tag key buffer.");
|
||||||
|
tag_key_allocated = 1;
|
||||||
|
memcpy(
|
||||||
|
tag_key,
|
||||||
|
@@ -428,17 +427,17 @@ ragel_parser_parse(char* str, struct statsd_datagram** datagram) {
|
||||||
|
current_segment_start_index = current_index + 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
-#line 432 "parser-ragel.c"
|
||||||
|
-
|
||||||
|
+#line 416 "parser-ragel.c"
|
||||||
|
+
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
case 9: {
|
||||||
|
- {
|
||||||
|
-#line 168 "parser-ragel.rl"
|
||||||
|
+ {
|
||||||
|
+#line 167 "parser-ragel.rl"
|
||||||
|
|
||||||
|
size_t current_segment_length = current_index - current_segment_start_index;
|
||||||
|
tag_value = (char *) realloc(tag_value, current_segment_length + 1);
|
||||||
|
- ALLOC_CHECK("Not enough memory for tag key buffer.");
|
||||||
|
+ ALLOC_CHECK(tag_value, "Not enough memory for tag key buffer.");
|
||||||
|
tag_value_allocated = 1;
|
||||||
|
memcpy(
|
||||||
|
tag_value,
|
||||||
|
@@ -449,8 +448,8 @@ ragel_parser_parse(char* str, struct statsd_datagram** datagram) {
|
||||||
|
current_segment_start_index = current_index + 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
-#line 453 "parser-ragel.c"
|
||||||
|
-
|
||||||
|
+#line 436 "parser-ragel.c"
|
||||||
|
+
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@@ -471,14 +470,14 @@ ragel_parser_parse(char* str, struct statsd_datagram** datagram) {
|
||||||
|
while ( _nacts > 0 ) {
|
||||||
|
switch ( (*( _acts)) ) {
|
||||||
|
case 2: {
|
||||||
|
- {
|
||||||
|
-#line 65 "parser-ragel.rl"
|
||||||
|
+ {
|
||||||
|
+#line 64 "parser-ragel.rl"
|
||||||
|
|
||||||
|
current_index++;
|
||||||
|
}
|
||||||
|
|
||||||
|
-#line 481 "parser-ragel.c"
|
||||||
|
-
|
||||||
|
+#line 463 "parser-ragel.c"
|
||||||
|
+
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@@ -494,8 +493,8 @@ ragel_parser_parse(char* str, struct statsd_datagram** datagram) {
|
||||||
|
_out: {}
|
||||||
|
}
|
||||||
|
|
||||||
|
-#line 196 "parser-ragel.rl"
|
||||||
|
-
|
||||||
|
+#line 195 "parser-ragel.rl"
|
||||||
|
+
|
||||||
|
(void)statsd_en_main;
|
||||||
|
(void)statsd_error;
|
||||||
|
(void)statsd_first_final;
|
Loading…
Reference in New Issue
Block a user