mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-24 18:07:20 +00:00
Merge pull request #341 from hefee/patch-1
Fix Prosody Registered Users
This commit is contained in:
commit
b5a78b9124
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ def main():
|
|||
if mode == "config":
|
||||
print "%s.label %s" % (munin_var, vhost)
|
||||
else:
|
||||
accounts = len([listfiles(account_dir)])
|
||||
accounts = len(list(listfiles(account_dir)))
|
||||
print "%s.value %s" % (munin_var, accounts)
|
||||
|
||||
def listdirs(folder):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue