Pacemaker Exporter 사용기 Pacemaker (이하 pcs) Exporter 를 사용해보고 실제 pcs cluster 를 어떻게 모니터링 하는지 확인해보자. pcs exporter 설치 아래 명령을 통해 설치가 가능하다. [root@c-node-4 ~]# wget https://github.com/ClusterLabs/ha_cluster_exporter/releases/download/1.3.0/ha_cluster_exporter-amd64.gz [root@c-node-4 ~]# gzip -d ha_cluster_exporter-amd64.gz [root@c-node-4 ~]# chmod u+x ha_cluster_exporter-amd64 pcs cluster node 에 해당 exporter 를 설치한다. pcs exporter option pcs exporter 의 option 은 아래와 같다. [root@c-node-4 ~]# ./ha_cluster_exporter-amd64 --help usage: ha_cluster_exporter-amd64 [<flags>] Flags: -h, --help Show context-sensitive help (also try --help-long and --help-man)....
-
[Prometheus] Pacemaker Exporter 사용기
-
[Ubuntu] Ubuntu 22.04 needrestart 설정
-
[Linux] dig command 사용법
-
[Ubuntu] Ubuntu 22.04 PXE Boot Server 구성
-
[Linux] Package 에 포함된 file 목록 확인
-
[Kubernetes] Cloud Native PostgreSQL Operator (CloudNativePG)
-
[Kubernetes] MySQL Operator
-
[Kubernetes] Statefulset 와 Headless Service
-
[Kubernetes] OpenStack Instance 에서 Cailco CNI 로 Kubernetes 구성
-
[Ubuntu] unattended-upgrades 설정 (자동 업데이트)