Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Digizuite supports load balancing on both web and database servers. For such setups, the number of servers increases. These setups are used for production environment where uptime and response times are very critical.



Port Setup

This image illustates the ports used by a Digizuite installation and how everything relates together.

Image Added


Raw diagram markup:

Code Block
titleRaw diagram markup
collapsetrue
graph LR

    SqlServer
    RabbitMQ
    iis[IIS]

    iis -->|1433| SqlServer
    iis -->|5672| RabbitMQ
    iis -->|80/443| iis

    Prometheus
    Grafana -->|9090| Prometheus

    Prometheus -->|15692| RabbitMQ
    Prometheus -->|80/433| iis

    Browser -->|80/443| iis
    Browser -->|3000| Grafana

    Prometheus -->|9182| WindowsExporter

    DigiBatch -->|5672| RabbitMQ