Opened 5 years ago
Closed 5 years ago
#173 closed defect (fixed)
cmdLine und regexp didn't work with version 0.3.2.9
| Reported by: | anonymous | Owned by: | MickeM |
|---|---|---|---|
| Priority: | 2 | Milestone: | 0.3.3 |
| Component: | Core | Version: | 0.3.2 |
| Severity: | Bugs | Keywords: | |
| Cc: |
Description
i use checkProcState with the new options cmdLine and regexp. With version 0.3.1.19 anything works fine:
checkProcState match=regexp cmdLine ShowAll .*cmd.*=started
d \NSClient++.cpp(540) Injecting: checkProcState: match=regexp, cmdLine, ShowAll , .*cmd.*=started
d \NSClient++.cpp(560) Injected Result: OK 'OK: "C:\WINDOWS\system32\cmd.exe" : 1'
d \NSClient++.cpp(561) Injected Performance Result:
OK:OK: "C:\WINDOWS\system32\cmd.exe" : 1
But with latest version 0.3.2.9 i have problems. Anything changed?
checkProcState match=regexp cmdLine ShowAll .*cmd.*=started
d \NSClient++.cpp(516) Injecting: checkProcState: match=regexp, cmdLine, ShowAll, .*cmd.*=started
d \NSClient++.cpp(536) Injected Result: CRITICAL 'CRITICAL: cmdLine: stopped (critical), .*cmd.*: stopped (critical)'
d \NSClient++.cpp(537) Injected Performance Result:
CRITICAL:CRITICAL: cmdLine: stopped (critical), .*cmd.*: stopped (critical)
Change History (1)
comment:1 Changed 5 years ago by mickem
- Milestone changed from 0.3.2 to 0.3.3
- Resolution set to fixed
- Status changed from new to closed
- Version changed from 0.3.1 to 0.3.2









Fixed was a broken build...