Monitor for S.M.A.R.T. Disks and Devices
SMARTmontools controls and monitors storage devices using the
Self-Monitoring, Analysis, and Reporting Technology System (S.M.A.R.T.)
built into ATA, SATA and SCSI Hard Drives. This is used to check the
hard drive reliability and to predict drive failures. The suite
contains two utilities. The first, smartctl, is a command line utility
designed to perform simple S.M.A.R.T. tasks. The second, smartd, is a
daemon that periodically monitors the smart status and reports errors
to syslog. The package is compatible with the ATA/ATAPI-3 to -7
specification. The package is intended to incorporate as much "vendor
specific" and "reserved" information as possible about disk drives. The
commands man smartctl and man smartd will provide more information.
- Developed at Base:System
- Sources inherited from project openSUSE:Factory
-
6
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:Rebuild/smartmontools && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
smartd-service-novm.patch | 0000000357 357 Bytes | |
smartmontools-6.0.tar.gz | 0000771540 753 KB | |
smartmontools-6.0.tar.gz.asc | 0000000487 487 Bytes | |
smartmontools-default-enabled.patch | 0000000356 356 Bytes | |
smartmontools-nobuild-date.patch | 0000000658 658 Bytes | |
smartmontools-removable.patch | 0000001050 1.03 KB | |
smartmontools-rpmlintrc | 0000000256 256 Bytes | |
smartmontools-silent-unsupported.patch | 0000000582 582 Bytes | |
smartmontools-sysconfig.patch | 0000001024 1 KB | |
smartmontools-var-lock-subsys.patch | 0000000399 399 Bytes | |
smartmontools.changes | 0000023511 23 KB | |
smartmontools.keyring | 0000001200 1.17 KB | |
smartmontools.spec | 0000007613 7.43 KB | |
smartmontools.sysconfig | 0000001344 1.31 KB |
Revision 55 (latest revision is 92)
Verify GPG signature: Perform build-time offline GPG verification. Please verify that included keyring matches your needs. For manipulation with the offline keyring, please use gpg-offline tool from openSUSE:Factory, devel-tools-building or Base:System. See the man page and/or /usr/share/doc/packages/gpg-offline/PACKAGING.HOWTO. If you need to build your package for older products and don't want to mess spec file with ifs, please follow PACKAGING.HOWTO: you can link or aggregate gpg-offline from devel:tools:building or use following trick with "osc meta prjconf": --- Cut here ---- %if 0%{?suse_version} <= 1220 Substitute: gpg-offline %endif Macros: %gpg_verify(dnf) \ %if 0%{?suse_version} > 1220\ echo "WARNING: Using %%gpg_verify macro from prjconf, not from gpg-offline package."\ gpg-offline --directory="%{-d:%{-d*}}%{!-d:%{_sourcedir}}" --package="%{-n:%{-n*}}%{!-n:%{name}}""%{-f: %{-f*}}" --verify %{**}\ %else\ echo "WARNING: Dummy prjconf macro. gpg-offline is not available, skipping %{**} GPG signature verification!"\ %endif\ %nil ----------------- (forwarded request 143927 from sbrabec)
Comments 0