목록분류 전체보기 (493)
월루를 꿈꾸는 대학생
보호되어 있는 글입니다.
centos 칵티 설치용 https://www.centlinux.com/2020/06/install-cacti-server-on-centos-8.html Install Cacti Server on CentOS 8 In this article, you will learn how to install Cacti network monitoring server on CentOS 8. This article provides the complete installation steps including SELinux configuration. This Article Provides: What is Cacti? : Cacti is an open-source, web-based ne www.centlinux.com
보호되어 있는 글입니다.
보호되어 있는 글입니다.
보호되어 있는 글입니다.
보호되어 있는 글입니다.
보호되어 있는 글입니다.

powercfg -energy 해당 리포트 html 들어가면 설계 된 배터리 용량 완충 가능한 배터리 용량 출력 가능 이걸 계산해서 얼마나 수명이 줄었나 확인 20퍼 수명이 줄었구나;;

동적 변경 기존에는 localhost라고 되어있을 확률이 높다 이럴 경우 로그 서버에서 확인할 때 마스터인지 클라이언트인지 구분이 힘들기 때문에 바꿔준다 hostname agent reboot 보면 이름이 바껴짐을 확인 가능 아니면 hostnamectl set-hostname agent hostnamectl status 바꿀 수도 있다 로그 서버에서 확인 보다 구분이 쉬워짐

저렇게 세팅하고 로그인할 때 오류라면서 mysqli_connect(): (HY000/1045): Access denied for user 'user'@'localhost' (using password: YES) - grant all PRIVILEGES on Syslog.* to user@localhost identified by '비번'; -> 이걸로 해결하거나 아니면 재 설치 loganalyzer Could not find the configured database 혹은 table name 등등 오류가 있다 nano /var/www/html/loganalyzer/config.php 해당 파일 가서 제대로 기입되어 있나 확인 정상동작 확인 tail -f /var/log/messages 출처 https:/..