ubuntu 安裝nrpe客戶端

2021-08-17 05:46:43 字數 1126 閱讀 9405

1

、增加使用者及安裝環境

useradd -s /sbin/nologin nagios

apt-get install build-essential libgd2-xpm-dev openssl libssl-dev xinetd apache2-utils unzip

2、複製安裝

tar包到伺服器上並解壓

tar -zxvf nrpe-2.15.tar.gz

tar -zxvf nagios-plugins-2.1.1.tar.gz

3、編譯

cd nagios-plugins-2.1.1

./configure --with-nagios-user=nagios--with-nagios-group=nagios

make

make install

cd nrpe-2.15

./configure --with-nrpe-user=nagios--with-nrpe-group=nagios --with-nagios-user=nagios --with-nagios-group=nagios--enable-command-args --enable-ssl

./configure --enable-command-args--with-nagios-user=nagios --with-nagios-group=nagios--with-ssl=/usr/bin/openssl --with-ssl-lib=/usr/lib/x86_64-linux-gnu

make all

sudo make install

sudo make install-xinetd

sudo make install-daemon-config

4、開啟

xinetd

啟動指令碼

vi /etc/xinetd.d/nrpe

將only_from

這一行的內容修改,新增你的

nagios

伺服器的

ip10.100.2.180

):only_from = 127.0.0.1 10.100.2.180

5、啟動

nrpe

客戶端service xinetd restart

Ubuntu安裝Dropbox客戶端

ubuntu安裝dropbox客戶端 1.命令列安裝 32位系統 cd wget o tar xzf 64位系統 cd wget o 64 tar xzf www.ahlinux.com 2.啟動 執行命令 dropbox dist dropboxd 第一次啟動後進入配置視窗,根據提示進行即可。3....

Ubuntu安裝Oracle客戶端

instant client ubuntu docmentation oracle instant client linux下使用oracle instant client遠端連線伺服器 網上很多資料各式各樣,而每個系統的配置也是各有不同。經歷了數不過來的失敗後終於成功了,在這裡整理一下,方便今後查...

ubuntu安裝oracle客戶端

oracle instantclient11.2 basic 12.1.0.2.0 1.x86 64.rpm oracle instantclient11.2 devel 11.2.0.4.0 1.x86 64.rpm oracle instantclient11.2 sqlplus 11.2.0....