2004.12.05 システム・アップデート・ノートに書いたsmartとRRDtoolの
ハードディスク監視プログラム(PHP)を置いておきます。
Windows 2000/2003/XPやLinux等で使えます。
実行にはPHP、RRDtool、smartmontoolsが必要です。
rrd-smart.incにパスや環境などの設定が書いてあるので、適当に変更して
ください。
手順としては、
1) rrd-smart.inc を編集
2) ディレクトリ等を作成・準備
3) rrd-smart.php create を実行してデータベース作成
4) cron/タスクスケジュールでrrd-smart.php update を定期的(5分)に実行
5) rrd-smart.php html または rrd-smart.php graph day 等でグラフ作成
といった感じです。
後はソースを見てください。
|