1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00

Fix mediawiki_api when called with admins arg

It was using wrong var and was missing a break
Tested successfully
This commit is contained in:
Pierre Schweitzer 2013-09-18 13:27:49 +02:00
parent 88e1563b48
commit 7693a3a08b

View file

@ -134,7 +134,8 @@ print "images.value $value\n";
break;
case "admins":
print "admins.value $admins\n";
print "admins.value $value\n";
break;
default:
print "link me as mediawiki_<type>, where type can be one of: views, edits, articles, pages, users, images or admins. \n";