An open API service indexing awesome lists of open source software.

https://github.com/isystk/docker-nagios

Dockerを利用してNagiosを構築するサンプル
https://github.com/isystk/docker-nagios

Last synced: 3 months ago
JSON representation

Dockerを利用してNagiosを構築するサンプル

Awesome Lists containing this project

README

        

🌙 docker-nagios
====

![GitHub issues](https://img.shields.io/github/issues/isystk/docker-nagios)
![GitHub forks](https://img.shields.io/github/forks/isystk/docker-nagios)
![GitHub stars](https://img.shields.io/github/stars/isystk/docker-nagios)
![GitHub license](https://img.shields.io/github/license/isystk/docker-nagios)

## 📗 プロジェクトの概要

Nagios サーバーのサンプルです。

## 🌐 Demo

## 💬 使い方

```
# 下準備
$ ./dc.sh init

# サーバーを起動する
$ ./dc.sh start

# ブラウザでアクセス
$ open http://localhost:7070/

ログインID / パスワード
nagiosadmin / nagios
```

## 🎨 参考

| プロジェクト| 概要|
| :---------------------------------------| :-------------------------------|
| [dockerを利用してNagiosを構築する手順](https://mebee.info/2020/06/04/post-12054/)| dockerを利用してNagiosを構築する手順|

## 🎫 Licence

[MIT](https://github.com/isystk/docker-nagios/blob/master/LICENSE)

## 👀 Author

[isystk](https://github.com/isystk)