{'author': 'Ralf Mellis (cmk.bonobo@arschkrebs.org)',
 'description': 'Monitors various aspects of Nextcloud instances like state, '
                'quota and disk usage of all users, number of apps with '
                'available updates, database php opcache hit rate and so on.\n'
                'Gives additional information regarding versions of Nextcloud, '
                'database, PHP, web server etc.\n'
                '\n'
                'Caveats:\n'
                'Tested only with Nextcloud versions 25/26/27\n'
                'Tested only with MySQL/MariaDB as database backend\n'
                '\n'
                'Please feel free to add other working environments via '
                'review.\n'
                '\n'
                'Version history:\n'
                '2023/11/26      2.3.4   Fixed agent crash if '
                'opcache_get_status is disabled by server settings, thanks to '
                'Marcus Klein for reporting (and solving!) this bug\n'
                '2023/08/16:     2.3.3   Fixed some misleading information '
                'strings regarding database PHP opcache\n'
                '2023/08/08:     2.3.2   Now compatible with CheckMK 2.2\n'
                '2023/03/27:     2.3.1   Fixed several bugs in parameter '
                'handling\n'
                '2023/03/23:     2.2.1   Adjusted parameter handling\n'
                '                                 Added check for "free space '
                'on disk" (incl. adjustable levels)\n'
                '                                 Added adjustable levels for '
                '"number of files"\n'
                '\n'
                '2023/03/11:     2.2.0   Upload initial public release\n',
 'download_url': 'https://gitea.arschkrebs.org/cmk-bonobo/Nextcloud-CheckMK',
 'files': {'agent_based': ['nextcloud_info.py',
                           'nextcloud_users.py',
                           'nextcloud_database.py'],
           'agents': ['special/agent_nextcloud'],
           'checkman': ['nextcloud_info',
                        'nextcloud_users',
                        'nextcloud_database'],
           'checks': ['agent_nextcloud'],
           'web': ['plugins/metrics/nextcloud_metrics.py',
                   'plugins/perfometer/nextcloud_perfometers.py',
                   'plugins/wato/nextcloud_info_rules.py',
                   'plugins/wato/nextcloud_params.py',
                   'plugins/wato/nextcloud_users_rules.py',
                   'plugins/wato/nextcloud_database_rules.py']},
 'name': 'Nextcloud',
 'title': 'Nextcloud Monitoring via Special Agent',
 'version': '2.3.4',
 'version.min_required': '2.1.0p19',
 'version.packaged': '2.1.0p31',
 'version.usable_until': None}