浜松市のどっかで雷落ちたっぽい
今日の雷は凄かったようだね。自宅の UPS が停電 (落雷) を検知して携帯電話にメールを送ってきました。
あとから聞い話によると、浜松市のどこかに雷が落ちたみたい。
検知時間帯は今日10日の 13:58:21 から 13:59:35 の約 74 秒間。13:54 時点でも 2 秒間の瞬電検知してるなぁ。
UPS 電源も、この程度の停電だったら余裕でこなせるけど、syslog 出力される残電源容量が減っていくから冷や冷やする。
Apr 14 03:51:36 pan upsd.pl[38330]: calling handle_battery() Apr 14 03:51:45 pan upsd.pl[38330]: calling handle_mainline()
Apr 27 02:33:17 pan upsd.pl[59225]: calling handle_battery() Apr 27 02:33:25 pan upsd.pl[59225]: calling handle_mainline()
May 10 01:14:50 pan upsd.pl[18876]: calling handle_battery() May 10 01:14:58 pan upsd.pl[18876]: calling handle_mainline()
May 10 13:54:03 pan upsd.pl[18876]: calling handle_battery() May 10 13:54:05 pan upsd.pl[18876]: calling handle_mainline()
May 10 13:58:21 pan upsd.pl[18876]: calling handle_battery() May 10 13:59:35 pan upsd.pl[18876]: calling handle_mainline()
これが最近過去2ヶ月の停電・瞬電履歴。。。。しかしこのマンションなんでこんなに多いんだよっ。
UPS は有名な APC ES500。FreeBSD のサーバに USB 接続して、upsd.pl で監視してます。
# FreeBSD ups monitoring daemon # Box labeled "APC Battery Backup 500 VA 300 Watts" # Box labeled "APC Back-UPS ES Series" # Rumored to be same as the CyberFort 500 (I can't confirm this) # Shipping section says: # Supplier Part NO: BE500U # Supplier Part Description: BK ES USB 500VA 120v # LICENSE # BSD style. # # You can do what you want with it, commerical or otherwise, # so long as proper and faithful attribution is kept. # # This code has no warrantee - don't sue me.