oneuptime/InfrastructureAgent
2024-03-17 09:09:16 +00:00
..
Jobs Refactor command line argument parsing and update API endpoint 2024-03-16 19:17:38 +00:00
Scripts Fix import statement and update package dependencies 2024-03-17 09:09:16 +00:00
Types Fix import paths and update dependencies 2024-03-16 19:04:42 +00:00
Utils Refactor command line argument parsing and update API endpoint 2024-03-16 19:17:38 +00:00
Dockerfile.tpl Remove unnecessary files and update dependencies 2024-03-12 11:06:45 +00:00
Index.ts Fix import statement and update package dependencies 2024-03-17 09:09:16 +00:00
nodemon.json Update code formatting and fix bug in file processing 2024-03-06 10:37:47 +00:00
package-lock.json Fix import statement and update package dependencies 2024-03-17 09:09:16 +00:00
package.json Fix import statement and update package dependencies 2024-03-17 09:09:16 +00:00
README.md Update README with installation instructions for OneUptime Infrastructure Agent 2024-03-14 14:03:11 +00:00
sea-config.json Update sea-config.json and .gitignore, and add build script to package.json 2024-03-12 13:47:37 +00:00
tsconfig.json Remove unnecessary files and update dependencies 2024-03-12 11:06:45 +00:00

OneUptime Infrastructure Agent

The OneUptime Infrastructure Agent is a lightweight, open-source agent that collects system metrics and sends them to the OneUptime platform. It is designed to be easy to install and use, and to be extensible.

Installation

npm i @oneuptime/infrastructure-agent -g

# You can change the host to your own host if you're self hosting the OneUptime platform. 
# You can find the secret key on OneUptime Dashboard. Click on "View Monitor" and go to "Settings" tab.

oneuptime-infrastructure-agent --secret-key=YOUR_SECRET_KEY --oneuptime-url=https://oneuptime.com

Once its up and running you should see the metrics on the OneUptime Dashboard.