2013-06-28 18:04:49 +02:00
|
|
|
#!/usr/bin/perl
|
2012-09-11 11:44:43 +02:00
|
|
|
|
2013-06-28 18:04:49 +02:00
|
|
|
use warnings;
|
|
|
|
use centreon::script::centreonesxd;
|
2012-10-08 11:31:06 +02:00
|
|
|
|
2013-06-28 18:04:49 +02:00
|
|
|
centreon::script::centreonesxd->new()->run();
|
2012-09-11 11:44:43 +02:00
|
|
|
|
2013-06-28 18:04:49 +02:00
|
|
|
__END__
|
2012-09-11 11:44:43 +02:00
|
|
|
|
2013-06-28 18:04:49 +02:00
|
|
|
=head1 NAME
|
2012-09-21 17:03:07 +02:00
|
|
|
|
2013-06-28 18:04:49 +02:00
|
|
|
centreon_esxd - a daemon to handle VMWare checks.
|
2012-09-21 11:40:06 +02:00
|
|
|
|
2013-06-28 18:04:49 +02:00
|
|
|
=head1 SYNOPSIS
|
2012-09-11 11:44:43 +02:00
|
|
|
|
2013-06-28 18:04:49 +02:00
|
|
|
centreon_esxd [options]
|
2012-09-11 11:44:43 +02:00
|
|
|
|
2013-06-28 18:04:49 +02:00
|
|
|
=head1 OPTIONS
|
2012-09-11 11:44:43 +02:00
|
|
|
|
2013-06-28 18:04:49 +02:00
|
|
|
=over 8
|
2012-09-21 11:40:06 +02:00
|
|
|
|
2013-06-28 18:04:49 +02:00
|
|
|
=item B<--config-extra>
|
2012-09-21 11:40:06 +02:00
|
|
|
|
2013-06-28 18:04:49 +02:00
|
|
|
Specify the path to the centreonesxd configuration file (default: /etc/centreon/centreon_esxd.pm).
|
2013-02-05 10:52:54 +01:00
|
|
|
|
2013-06-28 18:04:49 +02:00
|
|
|
=item B<--help>
|
2013-02-05 10:52:54 +01:00
|
|
|
|
2013-06-28 18:04:49 +02:00
|
|
|
Print a brief help message and exits.
|
2013-02-05 10:52:54 +01:00
|
|
|
|
2013-06-28 18:04:49 +02:00
|
|
|
=back
|
2012-09-11 11:44:43 +02:00
|
|
|
|
2013-06-28 18:04:49 +02:00
|
|
|
=head1 DESCRIPTION
|
2012-09-11 11:44:43 +02:00
|
|
|
|
2013-06-28 18:04:49 +02:00
|
|
|
B<centreon_esxd> will connect to ESX and/or VirtualCenter. Use the script 'centreon_esx_client.pl'
|
|
|
|
to do checks through the daemon.
|
2012-09-11 11:44:43 +02:00
|
|
|
|
2013-06-28 18:04:49 +02:00
|
|
|
=cut
|