icinga 也支援用手機瀏覽監控狀態 icinga-mobile

# 官網說它是用 javascript 寫的,但我在安裝過程中需要 tomcat,不過不用啟動 tomcat

yum -y install tomcat

# 編譯

cd /root/
git clone git://git.icinga.org/icinga-mobile
cd icinga-mobile
./configure --with-web-user=apache --with-web-group=apache --with-web-apache-path=/etc/httpd/conf.d --prefix=/usr/local/icinga/mobile
make install-apache-config
make compile
make install

# 一樣 reload apache

service httpd graceful

這樣子就搞定,瀏覽

http://1.1.1.1/icinga-mobile

在 Config 輸入 icinga-web URL 及 Auth Key

Related posts 相關文章
簡單容易自己架設的監控平台-Uptime Kuma
More...
icinga2 包入 docker
More...
怎麼用 icinga-web 本身的 REST API – GET 部份
More...
升級 icinga 遇到的問題,從 1.11.x 版到 1.13.x
More...

作者

留言

撰寫回覆或留言

發佈留言必須填寫的電子郵件地址不會公開。