2019年7月7日 星期日

07_nagvis


#  01 安裝需要的軟體

yum install php-mbstring php-pdo graphviz php-mysql -y

# install php-mbstring-5.4.16-46.el7.x86_64.rpm
#wget https://rpmfind.net/linux/centos/7.6.1810/os/x86_64/Packages/php-mbstring-5.4.16-46.el7.x86_64.rpm
#rpm -ivh php-mbstring-5.4.16-46.el7.x86_64.rpm

# 下載並安裝  nagvis-1.9.tar.gz  這個版本有測試過 可以使用

cd /tmp
wget   http://www.nagvis.org/share/nagvis-1.9.12.tar.gz

tar zxfv nagvis*.gz
cd nagvis*
./install.sh

DB的部份要自己選擇,看是用
mklive
還是 mariadb



socket  tcp:192.168.240.79:6557


沒有留言:

RHEL install EPEL

  https://www.linuxtechi.com/install-epel-repo-on-rhel-system/ EPEL dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest...