pve-manager/bin/pvestatd

31 lines
421 B
Plaintext
Raw Normal View History

#!/usr/bin/perl
2011-08-23 07:40:22 +02:00
use strict;
use warnings;
use PVE::Service::pvestatd;
2011-08-23 07:40:22 +02:00
PVE::Service::pvestatd->run_cli();
2011-08-23 07:40:22 +02:00
__END__
=head1 NAME
pvestatd - PVE Status Daemon
=head1 SYNOPSIS
=include synopsis
2011-08-23 07:40:22 +02:00
=head1 DESCRIPTION
This daemom queries the status of VMs, storages and containers at
regular intervals. The result is sent to all nodes in the cluster.
=include pve_copyright
2011-08-23 07:40:22 +02:00