Skip to content

Plugin(os::aix::local) - Mode(process): does not verbose processes list when using --verbose #5945

@olivierjoly

Description

@olivierjoly

Bug report

When using /usr/lib/centreon/plugins//centreon_aix_local.pl --plugin=os::aix::local::plugin --mode=process with --verbose there is only this output
(OK|WARNING|CRITICAL): Number of current processes: 5 - 0 process(es) problem(s) detected.

I guess we should have the output with processes list when using --verbose but this is not the case

Quick description

When using /usr/lib/centreon/plugins//centreon_aix_local.pl --plugin=os::aix::local::plugin --mode=process with --verbose there is only this output
(OK|WARNING|CRITICAL): Number of current processes: 153 - 0 process(es) problem(s) detected.

I guess we should have the output with processes list when using --verbose but this is not the case

How to reproduce

  • Environment: Linux xxx 5.14.0-570.79.1.el9_6.x86_64 Support of connecting via Unix-socket for MySQL checks #1 SMP PREEMPT_DYNAMIC Mon Jan 12 14:44:20 EST 2026 x86_64 x86_64 x86_64 GNU/Linux
    Red Hat Enterprise Linux release 9.6 (Plow)
  • Version of the plugin: centreon-plugin-Operatingsystems-Aix-Local-20260100-1.el9.noarch
  • Information about the monitored resource: Aix 7.2
  • Command line:
    /usr/lib/centreon/plugins//centreon_aix_local.pl
    --plugin=os::aix::local::plugin
    --mode=process
    --hostname='xxx'
    --ssh-backend=''
    --ssh-username='xxx'
    --ssh-password=''
    --ssh-port=''
    --filter-command='netmaster|uqserver|printmaster|statserver'
    --filter-ppid=''
    --filter-state=''
    --warning-status=''
    --critical-status=''
    --warning-total=''
    --critical-total='4:'
    --verbose

Expected result

OK: Number of current processes: 5 - 0 process(es) problem(s) detected | 'processes.total.count'=5;;4:;0; 'processes.alerts.count'=0;;;0;

ok: Process [command => statserver] [arg: /usr/uniqprint/xxx/programs/servers/statserver statserver] [state: Active] [elapsed => 11148]
ok: Process [command => printmaster] [arg: /usr/uniqprint/xxx/programs/servers/printmaster printmaster] [state: Active] [elapsed => 16164867]
ok: Process [command => uqserver] [arg: /usr/uniqprint/xxx/programs/servers/uqserver uqserver] [state: Active] [elapsed => 16164867]
ok: Process [command => statserver] [arg: /usr/uniqprint/xxx/programs/servers/statserver statserver] [state: Active] [elapsed => 16164867]
ok: Process [command => netmaster] [arg: /usr/uniqprint/xxx/programs/servers/netmaster netmaster] [state: Active] [elapsed => 16164867]

Actual result

OK: Number of current processes: 5 - 0 process(es) problem(s) detected | 'processes.total.count'=5;;4:;0; 'processes.alerts.count'=0;;;0;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions