https://github.com/zeropsio/recipe-zabbix
Zabbix monitoring platform in Zerops
https://github.com/zeropsio/recipe-zabbix
Last synced: about 1 month ago
JSON representation
Zabbix monitoring platform in Zerops
- Host: GitHub
- URL: https://github.com/zeropsio/recipe-zabbix
- Owner: zeropsio
- Created: 2024-08-15T15:20:13.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-16T17:06:44.000Z (almost 2 years ago)
- Last Synced: 2025-03-16T06:24:30.112Z (over 1 year ago)
- Language: PHP
- Size: 15.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zerops x Zabbix
[Zabbix](https://www.zabbix.com/) is self-hosted monitoring and visualization software.

## Prerequisites
- Zerops account - [sign up here](https://app.zerops.io/registration)
## Deploy Zabbix to Zerops
Locate "Import project" in the menu top left corner and paste following yaml:
```
project:
name: recipe-zabbix
services:
- hostname: pgdb
type: postgresql@16
mode: HA
priority: 10
- hostname: zabbix
type: ubuntu@22.04
enableSubdomainAccess: true
buildFromGit: "https://github.com/zeropsio/recipe-zabbix"
zeropsSetup: zabbix
priority: 1
```
## Login to Zabbix
When deploy is complete, go to `recipe-zabbix` project detail and in the left menu locate `IP Addresses & Public Routing Overview`, where you can find a subdomain link to open Zabbix frontend.
Open it and make your first login into Zabbix as `Admin` with password `zabbix` and enjoy :-)