[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] FILES directory test not graphing
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] FILES directory test not graphing
- From: Patrick Nixon <pnixon (at) gmail.com>
- Date: Fri, 23 Oct 2009 23:40:37 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=M1ow5SF8Dk73zC5AY1JU82/OtP0q1rEgbyIj9ytbyhI=; b=KEBgvw2j053MEFee+USey0EESwMRrMI7yWuavLLzDe6TyeqpAghpX6X2n5QeF34Wbq lpJfKU7BB768BufFnAidKGUEiU02SR17VXriQ+d2DoAcaYk5PyOrxtUHLkIpWBIhVTCa GF5AWp3uez9ggz9IElYCFhoJeC+R7dKbqocJs=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=sUd6k0R77g2rZjfisqDtfDXn97+S8I2zqWlgwkyUph7Vk+bcMp5kZ9BAV6QI1pNm+R 57s7owvvDm9FmvDlh7mRT5MmTe/53GSaFP5jnK5+Tp/yxOlsn+Z45eoBsmulPfnGVu6I ocUNQ78ITlVnRlIT4huusJZIzzAJLZvjmi79M=
- References: <c6fda93d0910190840j45105a02p7ee9d2d139862ed6 (at) mail.gmail.com> <hbnqkn$peh$3 (at) voodoo.hswn.dk> <c6fda93d0910220845s175409e8r90bba71e9a3eee2a (at) mail.gmail.com> <hbsnk1$u1e$1 (at) voodoo.hswn.dk>
Thank you for the clarification.
On Fri, Oct 23, 2009 at 1:02 PM, Henrik Størner <henrik (at) hswn.dk> wrote:
> In <c6fda93d0910220845s175409e8r90bba71e9a3eee2a (at) mail.gmail.com> Patrick Nixon <pnixon (at) gmail.com> writes:
>
>> I did. It appears that the DIR directive doesn't honor the 200M for
>>the size option instead, it requires 204800000 (the number I'm using
>>to approximate 200M).
>
>> Have you seen this behavior before?
>
>>Working:
>> DIR /opt/app/oracle/diag/tnslsnr/mmsdb2/listener/alert/ RED
>>SIZE<204800000 TRACK
>
>>Not Working:
>> DIR /opt/app/oracle/diag/tnslsnr/mmsdb2/listener/alert/ RED SIZE<200M TRA=
>>CK
>
>
> Yes, it is intentional - the various "du" commands use different
> metrics: Some report kB, some report disk blocks (usually 512 bytes)...
> To avoid having to know about the intricacies of each system,
> Xymon just compares the number it gets from the client with the
> number from hobbit-clients.cfg, withouth doing any kind of
> math to convert numbers.
>
>
> Regards,
> Henrik
>
>
> To unsubscribe from the hobbit list, send an e-mail to
> hobbit-unsubscribe (at) hswn.dk
>
>
>