mirror of
https://github.com/munin-monitoring/contrib.git
synced 2018-11-08 00:59:34 +01:00
Update joomla-sessions
Just a small typo that may be confusing
This commit is contained in:
parent
613ba240a5
commit
2cd434860c
@ -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";
|
||||
print "all.value ".$1."\n";
|
||||
|
Loading…
Reference in New Issue
Block a user