ntop, monitorix ve netdata kurulumları nasıl yapılır?
Home » GNU/Linux  »  ntop, monitorix ve netdata kurulumları nasıl yapılır?
ntop, monitorix ve netdata kurulumları nasıl yapılır?
500 apt-get update 501 apt-get upgrade 502 apt-get install monitorix OK 503 ip a 504 nano /etc/monitorix/monitorix.conf 505 nano /etc/monitorix/monitorix.conf 506 nano /etc/monitorix/monitorix.conf 507 service monitorix restart 508 hostnamectl 509 apt-get install netdata -y OK 510 service netdata start 511 systemctl enable netdata 512 systemctl status netdata 513 netstat -tunlp | grep 19999 514 nano /etc/netdata/netdata.conf 515 history ntop http://localhost:3000/ http://localhost:8080/monitorix http://localhost:19999/ nano /etc/monitorix/monitorix.conf dosyasındaki satır netdata interface ayarı için ilgili network kartının seçilmesi # NET graph # ----------------------------------------------------------------------------- <net> max = 10 list = enp2s0 <desc> enp2s0 = FastEthernet LAN, 0, 10000000 </desc> gateway = enp2s0 </net> root@zadhpvepmirror:~# history 1 apt install wget gnupg software-properties-common 2 apt-get update 3 apt-get upgrade 4 apt-get dist-upgrade 5 nano /etc/apt/sources.list 6 reboot 7 nano /etc/apt/sources.list 8 apt-get update 9 apt-get upgrade 10 apt-get dist-upgrade 11 apt install wget gnupg software-properties-common 12 wget http://apt.ntop.org/buster/all/apt-ntop.deb 13 dpkg -i apt-ntop.deb 14 apt upgrade -y 15 apt update -y 16 apt install pfring-dkms nprobe ntopng n2disk cento -y 17 ntopng -h 18 ip a 19 nano /etc/ntopng/ntopng.conf 20 nano /etc/ntopng/ntopng.conf 21 systemctl start ntopng 22 systemctl enable ntopng 23 systemctl status ntopng 24 ip a 25 nano /etc/ntopng/ntopng.conf 26 systemctl restart ntopng 27 apt-get update 28 apt-get upgrade 29 apt-get dist-upgrade 30 apt autoremove 31 apt-get install netdata*.* 32 service netdata start 33 systemctl enable netdata 34 systemctl status netdata 35 nano /etc/netdata/netdata.conf 36 systemctl restart netdata.service 37 apt-get install monitorix 38 nano /etc/monitorix/monitorix.conf 39 service monitorix restart 40 hostnamectl 41 history # NetData Configuration # The current full configuration can be retrieved from the running # server at the URL # # http://localhost:19999/netdata.conf # # for example: # # wget -O /etc/netdata/netdata.conf http://localhost:19999/netdata.conf # [global] run as user = netdata web files owner = root web files group = root # Netdata is not designed to be exposed to potentially hostile # networks. See https://github.com/netdata/netdata/issues/164 bind socket to IP = 10.67.231.31