1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

1分で立ち上げるZABBIX server

1
Posted at

用意するもの

Docker 環境
今回は、WindowsのDocker Desktop環境でやりました。

ダウンロードと実行

> docker pull  zabbix/zabbix-appliance
> docker run --name my-zabbix-appliance -p 8022:80 -p 10051:10051 -d zabbix/zabbix-appliance

ブラウザでアクセス

初期パスワード
ID: Admin
Password: zabbix
です。

ここまで1分ほどです。

お手軽でしたが、入ったバージョンはちょっと古く
zabbix_server (Zabbix) 4.4.6 でした。

次はagent設定が必要です。

Docker imageの詳細

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?