Summary: | net-analyzer/munin: ifx_concurrent_sessions_ plugin hardcodes /usr/bin/ps | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Doug Goldstein (RETIRED) <cardoe> |
Component: | New packages | Assignee: | Robin Johnson <robbat2> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | netmon |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Doug Goldstein (RETIRED)
![]() Just one that I can see. %% grep "usr/bin/ps" * ifx_concurrent_sessions_: my $pscmd = '/usr/bin/ps -p `/usr/bin/pgrep -P1 oninit -d,` -o ppid= -o args='; ifx_concurrent_sessions_: $pscmd = 'UNIX95= /usr/bin/ps -C oninit -o ppid= -o args=' Ah, the same exact thing is in 1.3.4 too. I'm not a user of this plugin and it isn't a regression. Sorry, I'm not interested in fixing it so I'm removing myself from CC. Fixed in 1.4.5-r2 |