|
Hi all I am having the same problem as the following link describes,
but the difference is that I am using Butter instead of larrd. http://support.bb4.com/archive/200401/msg00133.html I did manually change the checks.pm in the following way
but that does not change anything.. L From redhat => { cpu_r => 0, cpu_b => 1, cpu_w => 2, mem_swpd => 3, mem_free => 4, mem_buff => 5, mem_cach => 6, mem_si => 7, mem_so => 8, dsk_bi => 9, dsk_bo => 10, cpu_int => 11, cpu_csw => 12, cpu_usr => 13, cpu_sys => 14, cpu_idl => 15, }, To redhat => { cpu_r => 0, cpu_b => 1, mem_swpd => 2, mem_free => 3, mem_buff => 4, mem_cach => 5, mem_si => 6, mem_so => 7, dsk_bi => 8, dsk_bo => 9, cpu_int => 10, cpu_csw => 11, cpu_usr => 12, cpu_sys => 13, cpu_idl => 14, cpu_wait => 15, }, Could someone please help me with this problem ? I would
rather not change to larrd With regards / Með kveðju Siggi |