Set LED from Linux(2950)

Bahadir Kiziltan bahadir.kiziltan at gmail.com
Sat Nov 1 16:12:04 CDT 2008


#!/bin/sh
while [ true ]; do
omconfig chassis frontpanel lcdindex=1 config=custom text=`cat
/proc/loadavg | gawk '{print $3}'`
sleep 30
done

On Thu, Oct 30, 2008 at 2:18 PM, Drew Weaver <drew.weaver at thenap.com> wrote:
> Awhile back I saw a script someone had written that would allow you to put
> the load averages of a linux server in the LCD screen on a 2950-III.
>
>
>
> Does anyone know where I can find that/how to do that?
>
>
>
> I'd just like to put the hostname or the IP address of the server in there
> but I figure it's the same thing as the load averages.
>
>
>
> Thanks,
>
> -Drew
>
> _______________________________________________
> Linux-PowerEdge mailing list
> Linux-PowerEdge at dell.com
> http://lists.us.dell.com/mailman/listinfo/linux-poweredge
> Please read the FAQ at http://lists.us.dell.com/faq
>



More information about the Linux-PowerEdge mailing list