Dear Wiki user, You have subscribed to a wiki page or wiki category on "Freevo Wiki" for change notification.
The following page has been changed by 62.235.20.21: http://freevo.sourceforge.net/cgi-bin/moin.cgi/DocumentationPage ------------------------------------------------------------------------------ @@ -731,6 +731,25 @@ '''PS:''' You must have those icons (ie: newyear.png) in <FREEVO_PATH>/skins/images/holidays/, these listed above are there already, but if you add more holidays (or someone birthday), you must put there the related icon! +=== Sensors === + +This plugin can display your cpu and case temperature and ram usage. This requires a properly configure lm_sensors! If the standard sensors frontend delivered with lm_sensors works your OK. + +{{{ +plugin.activate('idlebar.sensors', level=40, args=('cpusensor', 'casesensor', 'meminfo')) +}}} +Cpu and case sensor are the corresponding lm_sensors : this should be temp1, temp2 or temp3. Defaults to temp3 for cpu and temp2 for case. + +Meminfo is the memory info u want, types ar the same as in /proc/meminfo : +{{{ +MemTotal , MemFree, MemShared, Buffers, Cached, SwapCached, Active, Inactive, HighTotal, HighFree, LowTotal, LowFree, SwapTotal and SwapFree +}}} +The plugin defaults too MemTotal. These names are case-sensitive, so be carefull. + +Casesensor and meminfo arguments can be set to None if u don't want them. Cpusensor cannot be turned off atm. + +When one of your temperatures goes over the lm_sensors specified maximum temperature, the font color of all text on the idlebar changes to red, so u'll notice when your freevo box is starting to fry :). If u want to adjust these maximums, have a look at the lm_sensors documentation. The defaults are sane (60�s). + == Icecast == which icecast should i get? ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ Freevo-wikilog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-wikilog
