NAME

xas-supctl.pl - a simple command line interface to the XAS supervisor

SYNOPSIS

xas-supctl.pl [--help] [--debug] [--manual] [--version] [--stop <name>]

options:
  --port       the port to use
  --host       the host the server resides on
  --start      issue a 'start' command for managed process
  --stop       issue a 'stop' command for a managed process
  --reload     issue a 'reload' command for a managed process
  --status     issue a 'status' command for a managed process
  --help       outputs simple help text
  --manual     outputs the procedures manual
  --version    outputs the apps version
  --debug      toogles debugging output
  --[no]alerts toogles alert notification

DESCRIPTION

This procedure is a simple command line interface to the XAS supervisor.

OPTIONS AND ARGUMENTS

--host

The host the supervisor resides on.

--port

The port it is listening too.

--stop

This issues a 'stop' command to the supervisor.

--start

This issues a 'start' command to the supervisor.

--status

This issues a 'status' command to the supervisor.

--reload

This issues a 'reload' command to the supervisor.

--help

Displays a simple help message.

--debug

Turns on debbuging.

--alerts

Toggles alert notification. The default is on.

--manual

The complete documentation.

--version

Prints out the apps version

EXIT CODES

0 - success
1 - failure

SEE ALSO

XAS::Apps::Base::Supctl

AUTHOR

Kevin L. Esteb, <kevin@kesteb.us>

COPYRIGHT AND LICENSE

Copyright (C) 2013 by Kevin L. Esteb

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.