[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Freeipmi-devel] more NULLP errors
From: |
Anand Babu |
Subject: |
Re: [Freeipmi-devel] more NULLP errors |
Date: |
Thu, 15 Apr 2004 17:57:06 -0700 |
User-agent: |
Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux) |
,----
| 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?
`----
Yes, there is a config file "$prefix/etc/fish/sensors.conf" for
sensors. Having short names is going to be useful for everybody, not
just LLNL. I thought of pre-defining (aliasing) in the system supplied
config file.
Here is the default sensors-conf.scm config file.
If you notice, power, security are already pre-defined.
-----------------------------------------------------------------------------
;; sensors-conf.scm: sensros configuration file
;; Sensors cache filename
; (set! sensors-sdr-cache-file "/path/to/cache-filename")
;; Example: Ignore these sensors
; (sensors-ignore! '(54 55 88))
;; Example: Group Aliases
(sensors-group-alias-list-append!
'(
; (mysystem . ("Processor" "Fan" "Power Supply" "Current Memory Chassis"))
(power . ("Power Supply"))
(security . ("Platform Chassis Intrusion" "Platform Security
Violation"))
))
-----------------------------------------------------------------------------
--
_.|_
(_||_)
Free as in Freedom <www.gnu.org>