Help for this page

Select Code to Download


  1. or download this
                           'hostattributes' => [
                                                  {
                                                    'value' => 'some value
    +1',
    ...
                                                    'value' => 'some value
    + 2'
                                                  }
                                                ],
    
  2. or download this
    my $host = $ops->create_or_update_host(
        ip                  => 'nodename.com',
    ...
        hostattributes        => PASS HERE,
        notification_period => { name => 'RDG-24x7-Minus-Bounce' }
    );