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
留言