NAME
Maplat::Worker::AdminCommands - database admin command module
SYNOPSIS
This module executes PostgreSQL admin commands like "VACUUM ANALYZE"
DESCRIPTION
This module is a plugin module for the "Commands" module and handles PostgreSQL admin commands scheduled from the WebGUI.
Configuration
<module>
<modname>admincommands</modname>
<pm>AdminCommands</pm>
<options>
<db>maindb</db>
<memcache>memcache</memcache>
<commands>commands</commands>
<reporting>reporting</reporting>
</options>
</module>
Dependencies
This module depends on the following modules beeing configured (the 'as "somename"' means the key name in this modules configuration):
Maplat::Worker::PostgresDB as "db" Maplat::Worker::Memcache as "memcache" Maplat::Worker::Commands as "commands" Maplat::Worker::Reporting as "reporting"
SEE ALSO
Maplat::Worker
AUTHOR
Rene Schickbauer, <rene.schickbauer@magnapowertrain.com>
COPYRIGHT AND LICENSE
Copyright (C) 2009 by Rene Schickbauer
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available.