[Slim-Checkins] r10908 - in /trunk/server/Plugins/Health: Plugin.pm strings.txt

adrian at svn.slimdevices.com adrian at svn.slimdevices.com
Thu Dec 7 14:59:40 PST 2006


Author: adrian
Date: Thu Dec  7 14:59:40 2006
New Revision: 10908

URL: http://svn.slimdevices.com?rev=10908&view=rev
Log:
Bug: N/A
Description: reference correct log file for perfmon

Modified:
    trunk/server/Plugins/Health/Plugin.pm
    trunk/server/Plugins/Health/strings.txt

Modified: trunk/server/Plugins/Health/Plugin.pm
URL: http://svn.slimdevices.com/trunk/server/Plugins/Health/Plugin.pm?rev=10908&r1=10907&r2=10908&view=diff
==============================================================================
--- trunk/server/Plugins/Health/Plugin.pm (original)
+++ trunk/server/Plugins/Health/Plugin.pm Thu Dec  7 14:59:40 2006
@@ -301,7 +301,7 @@
 	$params->{'playername'} = $client->name() if $client;
 	$params->{'type'} = $type;
 	$params->{'graphs'} = \@graphs;
-	$params->{'serverlog'} = Slim::Utils::Log::serverLogFile();
+	$params->{'serverlog'} = Slim::Utils::Log::perfmonLogFile();
 
 	return Slim::Web::HTTP::filltemplatefile("plugins/Health/graphs.html",$params);
 }

Modified: trunk/server/Plugins/Health/strings.txt
URL: http://svn.slimdevices.com/trunk/server/Plugins/Health/strings.txt?rev=10908&r1=10907&r2=10908&view=diff
==============================================================================
--- trunk/server/Plugins/Health/strings.txt (original)
+++ trunk/server/Plugins/Health/strings.txt Thu Dec  7 14:59:40 2006
@@ -359,7 +359,7 @@
 	NL	De server is nu bezig om de prestatiegegevens te verzamelen voor diverse interne server functies. <BR>Deze grafieken zijn bedoeld om te helpen bij het analyseren van prestatieproblemen van de server en de plugins.
 
 PLUGIN_HEALTH_WARNING_DESC
-	EN	You may set warning thresholds for each measurement.  This will record in the server log whenever the threshold is exceeded.  The log is stored at: 
+	EN	You may set warning thresholds for each measurement.  Events which exceed this threshold will be logged to a log file.  The log is stored at: 
 
 PLUGIN_HEALTH_SIGNAL_DESC
 	EN	This graph shows the strength of the wireless signal received by your player.  Higher signal strength is better.  The player reports signal strength while it is playing.



More information about the checkins mailing list