NAME

App::Manoc::Netwalker::Discover::Task - Netwalker discover task

VERSION

version 2.99.2

DESCRIPTION

A class which implements a scan on a single IP address and eventuallu store its findings in Manoc DB.

ATTRIBUTES

schema

config

session_id

Identifier for the current discovery session. Required.

session

Current discovery session, identified by session id.

address

App::Manoc::IPAddress::IPv4 object pointing the target of the scan. Required.

credentials

Netwalker credentials hash. Defaults to use Netwalker configuration.

METHODS

scan

Ping $self-address> by using ping and if it's alive try to get information using DNS and SNMP::Simple.

AUTHORS

  • Gabriele Mambrini <gmambro@cpan.org>

  • Enrico Liguori

COPYRIGHT AND LICENSE

This software is copyright (c) 2017 by Gabriele Mambrini.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.