본문 바로가기

전체 글

(198)
[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..
[Intellij] Error:java: javacTask: source release 8 requires target release 1.8 프로젝트와 java 버전이 맞지 않은 상황, 따라서 프로젝트 버전 수정이 필요: https://stackoverflow.com/questions/29888592/errorjava-javactask-source-release-8-requires-target-release-1-8
데몬 구성 ( service+chkconfig와 systemctl 차이) 전반적인 부팅 프로세스 이해: https://www.lesstif.com/pages/viewpage.action?pageId=27984899 service+chkconfig와 systemctl의 차이 : https://conory.com/blog/42241
[SpringBoot] 스프링부트로 웹서비스 출시(운영 환경 설정 ) - 7[창천향로님 글 배우기] 저번시간까지 배포 환경에 대한 설정을 진행했습니다! 이제는 서비스 중단 없이 배포가 가능한 상태가 되었는데요. 이대로 서비스 하면 될까요? 뭔가 하나 놓친게 있지 않으신가요? 현재는 스프링부트에서 실제 운영 DB의 설정을 갖고 있지 않습니다. 즉, 아직은 프로젝트가 AWS RDS와 연동된 상태가 아닙니다. 그래서 이번 시간엔 스프링부트와 운영 DB 접근 등의 실제 운영환경 설정을 진행하겠습니다. 8-1. 운영 DB 접근 저번 시간에 저희는 운영 YAML (real-application.yml)만 별도로 분리해 EC2 서버에 추가했습니다. 간단하게 생각하면 운영 DB 접속 정보는 real-application.yml에 추가하면 됩니다. 하지만 이렇게 될 경우 set1, set2 설정에 같은 내용을 반복 추..
[애자일] 애자일이 무엇인가?, 애자일 실천 방법은?[스크랩] 애자일이 무엇인가? - https://brunch.co.kr/@insuk/5 애자일을 어떻게 실천할까? 1편 : https://brunch.co.kr/@insuk/13 2편 : https://brunch.co.kr/@insuk/14