Help for this page

Select Code to Download


  1. or download this
    results_table->{$$group}}->{$$site_name}->{sysobjid}="unknown;
    results_table->{$$group}}->{$$site_name}->{snmp_status}="NOT OK";
    
  2. or download this
    for ($results_table->{$$group}{$$site_name})
    {
      $_->{sysobjid} = 'unknown';
      $_->{snmp_status} = 'NOT OK';
    }