The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

running-processes - check running processes

SYNOPSIS

        cat >> test-server.yaml << __YAML_END__ 
        running-processes:
            should-run:
                - dhclient3
                - /usr/sbin/sshd
                - /usr/sbin/cron
        __YAML_END__    

NOTE

Process listing depends on Proc::ProcessTable.

AUTHOR

Jozef Kutej