CentOS7にyumでNAGIOSをインストール&設定例
net-snmpをインストール これが無いと始まらないよ! shell $ yum install -y net-snmp* デーモン登録 shell $ systemctl enable sn...
5
10
Comment0
3 search resultsShowing 1~3 results
net-snmpをインストール これが無いと始まらないよ! shell $ yum install -y net-snmp* デーモン登録 shell $ systemctl enable sn...
サーバ運用でよく使うLinuxコマンド集 ファイルコピー(タイムスタンプ保持) shell $ cp -p ${SRC} ${DIST} pオプション付けると吉 ディスク容量チェック shell...
サーバ運用でよく使うMySQLコマンド集 ログイン shell $ mysql -u${USER} -p ${DATABASE} -h${HOST} テーブルのテキストデータダンプ mysql-...
3 search resultsShowing 1~3 results
Qiita is a knowledge sharing service for engineers.