Go to file
Simon Larsen c450c3fa1b
```text
refactor: Update server_name in Nginx configuration

This commit updates the server_name directive in the Nginx configuration file to remove the ${HOST}:${ONEUPTIME_HTTP_PORT} variable and use just ${HOST}. This change ensures that the server_name is set correctly for all domains.
2024-06-24 21:43:24 +01:00
.github chore: Update docker-compose.dev.yml command in test.e2e.yaml 2024-06-24 13:29:34 +01:00
.husky fix lint. 2022-08-14 10:12:58 +01:00
.vscode refactor: Add debug configuration for running Copilot locally 2024-06-11 15:11:00 +01:00
Accounts refactor: Update Cookie.ts to accept string as key parameter 2024-06-18 13:33:09 +01:00
AdminDashboard refactor: Update symbol type to use lowercase 'symbol' in ColumnAccessControl files 2024-06-14 12:09:53 +01:00
App refactor: Improve error handling in CheckHeartbeat.ts 2024-06-24 18:50:59 +01:00
Backups fix backups and restore. 2022-12-12 15:25:30 +05:30
Certs add domain. 2023-03-02 15:46:28 +00:00
Clickhouse fix insert into db 2023-10-20 19:51:23 +01:00
Common refactor: Fix formatting and add comments in ArrayUtil.ts and CopilotActionProcessingException.ts 2024-06-23 21:37:36 +01:00
CommonServer refactor: Add missing comma in SchemaMigrations/Index.ts 2024-06-24 19:19:52 +01:00
CommonUI refactor: Improve clarity of declaredBy field assignment in SendCreatedResourceNotification.ts 2024-06-21 11:44:19 +01:00
Copilot refactor: Fix formatting and add comments in ArrayUtil.ts and CopilotActionProcessingException.ts 2024-06-23 21:37:36 +01:00
Dashboard refactor: Add logging statements for IncomingRequestMonitor 2024-06-24 17:31:42 +01:00
Data add data folder 2023-07-11 20:22:17 +01:00
DatabaseMigrations fix filter criteria 2022-04-30 11:39:37 +01:00
Devops Remove unused helm commands and files 2024-03-15 12:25:57 +00:00
Docs/Database Delete unused images and update Config.ts and Index.ts 2024-03-18 19:32:49 +00:00
E2E refactor: Remove commented out code and unused imports 2024-06-21 18:53:11 +01:00
Environment add env folder 2023-07-11 20:26:35 +01:00
Examples refactor: Remove unused imports and update eslint configuration 2024-06-14 15:42:45 +01:00
Fluentd Remove root user from Dockerfiles 2024-02-16 07:40:22 +00:00
Haraka refactor: Update import statement for jest in setupTest.js 2024-06-14 14:06:41 +01:00
HelmChart refactor: Update OneUptime port in nginx.yaml 2024-06-24 19:59:36 +01:00
InfrastructureAgent chore: Update infrastructure agent installation script and documentation 2024-05-14 17:55:15 +01:00
Ingestor refactor: Update import statements for TimezoneUtil in multiple files 2024-06-17 17:22:00 +01:00
IsolatedVM refactor: Update symbol type to use lowercase 'symbol' in ColumnAccessControl files 2024-06-14 12:09:53 +01:00
Llama refactor: Improve error handling in app.py 2024-06-23 20:31:43 +00:00
Model refactor: Update Project.ts to use number type for enterpriseAnnualContractValue column 2024-06-24 17:45:36 +01:00
Nginx ```text 2024-06-24 21:43:24 +01:00
OTelCollector Add CORS configuration to OTelCollector HTTP receiver 2024-04-26 19:12:38 +01:00
Postgres remove env tpl 2023-07-17 20:06:01 +01:00
Probe refactor: Update failureCause message in PingMonitor.ts 2024-06-21 13:59:45 +01:00
Scripts refactor: Update symbol type to use lowercase 'symbol' in ColumnAccessControl files 2024-06-14 12:09:53 +01:00
SslCertificates refactor: Update import statements for TimezoneUtil in multiple files 2024-06-18 11:35:04 +01:00
StatusPage refactor: Update symbol type to use lowercase 'symbol' in ColumnAccessControl files 2024-06-14 12:15:36 +01:00
Tests Update endpoint-status.sh 2024-06-20 15:24:27 -04:00
TestServer refactor: Update symbol type to use lowercase 'symbol' in ColumnAccessControl files 2024-06-14 12:09:53 +01:00
.dockerignore fix cluster domain in helm chart 2023-10-18 10:16:23 +01:00
.gitignore refactor: Update import statements for TimezoneUtil in multiple files 2024-06-17 21:01:44 +01:00
.prettierignore refactor: Update Prettier configuration to include @trivago/prettier-plugin-sort-imports 2024-05-31 17:44:51 +01:00
babel.config.ts refactor: Update symbol type to use lowercase 'symbol' in ColumnAccessControl files 2024-06-14 12:09:53 +01:00
backup.sh atleast 2023-07-30 17:48:48 -07:00
CHANGELOG
clean-npm-install.sh fix lock files 2022-12-16 14:22:23 +05:30
code-of-conduct.md Create code-of-conduct.md 2023-11-26 16:02:42 +00:00
config.example.env refactor: Update Nginx configuration to enable HTTP/2 2024-06-24 19:56:45 +01:00
configure.sh move files in install to js 2023-11-03 15:57:05 +00:00
CONTRIBUTING.md Add CONTRIBUTING.md template 2022-04-25 12:28:31 +02:00
docker-compose.ai.yml refactor: Update Dockerfile.tpl to use huggingface/transformers-pytorch-gpu image 2024-06-19 13:06:23 +00:00
docker-compose.base.yml refactor: Update Nginx configuration to enable HTTP/2 2024-06-24 19:56:45 +01:00
docker-compose.dev.yml refactor: Remove unused Llama service from docker-compose.dev.yml 2024-06-18 21:47:40 +01:00
docker-compose.yml Update GreenlockUtil class to handle lets encrypt account key properly 2024-05-01 12:37:41 +01:00
eslint.config.js refactor: Remove ignore for all JavaScript files in eslint configuration 2024-06-14 15:44:31 +01:00
install-node-modules.sh npm i 2023-02-08 20:40:06 +00:00
install.sh refactor status check script 2023-07-19 14:21:39 +01:00
LICENSE Update user authentication logic 2023-12-26 11:55:26 +00:00
MAINTAINERS Create MAINTAINERS 2023-11-26 16:06:45 +00:00
migration-create.sh add migrations 2022-12-15 12:36:31 +05:30
migration-run.sh add migrations 2022-12-15 12:36:31 +05:30
package-lock.json refactor: Update import statement for jest in setupTest.js 2024-06-14 14:06:41 +01:00
package.json refactor: Update Dockerfile.tpl to expose port 8547 instead of port 80 2024-06-19 12:18:25 +00:00
README.md Update installation links in README.md 2024-03-19 07:29:06 +00:00
remove-node-modules.sh add script to remove node_modules 2023-02-09 11:55:58 +00:00
restore.sh Update secret values in HelmChart templates 2024-03-17 12:14:26 +00:00
SECURITY.md
tsconfig.json Update tsconfig.json files with resolveJsonModule option 2024-04-08 14:03:07 +01:00
uninstall.sh fix docker-compose 2022-12-07 07:49:18 +00:00
update-node-modules.sh
update.sh add update script 2023-06-11 15:26:52 +01:00

oneuptime logo

OneUptime: The Complete Open-Source Observability Platform

OneUptime is a comprehensive solution for monitoring and managing your online services. Whether you need to check the availability of your website, dashboard, API, or any other online resource, OneUptime can alert your team when downtime happens and keep your customers informed with a status page. OneUptime also helps you handle incidents, set up on-call rotations, run tests, secure your services, analyze logs, track performance, and debug errors.

OneUptime replaces multiple tools with one integrated platform:

Uptime Monitoring

Monitor the availability and response time of your online services from multiple locations around the world. Get notified via email, SMS, Slack, or other channels when something goes wrong. Replace tools like Pingdom.

Monitoring

Status Pages

Communicate with your customers and stakeholders during downtime or maintenance. Create a custom-branded status page that shows the current status and history of your services. Replace tools like StatusPage.io.

Status Pages

Incident Management

Manage incidents from start to finish with a collaborative workflow. Create incident reports, assign tasks, update stakeholders, and document resolutions. Replace tools like Incident.io.

Incident Management

On Call and Alerts

Schedule on-call shifts for your team and define escalation policies. Ensure that the right person is notified at the right time when an incident occurs. Replace tools like PagerDuty.

On Call and Alerts

Logs Management

Collect, store, and analyze logs from your online services. Search, filter, and visualize log data to gain insights and troubleshoot issues. Replace tools like Loggly.

Logs Management

Workflows

Integrate OneUptime with your existing tools and automate your workflows. Integrate with tools like Slack, Jira, GitHub, and 5000+ more.

Workflows

Application Performance Monitoring

Measure and optimize the performance of your online apps and services. Track key metrics such as traces, response time, throughput, error rate, and user satisfaction. Replace tools like NewRelic and DataDog.

APM

Coming Soon

  • Error Tracking: Detect and diagnose errors in your online services. Get detailed error reports with stack traces, context, and user feedback. Replace tools like Sentry.
  • Reliability Autopilot: Scan your code and fix performance issues and errors automatically. Get recommendations for improving the reliability of your online services.

All under one platform.

Get Started for Free with OneUptime Cloud

OneUptime Cloud is the easiest and fastest way to monitor your website uptime and performance. You can sign up for free to OneUptime Cloud and enjoy the full benefits of OneUptime without any installation or maintenance hassle.

By using OneUptime Cloud, you also support the development of OneUptime open source project, which is a powerful and flexible tool for website monitoring. You can find more information about OneUptime open source project on GitHub. The code of OneUptime is completely open source, which means you can access, modify, and distribute it freely. You can also contribute to the project by reporting issues, suggesting features, or submitting pull requests.

If you need advanced features, such as API Access, Advances Workflows, or Advanced Access Control, you can upgrade to a paid plan anytime. You can compare the different plans and pricing on OneUptime Pricing page.

Installation

Philosophy

Our mission is to reduce downtime and increase the number of successful products in the world. To do that, we built a platform that helps you understand causes of the downtime, incidents and help reduce toil. Our product is open-source, free and available for everyone to use.

Contributing

We <3 contributions big and small. In priority order (although everything is appreciated) with the most helpful first:

Donate

If you like the project, please consider a small donation. Every single dollar will be used to ship new features or maintain existing ones. 100% of the work we do is open-source. Please donate here