mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
typofixes - https://github.com/vlajos/misspell_fixer
Suspicious sections: plugins/mail/postfix_mail_stats recieved.label plugins/nginx/nginx_vhost_traffic
This commit is contained in:
parent
8e18199f16
commit
fba800ae52
119 changed files with 176 additions and 176 deletions
|
@ -19,9 +19,9 @@ try:
|
|||
from keystone import exception
|
||||
from keystone import identity
|
||||
except ImportError:
|
||||
succesful_import = False
|
||||
successful_import = False
|
||||
else:
|
||||
succesful_import = True
|
||||
successful_import = True
|
||||
|
||||
stats = ['users', 'tenants']
|
||||
|
||||
|
@ -89,7 +89,7 @@ if __name__ == '__main__':
|
|||
if sys.argv[1] == "config":
|
||||
print_config()
|
||||
elif sys.argv[1] == "autoconf":
|
||||
if not succesful_import:
|
||||
if not successful_import:
|
||||
print 'no (failed import keystone module)'
|
||||
sys.exit(0)
|
||||
try:
|
||||
|
@ -100,7 +100,7 @@ if __name__ == '__main__':
|
|||
sys.exit(0)
|
||||
print 'yes'
|
||||
|
||||
elif succesful_import:
|
||||
elif successful_import:
|
||||
load_conf()
|
||||
print_values()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue