Skip to content
Mike Perham edited this page Aug 19, 2014 · 25 revisions

Inspeqtor opens a Unix socket at /var/run/inspeqtor.sock to accept commands from localhost.

Supported Commands

  • s tart deploy - silences Inspeqtor for deploy_length seconds or until finish deploy is sent. Inspeqtor will not trigger any actions (e.g. alert, restart, etc)
  • f inish deploy - tells Inspeqtor to start evaluating rule thresholds and triggering actions.
  • i nfo - prints out a summary of all rules and their current status

Run a command via echo <cmd> | nc -U /var/run/inspeqtor.sock. Note Inspeqtor only looks at the first character of the command.

Clone this wiki locally