Scroll to navigation

LAVAPDU(8) lavapdu-runner User Manual LAVAPDU(8)

NAME

lavapdu-runner - daemon to control a PDU and implement instructions from the lavapdu-listen daemon.

SYNOPSIS

lavapdu-runner [--logfile=LOGFILE] [--loglevel=LOGLEVEL]
lavapdu-runner [{-h | --help}]

DESCRIPTION

This manual page documents briefly the lavapdu-runner and bar commands.
lavapdu-runner is a daemon which reads the queue created by lavapdu-listen and executes the commands on the specified PDU. The daemon logs in to the PDU, navigates the menu of the control interface, executes the requested command, logs out and moves on to the next instruction in the queue.

OPTIONS

--logfile=LOGFILE
Changes the logfile used by lavapdu-runner. By default this would be /var/log/lavapdu-runner.log
--loglevel=LOGLEVEL
Changes the logging level used by lavapdu-runner. By default this would be INFO. For more content, use DEBUG.
-h, --help
Show summary of options.

FILES

/etc/lavapdu.conf
The system-wide configuration file to control the behaviour of lavapdu-runner.

SEE ALSO

lavapdu-listen(8), pduclient(1)

AUTHOR

Matthew Hart <matthew.hart@linaro.org>
Wrote this manpage for the Debian system.

COPYRIGHT

Copyright © 2014 Matthew Hart
 
This manual page was written for the Debian system (and may be used by others).
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 or (at your option) any later version published by the Free Software Foundation.
On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL.
07/29/2014 lavapdu-runner