#!/usr/bin/perl

use warnings;
use centreon::script::centreonSyncPlugins;

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

__END__

=head1 NAME

centreonSyncPlugins - a script to synchronize plugins from central to pollers.

=head1 SYNOPSIS

centreonSyncPlugins [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<centreonSyncPlugins> will read MySQL database and synchronize plugins on pollers.
Beware, it reads global options to get plugin path. (Administration > Options > Monitoring > Plugins Directory)

=cut

