diff --git a/plugins/joomla/joomla-sessions b/plugins/joomla/joomla-sessions index e29a3919..d65728bb 100755 --- a/plugins/joomla/joomla-sessions +++ b/plugins/joomla/joomla-sessions @@ -1,6 +1,6 @@ #!/usr/bin/perl # -# Munin plugin for different stats over a spotweb MySQL database +# Munin plugin for different stats over a Joomla MySQL database # # Copyright (C) 2011 - Csaba Martha (http://www.zenebuzi.com) # Based on Rowdy Schwachfer (http://rowdy.nl) 's Spotweb plugin @@ -71,4 +71,4 @@ print "registered.value ".$1."\n"; #All count my $all = `$MYSQL $MYSQLOPTS -e 'SELECT COUNT(usertype) FROM $DATABASE.jos_session'`; $all =~/(\d+)/; -print "all.value ".$1."\n"; \ No newline at end of file +print "all.value ".$1."\n";