2023@06@212023@06@21By dshanfile, file descritpors, file system, information, inode, linux inode / file descriptors 설명 **inode 인덱스 노드의 줄임말로 파일시스템(ex. ext4, NTFS, XFS, vxfs)등에서 파일 또는 디렉토리에 대한 메타데이터를 저장하는 데이터구조.inode에는 파일의 크기, 권한, 소유권, 타임스템프(생성, 수정, 엑세스), 파일데이터가 저장된 […]
2023@06@142023@06@16By dshangrafana, install, linux, monitoring, node_exporter, prometheus, ubuntu Grafana-Prometheus를 사용한 server 모니터링 링크 : https://geekflare.com/prometheus-grafana-setup-for-linux/ 개요. – monitor대상서버에서 node_exporter을 통해 prometheus로 사용량정보를 전달. – grafana는 데이터를 받아 그래프 및 대시보드를 표출해주는 기능. Prometheus는 node_exporter을 통해 사용량정보를 전달받아 […]
2023@06@132023@06@16By dshancentos7, install, linux, monitoring, zabbix, zabbix-agent, zabbix-server 모니터링 툴 zabbix 설치 링크 : https://www.zabbix.com/download?zabbix=5.0&os_distribution=centos&os_version=7&components=server_frontend_agent&db=mysql&ws=apache Centos 7의 경우 zabbix 5버전에서 서버/프론트엔드 설치가능. 버전에 맞는 repo 다운로드 및 설치 # wget –no-check-certificate https://repo.zabbix.com/zabbix/5.0/rhel/7/x86_64/zabbix-release-5.0-1.el7.noarch.rpm # rpm -Uvh zabbix-release-5.0-1.el7.noarch.rpm # […]