This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# HELP ceph_health_status Cluster health status | |
# TYPE ceph_health_status untyped | |
ceph_health_status 1.0 | |
# HELP ceph_mon_quorum_status Monitors in quorum | |
# TYPE ceph_mon_quorum_status gauge | |
ceph_mon_quorum_status{ceph_daemon="mon.a"} 1.0 | |
# HELP ceph_fs_metadata FS Metadata | |
# TYPE ceph_fs_metadata untyped | |
# HELP ceph_mds_metadata MDS Metadata | |
# TYPE ceph_mds_metadata untyped |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#For Indonesian server | |
#locale fix | |
sudo locale-gen id_ID.UTF-8 | |
#change miror | |
sudo sed -i_old 's/archive.ubuntu.com/kambing.ui.ac.id/' /etc/apt/sources.list | |
sudo apt update | |
#INSTALL WOK | |
#build depencies |