#!/usr/bin/perl

use warnings;
use centreon::script::centreontrapdforward;

centreon::script::centreontrapdforward->new()->run();

__END__

=head1 NAME

centreontrapdforward - a script to store traps in directory.

=head1 SYNOPSIS

centreontrapdforward [options]

=head1 OPTIONS

=over 8

=item B<--config>

Specify the path to the main configuration file (default: /etc/centreon/conf.pm).

=item B<--config-extra>

Specify the path to the centreontrapd configuration file (default: /etc/centreon/centreontrapd.pm.pm).

=item B<--help>

Print a brief help message and exits.

=back

=head1 DESCRIPTION

B<centreontrapdforward> will store trap in a directory (readed by centreontrapd daemon).

=cut

