본문 바로가기

운영체제/리눅스

(17)
[Centos7] 시스템 모니터링 2 - influxDB, Grafana, telegraf In this article, we’re going to look at how to Monitor a Linux System with Grafana and Telegraf. Telegraf metrics will be stored on InfluxDB, then we can visualize them on Grafana using a system dashboard. A prerequisite for this setup is a Linux system and InfluxDB server. You can check our previous guide on How to Install InfluxDB on CentOS 7. On the same guide, we defined what telegraf and In..
[Centos7] 시스템 모니터링 1 - influxDB, Grafana, telegraf This will be our first series on how to do smart monitoring and visualization of your entire Infrastructure. The entire series will concentrate on tools like Grafana, Prometheus, InfluxDB, Telegraf and maybe others to come. Since this is the first article in the series, I’ll make an introductory definition of tools that we’ll be working with: InfluxDB is an open-source time series database devel..
[CentOS7] 시스템 모니터링 서버 이해 0 - InfluxDB, Grafana , Telegraf 프로세스 이해 구축 : InfluxDB, Grafana : https://computingforgeeks.com/install-grafana-and-influxdb-on-centos-7/ telegraf https://computingforgeeks.com/monitor-linux-system-with-grafana-and-telegraf/ ====================================================== 서버의 관제 (Monitoring) 에 대해서 DevOps의 역량이 점점 중요해지면서, 개발자가 서버의 운영에도 적극 개입하게 되었습니다. 서버의 리소스 뿐만 아니라 다른 시계열 데이터로 된 지표들을 미리 관제하여 서비스에 이상이 생겼음을 즉시 통보 받을 수 있어야합니다. 과거 시스템..
[Centos7] Java 설치 설치 파일 다운로드 JDK 다운로드 페이지 에서 리눅스 버전용 JDK를 다운로드 받을 수 있습니다. 32비트, 64비트를 확인해서 받으신 후 WinSCP 같은 FTP 툴을 이용해서 옮깁니다. 다른 방법으로는 웹 상의 파일 다운로드 명령어인 wget 을 이용해서 바로 받을 수 있습니다. 다운로드 페이지에서 원하는 버전 다운로드 링크 주소를 복사해서 다음처럼 명령어를 입력하시면 됩니다. 1 $ wget --no-check-certificate --header "Cookie: oraclelicense=accept-securebackup-cookie" http://download.oracle.com/otn-pub/java/jdk/8u171-b11/512cd62ec5174c3487ac17c61aaa89e8/jdk..
데몬 구성 ( service+chkconfig와 systemctl 차이) 전반적인 부팅 프로세스 이해: https://www.lesstif.com/pages/viewpage.action?pageId=27984899 service+chkconfig와 systemctl의 차이 : https://conory.com/blog/42241
[리눅스]리눅스 디렉토리(폴더) 구조 리눅스 디렉토리 구조 ( root, bin, proc, var, etc .... ) 리눅스의 디렉토리 구조는 전체적으로 트리 ( Tree ) 구조를 하고 있으며, 명령어의 성격과 내용 및 사용 권한 등에 따라 디렉토리로 구분되어 있다. 리눅스 파일 시스템 구조는 기본적인 구조를제외하고는 사용자의 설정에 따라 달라질 수 있다. 하지만 리눅스의 디렉토리 구조는 파일 시스템 표준안 ( FSSTND, linux File System Standard )을 기반으로 하는 것이 바람직 하다. 표준안을 무조건 따르라는 강제력은 없지만 리눅스 파일 시스템 표준안을 따라 파일 시스템을 구성할 경우 파일들의 위치가 일관되게 유지되어 프로그램 작성, 포팅은 물론 시스템 관리도 쉬워지는 이점이 있기 때문에 대부분의 배포판들이 ..
[CentOS]MariaDB 설치하기 AWS 리눅스 서버를 만들면서, MariaDB를 설치해 보았다. Mysql 개발자 분들이 만든거라 하셔서 그런가 Mysql이랑 많이 비슷한 거 같다. ======================================================================================= yum install MariaDB-server 로 MariaDB가 설치 안될 경우! 아래 사이트를 참고하면 좋다. https://downloads.mariadb.org/mariadb/repositories/#mirror=kaist&distro=CentOS&distro_release=centos7-amd64--centos7&version=10.1 1. /etc/yum.repos.d/MariaDB.rep..
[CentOS]su와 su-의 차이 AWS로 웹서버 구축할 때, 리눅스를 체계적으로 배워보고 싶었다. 그 결과 '이것이 리눅스다'로 공부를 하고있다. (너무 재미있다!!) su랑 su-가 비슷해서 헷갈리네... 스크랩해 놔야겠다. -------------------------------------------------------------------------------------------------------------------------------- http://brownbears.tistory.com/227