Servicios
56
52 activos
4 pendientes
Frontend Público
20 / 52
20 OK
0 404
6 5xx
Infraestructura
3/3 VPS
dev
control
deploy
VPS-Dev
Desarrollo ONLINE
74.208.113.138 •
36 servicios
CPU
3.4%
RAM
44.3%
Disco
80.0%
Ping
16ms
| Servicio | Puerto | 1. Systemd systemctl is-active X.serviceVerifica si el proceso está corriendo en el kernel. OK = active | ERR = failed/inactive | 2. App Int curl localhost:PORT/healthVerifica si Flask/uvicorn/gunicorn responde internamente. Prueba el endpoint /health dentro del servidor. | 3. Caddy curl -H 'Host: dom.cl' localhost:80Verifica si Caddy enruta correctamente al puerto interno. Simula request externa sin salir del servidor. | 4. Caddy Ext curl http://IP:80 -H 'Host: dom.cl'Conexión directa a Caddy por IP, sin Cloudflare. Si OK aquí pero CDN falla = problema es Cloudflare. | 5. CDN /h curl https://dominio.cl/healthRequest a través de Cloudflare/DNS público. Verifica SSL, DNS y CDN funcionando. | 6. Front curl https://dominio.cl/Carga la página principal (index.html). Es lo que ve el usuario final en el navegador. | URL | Repo |
|---|---|---|---|---|---|---|---|---|---|
| auth | 9091 |
dock | N/A | OK | 308 | 404 | OK | auth.illanes00.cl | — |
| cds-agenda | 8151 |
OK | OK | OK | 308 | OK | OK | agenda.circulodesantiago.cl | — |
| cds-cultura | 8150 |
OK | OK | OK | 308 | OK | OK | cultura.circulodesantiago.cl | — |
| cds-estarbien | 8114 |
OK | OK | OK | 308 | OK | OK | estarbien.circulodesantiago.cl | — |
| cds-negocios | 8152 |
OK | OK | OK | 308 | OK | OK | negocios.circulodesantiago.cl | — |
| cochid-congreso | 8195 |
OK | N/A | OK | 308 | 404 | OK | congreso.cochid.cl | GitHub |
| cochid-www | 8180 |
OK | OK | OK | 308 | OK | OK | cochid.cl | GitHub |
| democracia-api | 3001 |
OK | OK | OK | 308 | ? | ? | dempls.illanes00.cl | — |
| illanes00-api | 8105 |
OK | OK | OK | 308 | OK | OK | api.illanes00.cl | GitHub |
| illanes00-apps | 8162 |
inac | — | — | — | — | — | — | — |
| illanes00-ballerina MISMATCH | 8161 |
inac | OK | OK | 308 | OK | 200 | ballerina.illanes00.cl | GitHub |
| illanes00-blog | 8104 |
OK | OK | OK | 308 | OK | ? | blog.illanes00.cl | GitHub |
| illanes00-cables | 8185 |
OK | N/A | OK | 308 | 404 | OK | cables.illanes00.cl | GitHub |
| illanes00-datos | 8120 |
OK | OK | OK | 308 | OK | 200 | datos.illanes00.cl | — |
| illanes00-democracia-please | 8108 |
OK | ? | OK | 308 | ? | ? | dempls.illanes00.cl | GitHub |
| illanes00-dev | 8121 |
OK | N/A | OK | 308 | 525 | 525 | dev.illanes00.cl | — |
| illanes00-discursos | 8106 |
OK | OK | OK | 308 | ? | ? | discursos.illanes00.cl | GitHub |
| illanes00-home-backend | 8171 |
OK | OK | OK | 308 | OK | 200 | home.illanes00.cl | — |
| illanes00-home-frontend | 8170 |
OK | OK | OK | 308 | OK | 200 | home.illanes00.cl | — |
| illanes00-jardinero | 8155 |
OK | OK | OK | 308 | OK | 200 | jardinero.illanes00.cl | GitHub |
| illanes00-kiosk | 8130 |
OK | OK | OK | 308 | ? | ? | kiosk.illanes00.cl | GitHub |
| illanes00-logs-backend | 8135 |
OK | N/A | OK | 308 | 404 | 200 | logs.illanes00.cl | — |
| illanes00-maps | 8140 |
OK | N/A | OK | 308 | 404 | OK | maps.illanes00.cl | GitHub |
| illanes00-normandie MISMATCH | 8309 |
inac | ? | OK | 308 | ? | ? | normandie.illanes00.cl | GitHub |
| illanes00-politicos | 8310 |
OK | OK | OK | 308 | ? | ? | politicos.illanes00.cl | GitHub |
| illanes00-portal MISMATCH | — | inac | — | OK | 308 | OK | 200 | portal.illanes00.cl | — |
| illanes00-scribe-backend | 8132 |
OK | OK | OK | 308 | ? | ? | scribe.illanes00.cl | — |
| illanes00-scribe-frontend | 8133 |
OK | N/A | OK | 308 | ? | ? | scribe.illanes00.cl | — |
| illanes00-thesis | 8111 |
OK | OK | OK | 308 | OK | 200 | thesis.illanes00.cl | — |
| illanes00-tpte | 8193 |
OK | OK | OK | 308 | 404 | OK | tpte.illanes00.cl | GitHub |
| illanes00-videos | 8175 |
OK | N/A | OK | 308 | 404 | 200 | videos.illanes00.cl | GitHub |
| illanes00-www-staging MISMATCH | 8160 |
inac | ? | OK | 308 | 404 | OK | staging.illanes00.cl | — |
| indieweb-www MISMATCH | 8181 |
inac | ? | OK | 308 | OK | 502 | indieweb.cl | GitHub |
| periodismo2-admin | 8116 |
OK | N/A | OK | 308 | OK | 500 | admin.periodismo2.cl | — |
| periodismo2-api | 8117 |
— | ? | OK | 308 | 502 | 502 | api.periodismo2.cl | — |
| periodismo2-www | 3115 |
OK | N/A | OK | 308 | 404 | OK | periodismo2.cl | — |
VPS-Control
Monitoreo ONLINE
74.208.113.139 •
7 servicios
CPU
0.0%
RAM
15.3%
Disco
25.0%
Ping
12ms
| Servicio | Puerto | 1. Systemd systemctl is-active X.serviceVerifica si el proceso está corriendo en el kernel. OK = active | ERR = failed/inactive | 2. App Int curl localhost:PORT/healthVerifica si Flask/uvicorn/gunicorn responde internamente. Prueba el endpoint /health dentro del servidor. | 3. Caddy curl -H 'Host: dom.cl' localhost:80Verifica si Caddy enruta correctamente al puerto interno. Simula request externa sin salir del servidor. | 4. Caddy Ext curl http://IP:80 -H 'Host: dom.cl'Conexión directa a Caddy por IP, sin Cloudflare. Si OK aquí pero CDN falla = problema es Cloudflare. | 5. CDN /h curl https://dominio.cl/healthRequest a través de Cloudflare/DNS público. Verifica SSL, DNS y CDN funcionando. | 6. Front curl https://dominio.cl/Carga la página principal (index.html). Es lo que ve el usuario final en el navegador. | URL | Repo |
|---|---|---|---|---|---|---|---|---|---|
| docs | — | file | — | OK | 308 | OK | OK | docs.illanes00.cl | GitHub |
| grafana | 3002 |
dock | ? | OK | 308 | 502 | 502 | grafana.illanes00.cl | — |
| illanes00-admin | 8102 |
OK | OK | OK | 308 | OK | OK | admin.illanes00.cl | GitHub |
| illanes00-style | — | file | — | OK | 308 | OK | OK | style.illanes00.cl | — |
| infra-monitor | — | — | — | OK | 308 | OK | OK | infra.illanes00.cl | — |
| prometheus | 9090 |
dock | ? | OK | 308 | 502 | 502 | prometheus.illanes00.cl | — |
| static | — | file | — | OK | 308 | OK | OK | static.illanes00.cl | — |
VPS-Deploy
Producción ONLINE
74.208.112.19 •
11 servicios
CPU
25.0%
RAM
39.5%
Disco
69.0%
Ping
14ms
| Servicio | Puerto | 1. Systemd systemctl is-active X.serviceVerifica si el proceso está corriendo en el kernel. OK = active | ERR = failed/inactive | 2. App Int curl localhost:PORT/healthVerifica si Flask/uvicorn/gunicorn responde internamente. Prueba el endpoint /health dentro del servidor. | 3. Caddy curl -H 'Host: dom.cl' localhost:80Verifica si Caddy enruta correctamente al puerto interno. Simula request externa sin salir del servidor. | 4. Caddy Ext curl http://IP:80 -H 'Host: dom.cl'Conexión directa a Caddy por IP, sin Cloudflare. Si OK aquí pero CDN falla = problema es Cloudflare. | 5. CDN /h curl https://dominio.cl/healthRequest a través de Cloudflare/DNS público. Verifica SSL, DNS y CDN funcionando. | 6. Front curl https://dominio.cl/Carga la página principal (index.html). Es lo que ve el usuario final en el navegador. | URL | Repo |
|---|---|---|---|---|---|---|---|---|---|
| cds-www MISMATCH | 9007 |
inac | OK | OK | 308 | 502 | OK | circulodesantiago.cl | GitHub |
| circulodesantiago-admin | 9001 |
OK | OK | OK | 308 | OK | 200 | admin.circulodesantiago.cl | GitHub |
| circulodesantiago-estarbien | 9002 |
OK | OK | OK | 308 | OK | OK | estarbien.circulodesantiago.cl | GitHub |
| illanes00-cv | 8105 |
OK | OK | OK | 308 | ? | ? | cv.illanes00.cl | GitHub |
| illanes00-elecciones | 9008 |
OK | ? | OK | 308 | ? | ? | elecciones.illanes00.cl | GitHub |
| illanes00-ep | 9013 |
OK | OK | OK | 308 | ? | ? | ep.illanes00.cl | GitHub |
| illanes00-finance | 9014 |
inac | — | — | — | — | — | — | GitHub |
| illanes00-graphs | 8154 |
OK | OK | OK | 308 | ? | ? | graphs.illanes00.cl | GitHub |
| illanes00-www | 9009 |
OK | OK | OK | 308 | ? | ? | illanes00.cl | GitHub |
| lepp-www | 9006 |
OK | OK | OK | 308 | ? | ? | lepp.cl | GitHub |
| situacion-www | 8123 |
OK | N/A | OK | 308 | ? | ? | situacion.cl | GitHub |
Servicios Pendientes
Sin asignar| Servicio | Puerto | 1. Systemd systemctl is-active X.serviceVerifica si el proceso está corriendo en el kernel. OK = active | ERR = failed/inactive | 2. App Int curl localhost:PORT/healthVerifica si Flask/uvicorn/gunicorn responde internamente. Prueba el endpoint /health dentro del servidor. | 3. Caddy curl -H 'Host: dom.cl' localhost:80Verifica si Caddy enruta correctamente al puerto interno. Simula request externa sin salir del servidor. | 4. Caddy Ext curl http://IP:80 -H 'Host: dom.cl'Conexión directa a Caddy por IP, sin Cloudflare. Si OK aquí pero CDN falla = problema es Cloudflare. | 5. CDN /h curl https://dominio.cl/healthRequest a través de Cloudflare/DNS público. Verifica SSL, DNS y CDN funcionando. | 6. Front curl https://dominio.cl/Carga la página principal (index.html). Es lo que ve el usuario final en el navegador. | URL | Repo |
|---|---|---|---|---|---|---|---|---|---|
| ep-seguridad | 8000 |
inac | — | — | — | — | — | — | — |
| illanes00-lex | 3000 |
inac | — | — | — | — | — | — | — |
Flujo de Conexiones Secuencial (52 servicios activos)
1
Systemd
38/0
Proceso vivo
2
App Int
28/19
App responde
3
Caddy
52/0
Proxy OK
4
Caddy Ext
52/0
Bypass CDN
5
CDN /h
23/29
SSL + DNS
6
Frontend
20/32
Usuario ve