logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

mfscgiserv - start HTTP/CGI server for MooseFS monitoring

Description

mfscgiserv is a very simple HTTP server capable of running CGI scripts for MooseFS monitoring.

Name

       mfscgiserv - start HTTP/CGI server for MooseFS monitoring

Options

-h     print usage information and exit

       -HBIND_HOST
              local address to listen on (default: any)

       -PBIND_PORT
              port to listen on (default: 9425)

       -RROOT_PATH
              local path to use as HTTP document root (default is CGIDIR set up at configure time)

       -DDATA_PATH
              working directory (default: /var/lib/mfs)

       -f     run in foreground, don't daemonize

       -v     log requests on stderr

       -tLOCKTIMEOUT
              how long to wait for lockfile (in seconds; default is 60 seconds)

       ACTION is one of start, stop, restart or test. Default action is restart. The test action will yield  one
              of two responses: "mfscgiserv pid: PID" or "mfscgiserv is not running".

Synopsis

mfscgiserv  [-HBIND_HOST]  [-PBIND_PORT]  [-RROOT_PATH]  [-DDATA_PATH] [-tLOCKTIMEOUT] [-f [-v]]
       [ACTION]

       mfscgiserv-h

See Also