[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Freeipmi-devel] more NULLP errors
From: |
Robin Goldstone |
Subject: |
Re: [Freeipmi-devel] more NULLP errors |
Date: |
Thu, 15 Apr 2004 13:49:50 -0700 |
User-agent: |
KMail/1.5 |
I'd prefer not to have to do this on the fly. I thought there was going to be
some config file in which we could easily define aliases. I envisioned we'd
rdist out a config file with our desired aliases. Is that not possible?
On Thursday 15 April 2004 01:41 pm, Anand Babu wrote:
> ,----
>
> | On Thursday 15 April 2004 01:24 pm, Albert Chu wrote:
> | > As I was finding these, it did come to mind, why are we doing
> | > "aliasing" for sensor group names. I originally suggested we just do
> | > strcasecmp() instead of strcmp() for sensor names. Would this take
> | > care of the NULLP errors?
> |
> | I am also curious about the aliasing scheme that AB (or someone?) came up
> | with. My original goal with aliases was to be able to use single-word
> | aliases for sensor groups so I didn't have to enclose the group names in
> | quotes. However, it seems that the current aliasing scheme simply
> | translates the group names to lower case e.g.
> | event logging disabled = [Event Logging Disabled]
> |
> | which really doesn't help much IMO.
> |
> | -Robin
>
> `----
> Hi Robin,
> Can you propose a list of short names for the existing sensor
> groups. I can have them predefined.
>
> Thanks