diff --git a/README.rst b/README.rst index 47ea5b27..2a74fec8 100644 --- a/README.rst +++ b/README.rst @@ -51,7 +51,7 @@ Export template for zabbix: Import this file in web interface of zabbix: Configuration => Templates => Import. -Add this template like `PostgrePro-Linux` at your monitoring host. +Add this template like `PostgresPro-Linux` at your monitoring host. Generate config on monitring host: diff --git a/mamonsu/lib/config.py b/mamonsu/lib/config.py index 387dd717..b48cbbe2 100644 --- a/mamonsu/lib/config.py +++ b/mamonsu/lib/config.py @@ -93,14 +93,14 @@ def __init__(self): '-t', '--template', dest='template', - default='PostgrePro-{0}'.format(sys.platform.title()), + default='PostgresPro-{0}'.format(sys.platform.title()), help='Generated template name') parser.add_option( '-a', '--application', dest='application', - default='App-PostgrePro-{0}'.format(sys.platform.title()), + default='App-PostgresPro-{0}'.format(sys.platform.title()), help='Application for generated template') if platform.WINDOWS: