#!/usr/bin/perl

use warnings;
use centreon::script::centstorage;

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

__END__

=head1 NAME

centstorage - a daemon to handle perfdatas.

=head1 SYNOPSIS

centstorage [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 centstorage configuration file (default: /etc/centreon/centstorage.pm).

=item B<--help>

Print a brief help message and exits.

=back

=head1 DESCRIPTION

B<centstorage> will read nagios perfdata file and update RRD and MySQL databases.

=cut

