From 2cd434860cc52ab8d807998a7c34b62bd1ce97f0 Mon Sep 17 00:00:00 2001 From: JoomlaStats Date: Sun, 5 Oct 2014 01:19:22 +0200 Subject: [PATCH] Update joomla-sessions Just a small typo that may be confusing --- plugins/joomla/joomla-sessions | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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";