1. 관리 폴더 생성
cd /etc/ntopng/ //폴더 이동
mkdir ntopng.conf.d // 폴더 생성
2. 관리 인터페이스 및 IP 작성
2-1. vi ens33.conf
--daemon
--community
--data-dir=/home/ntopng
--http-port=3000
--dns-mode=1
--capture-direction=1
--interface=ens33 //서버에 적용된 인터페이스 사용
--local-networks="192.168.127./24,10.10.10.0/32" // 관리 IP 관리
#--max-num-hosts | -x <default: 131072>
#--max-num-flows | -S <default: 131072>
--max-num-hosts=150000
--max-num-flows=300000
3. 권한 설정
chown ntopng:ntopng ens33.conf
4. 서비스 재시작
systemctl restart ntopng.service
5. 확인
Big Ju
ntopng 서비스 관리
'모니터링 > Ntopng' 카테고리의 다른 글
centos7 - ntopng 설치하기 [centos ntopng / 모니터링] (0) | 2022.05.30 |
---|
댓글