You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
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": }