Project

General

Profile

Actions

Bug #22180

open

Missing reports when using complex expressions

Added by Benoît PECCATTE over 1 year ago. Updated 2 days ago.

Status:
New
Priority:
N/A
Assignee:
-
Category:
Generic methods
Target version:
Severity:
Major - prevents use of part of Rudder | no simple workaround
UX impact:
I dislike using that feature
User visibility:
Operational - other Techniques | Rudder settings | Plugins
Effort required:
Priority:
63
Name check:
To do
Fix check:
To do
Regression:
No

Description

when we call an audit_from_command with this command

if [ $(rpm -q ${pkg} &>/dev/null; echo $?) -eq 0 ]; then
        [ $(systemctl is-enabled ${service}) != "disabled" ] && state=1
        [ $(netstat -tupln | egrep ":${port} " | wc -l) -ne 0 ] && state=2
    fi
    [ $state -eq 0 ]

The report is missing

This probably happens on othe methods

Actions #1

Updated by Vincent MEMBRÉ over 1 year ago

  • Target version changed from 7.2.3 to 7.2.4
Actions #2

Updated by Vincent MEMBRÉ over 1 year ago

  • Target version changed from 7.2.4 to 7.2.5
Actions #3

Updated by Benoît PECCATTE about 1 year ago

  • Severity set to Major - prevents use of part of Rudder | no simple workaround
  • UX impact set to I dislike using that feature
  • User visibility set to Operational - other Techniques | Rudder settings | Plugins
  • Priority changed from 0 to 74
Actions #4

Updated by Alexis Mousset about 1 year ago

  • Subject changed from Missing reports to Missing reports when using complex expressions
Actions #5

Updated by Vincent MEMBRÉ about 1 year ago

  • Target version changed from 7.2.5 to 7.2.6
  • Priority changed from 74 to 73
Actions #6

Updated by Vincent MEMBRÉ 12 months ago

  • Target version changed from 7.2.6 to 7.2.7
  • Priority changed from 73 to 71
Actions #7

Updated by Vincent MEMBRÉ 12 months ago

  • Target version changed from 7.2.7 to 7.2.8
Actions #8

Updated by Vincent MEMBRÉ 10 months ago

  • Target version changed from 7.2.8 to 7.2.9
  • Priority changed from 71 to 69
Actions #9

Updated by Vincent MEMBRÉ 9 months ago

  • Target version changed from 7.2.9 to 7.2.10
  • Priority changed from 69 to 68
Actions #10

Updated by Alexis Mousset 9 months ago

  • Target version changed from 7.2.10 to 7.2.11
  • Priority changed from 68 to 67
Actions #11

Updated by Vincent MEMBRÉ 8 months ago

  • Target version changed from 7.2.11 to 1046
  • Priority changed from 67 to 66
Actions #12

Updated by Alexis Mousset 7 months ago

  • Target version changed from 1046 to 7.3.8
  • Priority changed from 66 to 65
Actions #13

Updated by Vincent MEMBRÉ 6 months ago

  • Target version changed from 7.3.8 to 7.3.9
  • Priority changed from 65 to 64
Actions #14

Updated by Vincent MEMBRÉ 6 months ago

  • Target version changed from 7.3.9 to 7.3.10
Actions #15

Updated by Vincent MEMBRÉ 5 months ago

  • Target version changed from 7.3.10 to 7.3.11
  • Priority changed from 64 to 63
Actions #16

Updated by Vincent MEMBRÉ 3 months ago

  • Target version changed from 7.3.11 to 7.3.12
Actions #17

Updated by Vincent MEMBRÉ about 2 months ago

  • Target version changed from 7.3.12 to 7.3.13
Actions #18

Updated by Vincent MEMBRÉ about 2 months ago

  • Target version changed from 7.3.13 to 7.3.14
Actions #19

Updated by Vincent MEMBRÉ 2 days ago

  • Target version changed from 7.3.14 to 7.3.15
Actions

Also available in: Atom PDF