このページの2つのバージョン間の差分を表示します。
次のリビジョン | 前のリビジョン | ||
mae3xx_ope:monitor_temp_sensor:start [2014/10/14 15:18] – 作成 admin | mae3xx_ope:monitor_temp_sensor:start [2018/12/25 10:28] (現在) – [設定] admin | ||
---|---|---|---|
行 1: | 行 1: | ||
+ | ====== オンボード温度センサーのモニタリング ====== | ||
+ | |||
+ | MA-E3xx は、基板上に温度センサー LM75 を載せています。\\ | ||
+ | sysfs I/F 経由もしくは " | ||
+ | |||
+ | < | ||
+ | user1@plum: | ||
+ | lm75-i2c-0-48 | ||
+ | Adapter: OMAP I2C adapter | ||
+ | temp1: | ||
+ | |||
+ | user1@plum: | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | user1@plum: | ||
+ | 41000 | ||
+ | user1@plum: | ||
+ | </ | ||
+ | |||
+ | \\ | ||
+ | |||
+ | 上記のとおり簡単に取得することができますが、定期的に温度を取得し syslog に出力するスクリプトを追加((v2.2.1rc7 より))しました。 | ||
+ | |||
+ | < | ||
+ | user1@plum: | ||
+ | Oct 14 15:04:25 plum kernel: [ 3.895371] lm75 0-0048: hwmon0: sensor ' | ||
+ | Oct 14 15:04:30 plum sensor: sensormon started, interval is 60 [s]. | ||
+ | Oct 14 15:04:31 plum sensor: +42.5 degree centigrade. | ||
+ | Oct 14 15:05:32 plum sensor: +42.0 degree centigrade. | ||
+ | ...... | ||
+ | </ | ||
+ | |||
+ | \\ | ||
+ | |||
+ | ===== 設定 ===== | ||
+ | |||
+ | デフォルトで有効にしてあります。\\ | ||
+ | 無効にする、もしくは監視間隔を変更する場合、/ | ||
+ | |||
+ | <file conf sensormon> | ||
+ | ENABLE=yes | ||
+ | INTERVAL=60 | ||
+ | </ | ||
+ | |||
+ | 設定項目は下記のとおりです。 | ||
+ | |||
+ | |< 30em 5em 8em 5em >| | ||
+ | ^ 項目 | ||
+ | | ENABLE | ||
+ | | INTERVAL | ||
+ | |||
+ | \\ | ||