{'author': 'Luca-Leon Hausdoerfer - (cmk@hausdoerfer.dev); maintained by Sher '
           'Zaman (sher_zaman[at]outlook[dot]com)',
 'description': 'Checks whether a system reboot is pending on Linux hosts. '
                'Supports Debian, Ubuntu, Kali, RHEL, CentOS, Rocky Linux, '
                'AlmaLinux, Fedora, SUSE and openSUSE. Detection methods, '
                'tried in order: /var/run/reboot-required and '
                '/run/reboot-required sentinel files (Debian family), '
                'needrestart kernel-only batch mode (Debian/Ubuntu/Kali), '
                'needs-restarting (RHEL family), zypper needs-rebooting '
                '(SUSE), and RPM kernel version comparison as fallback '
                '(kernel, kernel-core and kernel-default package naming). '
                'Includes Agent Bakery support for automatic deployment, '
                'configurable WARN/CRIT age thresholds, a configurable service '
                'state for pending reboots of unknown age (default WARN), and '
                'a pending-age perfdata metric with perfometer. IMPORTANT: '
                "This package SUPERSEDES 'system_reboot_required' v1.0.1 by "
                'Luca-Leon Hausdoerfer and uses the same package name and file '
                'paths. You MUST disable or remove the original package before '
                'installing this version. This maintenance fork fixes upstream '
                'issue #2 (pending reboot after kernel update not detected on '
                'Ubuntu when the reboot-required sentinel file is never '
                'created) and adds SUSE support, which was previously '
                'non-functional. Licensed under GPLv3, preserving the original '
                "author's copyright.",
 'download_url': 'https://github.com/sher-zaman/Checkmk',
 'files': {'agents': ['plugins/system_reboot_required'],
           'cmk_addons_plugins': ['system_reboot_required/agent_based/system_reboot_required.py',
                                  'system_reboot_required/rulesets/system_reboot_required.py',
                                  'system_reboot_required/rulesets/agent_config.py',
                                  'system_reboot_required/graphing/system_reboot_required.py',
                                  'system_reboot_required/checkman/system_reboot_required'],
           'lib': ['check_mk/base/cee/plugins/bakery/system_reboot_required.py']},
 'license': 'GPL-3.0-only',
 'name': 'system_reboot_required',
 'title': 'System Reboot Required',
 'version': '1.1.0',
 'version.min_required': '2.3.0b1',
 'version.packaged': 'cmk-mkp-tool 1.0.0',
 'version.usable_until': '2.6.0b1'}
