모니터링22 MRTG설정 (외부 스위치) 환경 OS : CENTOS 구성프로그램 : GNS3 스위치 : CISCO *구성 1. SW - SNMP 설정 하기 conf t int f0/0 ip addr 192.168.10.1 255.255.255.0 no sh snmp-server community bigju1 RO //bigju1는 MRTG서버에서 허용한 호스트 이름이다 snmp-server system-shutdown 2. 서버 MRTG 설정 * SNMP 및 MRTG 설치 되어있어야한다 https://bigju.tistory.com/entry/Centos7-MRTG-%EC%84%A4%EC%B9%98?category=890555 vim /etc/snmp/snmpd.conf com2sec local 192.168.10.1 bigju1 // IP는 .. 2021. 10. 22. MRTG 설정 (GNS3 연동) 환경 OS : Centos7.9 구현바탕프로그램 : GNS3 스위치 : CISCO * 구성도 1. MRTG 수집 스위치 설정 conf t int f0/0 ip addr 192.168.0.1 255.255.255.0 no sh snmp-server community bigju RO //bigju는 MRTG서버에서 허용한 호스트 이름이다 snmp-server system-shutdown access-list 10 permit 192.168.0.0 0.0.0.255 2. 서버 SNMP 설치 * 기본적으로 SNMP 설치 되어 있어야 한다. yum install net-snmp* -y ps -ef | grep snmp 3. SNMP 설정 수정 vim /etc/snmp/snmpd.conf com2sec local .. 2021. 10. 21. Centos7 - MRTG 설치 설치 환경 VMWARE Centos 7.9 APM 설치 APM - YUM 설치 https://bigju.tistory.com/10 APM - 소스 설치 https://bigju.tistory.com/11 * 기본적으로 APM 설치가 되어 있어야 합니다. 1. SNMP 설치 yum install net-snmp* -y 2. SNMP 설정 vim /etc/snmp/snmpd.conf com2sec local 192.168.78.128 public group ManagedGroup v1 local group ManagedGroup v2c local group ManagedGroup usm local view all included .1 80 access ManagedGroup "" any noauth exac.. 2021. 10. 13. Nessus 설치하기 - 모니터링 1. nessus 접속 하기 tenable.com/products/nessus/activation-code # nessus 다운로드 ( 파일을 넣은 후 ) rpm -ivh Nessus-8.8.0-es6.x86_64.rpm /sbin/service nessusd start //서비스 시작 접속 방법 https://설치된서버ip:8834 BigJu 2021. 10. 11. Nagios 클라인언트 설치 및 설정 # 필요 라이브러리 설치 yum -y install xinetd wget gcc glibc glibc-common gd fd-deve make net-snmp openssl-dev openssl-deve1 # 연동에 필요한 패키지 설치 wget http://nagios-plugins.org/download/nagios-plugins-2.1.2.tar.gz 첨부파일 nrpe-2-15.tar.gz tar xfz nagios-plugins-2.1.2.tar.gz cd nagios-plugins-release-2.2.1/ ./configure make && make install # 권한 설정 변경 chown nagios. /usr/local/nagios/ chown -R /usr/local/nagios/lib.. 2021. 10. 6. 이전 1 2 3 4 5 다음