2014-04-01から1ヶ月間の記事一覧

ZabbixのUserParameter

特定のフォルダのサイズを取得する UserParameter=custom.vfs.dir.size[*],du -c $1 | grep total | awk '{print $$1}'Permissioに気を付けよう。 正常に取得できているかチェック # zabbix_get -s 127.0.0.1 -k "custom.vfs.dir.size[/hoge/foo]"空行が返っ…

MarshalByRefObjectのLifeTime

MarshalByRefObjectはLifeTimegが設定されており、InitializeLifetimeServiceにて時間が制御されている。 (デフォルトでは2~3分) 無限に生きててほしい場合は、Overrideし return null するとよい。 [SecurityPermissionAttribute(SecurityAction.Deman…

WindowsにおけるMongoDBのサービス化

これだけ。mongod.exe --config --rest --install --directoryperdb --logpath=mongod.log