diff --git a/Probe/.env b/Probe/.env index 49ee5d852a..e17e2fecd4 100644 --- a/Probe/.env +++ b/Probe/.env @@ -1 +1 @@ -PORT=3087 \ No newline at end of file +PORT=3500 \ No newline at end of file diff --git a/config.tpl.env b/config.tpl.env index a28e18aef0..fd75634f4d 100644 --- a/config.tpl.env +++ b/config.tpl.env @@ -77,6 +77,7 @@ API_DOCS_PORT=1445 WORKFLOW_PORT=3099 ALERT_PORT=3088 PROBE_API_PORT=3400 +PROBE_PORT=3500 FILE_PORT=3125 HOME_PORT=1444 IDENTITY_PORT=3087 @@ -136,4 +137,8 @@ ANALYTICS_KEY= ANALYTICS_HOST= DATABASE_MIGRATIONS_HOST=localhost -DATABASE_MIGRATIONS_PORT=5400 \ No newline at end of file +DATABASE_MIGRATIONS_PORT=5400 + +# Global Probes +# This is in the format of GLOBAL_PROBE_=,, +GLOBAL_PROBE_ONEUPTIME=OneUptime,Global probe to monitor oneuptime resources, \ No newline at end of file