1. 程式人生 > >Nagios安裝配置(ubuntu)&調研

Nagios安裝配置(ubuntu)&調研

[[email protected] etc]# cat services.cfg 
define service{
        use                     local-service
        host_name               node3
        service_description     check-host-alive
        check_command           check-host-alive
        }  

define service{
        use                             local-service         ; Name of service template to use
        host_name                       node3
        service_description             datanode on node3
        check_command                   check_jps2!DataNode!node3
        notifications_enabled           1
        }

define service{
        use                     local-service
        host_name               node2
        service_description     check-host-alive
        check_command           check-host-alive
        }  

define service{
        use                             local-service         ; Name of service template to use
        host_name                       node2
        service_description             datanode on node2
        check_command                   check_jps2!DataNode!node2
        notifications_enabled           1
        }

define service{
        use                             local-service
        host_name                       node2
        service_description             mysql
        check_command                   check_nrpe!check_mysql
        notifications_enabled           1
        check_interval                  1               ; Actively check the host every 5 minutes
        retry_interval                  1               ; Schedule host check retries at 1 minute intervals
        max_check_attempts              2    
        }

相關推薦

Nagios安裝配置(ubuntu)&調研

[[email protected] etc]# cat services.cfg  define service{         use                     local-service         host_name               node3        

nagios安裝配置

temp all contacts water daemon 語法 command install comm 環境rhel6.5server1,server2,server3 [root@server1 nagios]# yum install gd gd-devel op

NAGIOS安裝配置+MUTT+MSMTP郵件報警設定

由於伺服器更新,所以公司重新部署了架構,需要一個監控,因此提前在虛擬機器裡過了一遍,整理出安裝NAGIOS監控的過程,僅供大家參考。 大環境: 兩臺linux主機(已經關閉了selinux和iptables功能) 192.168.1.184和192.168

完美安裝配置Ubuntu 伺服器版

這篇教程指導你如何完美安裝配置ubuntu 伺服器版本,並安裝配置一般的服務: apache (ssl) positfix 郵件伺服器 smtp-auth tls bind dns伺服器,proftpd ftp伺服器 mysql資料庫 courierpop3/imap 郵件服

Ubuntu 14.04 64bit下Caffe + Cuda6.5/Cuda7.0 安裝配置教程

-a att html mode .net share surface art cores http://www.embeddedlinux.org.cn/emb-linux/entry-level/201612/21-6005.html 隨著深度學習快速發展的浪潮,許多有

ubuntu下apache2 安裝 配置 卸載 CGI設置 SSL設置

handler lin usr you none 找到 權限 apt view 一、安裝、卸載apache2 apache2可直接用命令安裝 sudo apt-get install apache2 卸載比較麻煩,必須卸幹凈,否則會影

Ubuntu安裝配置redis

命令 rep -c col 安裝配置 pan 令行 .html cli 安裝redis apt-get install redis-server 查看是否啟動 ps -aux|grep redis 客戶端連接   註:     安裝Redis服務器,會自動地一起安裝

ubuntu 16.04.1 LTS postgresql安裝配置

ket ons wget 5.6 int cst multi 啟動 oca postgresql安裝--------------------二進制安裝:wget https://get.enterprisedb.com/postgresql/postgresql-9.5.6

ubuntu 16.04.1 LTS redis安裝配置

star ins redis-cli -s download root per edi down 編譯安裝:apt-get updateapt-get install build-essential tclwget http://download.redis.io/redi

Ubuntunagios安裝(來源官網)

update gawk ibm plain cert lib account adding resolv Ubuntu下nagios安裝(來源官網) https://assets.nagios.com/downloads/nagioscore/docs/nagioscore

Ubuntu安裝配置JDK、Tomcat、SVN服務器

ubunt jdk tomcat svn 摘要:本文主要介紹了如何在ubuntu下安裝與配置jdk、tomcat、及svn服務器 環境:VMware + Ubuntu14.04一、配置jdk1、下載JDKhttp://www.oracle.com/technetwork/j

Ubuntu 14.04下NFS安裝配置

ins 設定 c程序 路徑 tar ubuntu start home server 1、安裝nfs-server # apt-get install nfs-kernel-server 2、建立nfs專用文件夾 # mkdir /home/lucas/nfs 3、

ubuntu16.04安裝配置nagios

group sent 內容 OS 重新啟動 open ln -s rpe conf 參考博文:https://www.howtoing.com/ubuntu-nagios/ 該博文真實有效可供參考,按照步驟,基本可以成功 一.安裝的先決條件 sudo apt-get ins

Linux筆記網絡監控之nagios安裝配置

nagios linux 安裝與配置 nagios簡介 Nagios是一款開源的電腦系統和網絡監視工具,能有效監控Windows、Linux和Unix的主機狀態,交換機路由器等網絡設置,打印機等。在系統或服務狀態異常時發出郵件或短信報警第一時間通知網站運維人員,在狀態恢復後發出正常的郵件或短信通

ubuntu 簡單安裝配置gitlab

IV pack -s http gitlab tla itl bash spa 安裝 gitlab-ce 社區版 curl -sS http://packages.gitlab.com.cn/install/gitlab-ce/script.deb.sh | sudo b

nagios安裝配置筆記

type ado archive ssh gin word white nag pad 選用的雲主機,省去很多繁瑣的步驟安裝nagios和httpd:[root@fjx ~]# yum install -y nagios httpd [root@fjx ~]# htpas

[環境配置]Ubuntu 16.04 原始碼編譯安裝OpenCV-3.2.0+OpenCV_contrib-3.2.0及產生的問題

1.OpenCV-3.2.0+OpenCV_contrib-3.2.0編譯安裝過程 1)下載官方要求的依賴包 GCC 4.4.x or later CMake 2.6 or higher Git GTK+2.x or higher, including headers (libgtk2.

Ubuntu安裝配置tomcat(以及配置多個tomcat)

到官網下載tomcat的包檔案,要注意tomcat是分linux系統使用和windows系統使用的,在linux中使用下載tar.gz包。 下載好包之後,在終端進行操作。 Sudo -i 進入root,要輸入密碼 首先建立一個資料夾,用來存放你即將上傳解壓的tomcat檔案  &

Ubuntu安裝配置JDK

在jdk官網下載jdk檔案   sudo -i  進入root許可權 mkdir /usr/local/java  建立一個java資料夾 Rz   檔案上傳命令,可以使用xshell來完成這個工作,要注意的是使用xshell,在linux中

ubuntu下mysql proxy 安裝配置

1.  安裝 LUA 2. 官網下載預編譯班的mysql-proxy: https://downloads.mysql.com/archives/proxy/ 3. 解壓:tar zxf mysql-proxy-0.6.0-linux-rhas4-x86.tar.gz