User Activity

  • Modified a comment on discussion Open Discussion on Nmap2Nagios

    To fix this error, I had to "protect" the three lines: next if ($nmap_host_ref->{'address'}->{'addr'} =~ /\.0$/); next if ($nmap_host_ref->{'address'}->{'addr'} =~ /\.255$/); next if ($nmap_host_ref->{'address'}->{'addr'} =~ /^([0-9A-F]{2}([:-]|$)){6}$/i); ... by putting this if-clause around them: if (ref($nmap_host_ref->{'address'}) ne 'ARRAY') { next if ($nmap_host_ref->{'address'}->{'addr'} =~ /\.0$/); next if ($nmap_host_ref->{'address'}->{'addr'} =~ /\.255$/); next if ($nmap_host_ref->{'address'}->{'addr'}...

  • Posted a comment on discussion Open Discussion on Nmap2Nagios

    To fix this error, I had to "protect" the three lines: next if ($nmap_host_ref->{'address'}->{'addr'} =~ /\.0$/); next if ($nmap_host_ref->{'address'}->{'addr'} =~ /\.255$/); next if ($nmap_host_ref->{'address'}->{'addr'} =~ /^([0-9A-F]{2}([:-]|$)){6}$/i); ... by putting this if-clause around them: if (ref($nmap_host_ref->{'address'}) ne 'ARRAY') { next if ($nmap_host_ref->{'address'}->{'addr'} =~ /\.0$/); next if ($nmap_host_ref->{'address'}->{'addr'} =~ /\.255$/); next if ($nmap_host_ref->{'address'}->{'addr'}...

View All

Personal Data

Username:
heilbron
Joined:
2001-03-18 17:34:04

Projects

  • No projects to display.

Personal Tools