📡
Soketi
0.x
0.x
  • 📡soketi
  • 🏆Benchmarks
  • 🎉Support
  • 🤝Contributing
  • 😢Known Limitations
  • Getting started
    • 🚀Installation
      • CLI Installation
      • Docker
      • Helm Charts
      • Laravel Sail (Docker)
    • 💿Configuring the server
    • 🔐SSL Configuration
    • 🎨Client Configuration
      • Pusher SDK
      • Laravel Echo
    • 💻Backend Configuration
      • Pusher SDK
      • Laravel Broadcasting
      • Nginx Configuration
    • 🧠Redis Configuration
  • App Management
    • 🎟️Introduction
    • 🧬Array Driver
    • 🛢️SQL Drivers
      • 🐬MySQL
      • 🐘PostgreSQL
      • ⛲Database Pooling
    • 👾DynamoDB
  • Rate Limiting & Limits
    • ⛔Broadcast Rate Limiting
    • 👥Events & Channels Limits
  • Advanced Usage
    • ↔️Horizontal Scaling
      • 🤖Running Modes
      • 🧠Redis Configuration
      • 🧙‍♂️🧙♂ 🧙♂ 🧙♂ NATS Configuration
      • 🗃️Private Network Configuration
      • 😑Ok, what to choose?
    • 🛑Graceful Shutdowns & Real-time monitoring
    • 📈Prometheus Metrics
    • 🔗HTTP Webhooks
      • 📐AWS Lambda trigger
    • 🕛Queues
      • ⛓️AWS SQS FIFO
      • 🧠Redis
  • Network Watcher
    • 🚀Installation
    • 💿Environment Variables
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
  1. Network Watcher

Environment Variables

PreviousInstallation

Last updated 3 years ago

Was this helpful?

Within the documentation, environment variables were used to configure the Network Watcher. The following list of environment variables includes all of the available variables that may be used to configure the Network Watcher:

Name
CLI Flag
Default
Description

POD_NAMESPACE

--pod-namespace

default

The Pod namespace to watch.

POD_NAME

--pod-name

some-pod

The Pod name to watch.

SERVER_PORT

--server-port

6001

The port number of the .

MEMORY_PERCENT

--memory-percent

75

The threshold (percentage) that, once reached, will cause the Pod to be marked as "not ready" to accept any new connections or requests.

CHECKING_INTERVAL

--checking-interval

1

The number of seconds to wait between API checks.

TEST_MODE

--test

Not applied

Run a single check rather than a continuous loop of checks.

💿
soketi server
Network Watcher installation