Pigsty User Interface

Web GUI User interface for Pigsty

You can visit pigsty web ui after installation

http://g.pigsty -> http://10.10.10.10:80 (nginx) -> http://10.10.10.10:3000 (grafana)

Visit http://<node_ip>:3000 for monitoring home. (username: admin, password: pigsty)

Live Demo

Web Services

Pigsty will proxy web ui access with Nginx (port 80), default upstream servers are:

ComponentPortDomainComment
Grafana3000g.pigstyGrafana Dashboard Home
Prometheus9090p.pigstyTSDB UI
Loki3100l.pigstyLogging Server
AlertManager9093a.pigstyAlter Aggregator
Consul8500c.pigstyDCS Admin UI
Nginx80pigstyWeb Service Entrance
Yum Repo80yum.pigstyLocal yum repo

Check INFRA -> Config -> nginx_upstream

Domain Name

You can configure public domain names for these infra services, or just using local static DNS records & resolver e.g. write records to /etc/hosts.

You can access most web ui services via IP:Port, for example, <ip>:3000 is the default entrance of grafana. But it is not recommend.

Check: Deploy -> Prepare -> DNS Domain

Last modified 2022-06-04: fill en docs (5a858d3)