Reference

Quick reference documentation for Zentinel operations and troubleshooting.

Reference Guides

GuideDescription
Directive IndexAlphabetical index of all configuration directives
Configuration SchemaQuick reference for all config options
CLI ReferenceCommand-line options and usage
Environment VariablesEnvironment variable configuration
Error CodesHTTP status codes and error responses
Metrics ReferencePrometheus metrics for monitoring

Starting Zentinel:

zentinel --config zentinel.kdl
zentinel --test --config zentinel.kdl  # Validate config

Signals:

  • SIGHUP - Reload configuration
  • SIGTERM / SIGINT - Graceful shutdown

Key Environment Variables:

  • ZENTINEL_CONFIG - Configuration file path
  • RUST_LOG - Log level (debug, info, warn, error)
  • ZENTINEL_LOG_FORMAT - Log format (json, pretty)

Metrics Endpoint:

curl http://localhost:9090/metrics