#!/usr/bin/perl

use warnings;
use centreon::script::centFillTrapDB;

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

__END__

=head1 NAME

centFillTrapDB - a script to load MIBs in centreon database.

=head1 SYNOPSIS

centFillTrapDB [options]

=head1 OPTIONS

=over 8

=item B<--config>

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

=item B<--help>

Print a brief help message and exits.

=back

=head1 DESCRIPTION

B<centFillTrapDB> will read MIB file and load in centreon database.

=cut

