May 072006
ZABBIXのItem設定がデフォルトではおかしかったHost.UnixテンプレートのItem設定を修正。いずれも乗数の設定値(Custom multiplier)に誤りがあります。
ディスクの空き領域値が少ない
Custom multiplierが1になっているので1024にする。
- Description:Free disk space on $1(Keyはvfs.fs.size[/,free]等)
ディスクの総容量、使用量が0になっている
Custom multiplierが0になっているので1024にする。
- Description:Total disk space on $1(Keyはvfs.fs.size[/,total]等)
- Description:Used disk space on $1(Keyはvfs.fs.size[/,used]等)
それとUpdate interval (in sec)の最大値は0xFFFF、つまり65535みたいです。86400秒(つまり1日)に設定しようと思ってたら”Warning. Incorrect value for [delay]”などと言われて気がつきました。
Sorry, the comment form is closed at this time.