NAME

App::Manoc::Netwalker::Script - Manoc Netwalker script runner

VERSION

version 2.99.2

DESCRIPTION

This class is responsible for running the Netwalker daemon. It extends App::Manoc::Script::Daemon and sets up the pollers workers, the scheduler and the control interface.

SYNOPSIS

use App::Manoc::Netwalker::Script;

my $app = App::Manoc::Netwalker::Script->new_with_options();
$app->run();

METHODS

main

The entry point for the script.

SEE ALSO

App::Manoc::Netwalker::Config, App::Manoc::Netwalker::Control, App::Manoc::Netwalker::Scheduler, App::Manoc::Netwalker::Poller::Workers, App::Manoc::Netwalker::Discover::Workers

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.