Skip to content
This repository was archived by the owner on Jun 11, 2019. It is now read-only.
This repository was archived by the owner on Jun 11, 2019. It is now read-only.

checkpid default process name #10

@khappone

Description

@khappone

checkpid.pp now has this

$real_process = $process ? {
'' => $process,
default => $name,
}

but subsequently only $process is used instead of $real_process.
I assume the intention was to use $real_process so you could define a check like so, without explicity defining "process"

monit::checkpid { "httpd": }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions