Skip to content

pfcon overview

Rudolph Pienaar edited this page Jun 28, 2017 · 4 revisions

pfcon overview

Abstract

pfcon is a coordinator/controller service that integrates with pfioh and pman.

Installation / setup

See the main page here.

Startup

See the startup docs here.

Flags

  • --ip=X.X.X.X

    The IP of this service (i.e. the host on which the service is running). pfioh will self-discover this if not specified. To limit communication only from localhost set this to localhost.

  • --port=5055

    The port on which to run. Defaults to 5055.

  • --quiet

    A boolean flag. If specified, run quietly, i.e. no debug/logging info to host terminal.

  • --man <command>

    Not yet implemented.

  • --forever

    A boolean flag. Default is true. If true the service runs effectively forever, or until explicitly told to shut down. In false mode, service will service one request and then self-shutdown.

  • --httpResponse

    A boolean flag. If specified, return HTTP formatted responses to caller.

--30--