Help for this page

Select Code to Download


  1. or download this
    for my $cmd (@{$ctxt->{commands}}) { ...
    
  2. or download this
    use Ops::Exec qw(ops_do_ssh_shell ops_new_context ops_new_cmd);
    use Ops::Config qw(ops_get_servers);
    ...
    
    # statuses are evaluated to generate warnings and alerts
    # texts and emails are sent yadda yadda
    
  3. or download this
    package Ops::Exec;
    use strict;
    ...
    }
    
    "Red Guitar, Three Chords ...";