ドキュメントセンター よくある質問 文書資料
はじめに - ドキュメントセンターについて 使用条件 ご意見・ご感想は公開会議室へ 著作権表示
ホーム ドキュメントセンター 新着文書 よくある質問 FAQ 問答集 ビジネス 事業計画 概況 デベロッパー 技術資料 仕様書 ガイドライン 想定された使い方 ヘルプ 利用方法や一般的な操作方法 その他の文書

はじめに
ドキュメントセンターを初めてご利用する方や運営方針についての基本的な姿勢をご覧になりたい方へ。

ドキュメントセンター 新着情報
GetCurrentImage failedと出て、画像の保存ができないのですが? (FAQ) 2007.08.23
clamavをclamav-0.90以降に更新すると、clamdが起動しなくなりましたが? (FAQ) 2007.07.31
make.confにX11BASEを設定するように言われましたが? (FAQ) 2007.07.30
serial型の次に挿入すべき値を変更するにはどうしますか? (FAQ) 2007.06.01
次のSERIAL型で用いられる値を得るにはどうしますか? (FAQ) 2007.05.31
WindowsXPを入れた端末にPINGが通りませんが? (FAQ) 2007.05.21
vmware3上でWindowsXPを導入すると途中で待たされ、失敗しますが? (FAQ) 2007.05.19
vmware3のインストールがうまくいきませんが? (FAQ) 2007.05.18
gnome上で解像度の変更ができないのですが? (FAQ) 2007.05.17
gnome上で解像度の変更をするにはどうしますか? (FAQ) 2007.05.17

よくある質問
ご利用の皆様から多く寄せられる質問にお答えしています。
ディーエーオフィス
サーバ
アプリケーション

語解説
ディーエーオフィスなどが利用する用語に関する解説を行います。

ディーエーオフィスホームページ
メッセージセンター
ディーエーオフィスサポートターミナル
トピックスセンター
リレーショナルナレッジベース
FreeBSD net-snmp / mrtg
設定
ee /usr/local/share/snmp/snmpd.conf
ee /usr/local/etc/mrtg/mrtg.cfg

インストールに関する記事は以下にまとめています。

---

net-snmp

cd /usr/ports/net-mgmt/net-snmp/
make install

# 設定ファイルのサンプルをコピーし、設定を修正。
cp /usr/ports/net-mgmt/net-snmp/work/net-snmp-5.1.2/EXAMPLE.conf /usr/local/share/snmp/snmpd.conf
ee /usr/local/share/snmp/snmpd.conf

com2sec local localhost private
com2sec mynetwork 12.34.5.6 public
# privateとpublicを作成。snmpとして機能させるための窓口を設定するという雰囲気。

# group MyRWGroup v1 local
# group MyRWGroup v2c local
# group MyRWGroup usm local
# 以上の3行はいずれもコメントアウト。

# 起動
/usr/local/sbin/snmpd

snmpwalk -v 1 -c public 12.12.12.12
# Timeout: No Response from ・・・と表示されずにデータが取得できれば成功です。

/usr/local/etc/rc.d/snmptrapd.sh start
/usr/local/etc/rc.d/snmpd.sh start

# rc.confに以下を追加
net_snmpd_enable="YES"

---

cd /usr/ports/net-mgmt/mrtg
make install

cd /usr/local/etc/mrtg
cp mrtg.cfg.sample mrtg.cfg

/usr/local/bin/cfgmaker com-name-public@12.12.12.12 >> /usr/local/etc/mrtg/mrtg.cfg
ee /usr/local/etc/mrtg/mrtg.cfg

WorkDir /home/test/www # 出力先
Refresh: 600 # 更新頻度
Language: eucjp # 出力文字エンコード
RunAsDaemon: Yes # デーモンモードで起動。
Interval: 5
YSize[_]: 80 # グラフサイズ
XSize[_]: 320 # グラフサイズ

# 専用のユーザを作成
pw groupadd mrtg -g 81
pw useradd mrtg -u 81 -d /home/mrtg -g mrtg -s /sbin/nologin -c MRTG user
chown -R mrtg:mrtg /home/mrtg

# 起動
#/usr/local/bin/mrtg --user=mrtg --group=mrtg /home/mrtg/mrtg.cfg userやgroupを指定して起動可能。
/usr/local/bin/mrtg /usr/local/etc/mrtg/mrtg.cfg

---

参考
http://blog.unknown.jp/mt/archives/000310.html
http://www.boreas.dti.ne.jp/~mishiro/
http://acorn.zive.net/~oyaji/mrtg/mrtg_linux.htm
http://www.myu-k.co.jp/etc.html

---

Please create a MRTG config file in /usr/local/etc/mrtg
A configuration file can be automatically generated with cfgmaker
A sample configuration file is installed as mrtg.cfg.sample

===> Compressing manual pages for mrtg-2.10.15,1
===> Registering installation for mrtg-2.10.15,1

---

This port has installed the following files which may act as network
servers and may therefore pose a remote security risk to the system.
/usr/local/lib/libnetsnmp.so.6
/usr/local/lib/libnetsnmpmibs.so.6

This port has installed the following startup scripts which may cause
these network services to be started at boot time.
/usr/local/etc/rc.d/snmptrapd.sh
/usr/local/etc/rc.d/snmpd.sh

If there are vulnerabilities in these programs there may be a security
risk to the system. FreeBSD makes no guarantee about the security of
ports included in the Ports Collection. Please type \\\'make deinstall\\\'
to deinstall the port if this is a concern.

For more information, and contact details about the security
status of this software, see the following webpage:
http://net-snmp.sourceforge.net/


文書番号 02769
日付 2005.02.06
参照数 1018

ドキュメントセンター
  はじめに 新着ドキュメント 使用条件 著作権 お問い合せ
Copyright 2003 daoffice design and management company. all rights reserved.