{'author': 'Sher Zaman (sher[at]sherz[dot]dev, https://sherz.dev)',
 'description': 'Checkmk extension for monitoring per-disk SMART attributes on '
                'Synology NAS units via SNMP (SYNOLOGY-SMART-MIB). State comes '
                "from DSM's own per-attribute verdict, with configurable "
                'thresholds on the pre-failure counters.\n'
                '\n'
                'Includes the following checks:\n'
                '\n'
                '* Per-disk SMART health: CRIT on any attribute DSM reports '
                'with a status other than OK. An attribute reported as '
                'In_the_past, meaning it fell below its threshold at some '
                "point in the drive's life and has since recovered, does not "
                'affect the service state by default, since that history is '
                'held in the drive and cannot be cleared, but it is always '
                'named in the service details. The state used for it is '
                'configurable, including to WARN or CRIT\n'
                '* Pre-failure counters: reallocated sectors, current pending '
                'sectors, offline uncorrectable sectors, reported '
                'uncorrectable errors, and UDMA CRC errors, default WARN at 1 '
                'and CRIT at 10, each evaluated only on drives that report it\n'
                '* Power-on hours, reported informationally with a metric\n'
                '\n'
                'One service per physical disk, named by drive bay including '
                'disks in DX-series expansion enclosures. Bays are matched on '
                'the slot number in the device name, and the device path is '
                'used instead if a disk cannot be matched with certainty, so a '
                'drive is never given the wrong bay label. Disk temperature is '
                'intentionally not covered, as the built-in Synology disk '
                'check already handles it.\n'
                '\n'
                '1.0.0 initial release: per-disk SMART health, pre-failure '
                'counter thresholds with a dedicated ruleset, error counter '
                'and power-on hours metrics\n'
                '1.0.1 author metadata update\n'
                '1.1.0 attributes reported as having failed in the past no '
                'longer affect the service state by default, but remain '
                'visible in the service details, with the state configurable '
                'in the ruleset; corrected drive bay naming on units where DSM '
                'does not list disks in bay order or has NVMe cache devices '
                'fitted\n',
 'download_url': 'https://github.com/sher-zaman/Checkmk',
 'files': {'cmk_addons_plugins': ['synology_smart/agent_based/synology_smart.py',
                                  'synology_smart/checkman/synology_smart',
                                  'synology_smart/graphing/synology_smart.py',
                                  'synology_smart/rulesets/synology_smart.py']},
 'license': 'GPL-2.0-only',
 'name': 'synology_smart',
 'title': 'Synology SMART Attributes',
 'version': '1.1.0',
 'version.min_required': '2.3.0b1',
 'version.packaged': 'cmk-mkp-tool 3.0.0',
 'version.usable_until': '2.6.0b1'}
