aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/nagios-check_smartmon
Commit message (Collapse)AuthorAgeFilesLines
* net-mgmt/nagios-check_smartmon: Fix ValueError with some drive valuesKubilay Kocak2019-05-232-11/+79
| | | | | | | | | | | | | | | | | | | | | | After upgrading to version 20100318_4, users reported ValueError for some disks [1] Also fix Python 3.x compatibility [2] While I'm here: - Pet portlint, NO_* in USE{S} section - Make concurrent-safe, installs executables in libexec PR: 236873 Reported by: Thomas Eckhardt <freebsd eckieck de> [1] Submitted by: Thomas Eckhardt <freebsd eckieck de> [1] Submitted by: Krzysztof <ports bsdserwis com> (maintainer) [2] Approved by: Krzysztof <ports bsdserwis com> (maintainer) MFH: 2019Q2 (bugfixes) Notes: svn path=/head/; revision=502340
* Catch up with smartctl changes while retaining old behaviour.Dan Langille2019-03-082-9/+45
| | | | | | | | | PR: 236227 Approved by: Krzysztof <ports@bsdserwis.com> (maintainer) MFH: 2019Q1 Notes: svn path=/head/; revision=495081
* Patch check_smartmon to cater for changed smartctl outputDan Langille2019-02-182-24/+40
| | | | | | | | | | | | | | | | | | | We previously patched the code to look for: SMART STATUS RETURN: incomplete response, ATA output registers missing That line is now: SMART Status not supported: Incomplete response, ATA output registers missing It also seems like the temperature has moved from part 190 to 194. PR: 235475 Approved by: Krzysztof (maintainer) MFH: 2019Q1 Notes: svn path=/head/; revision=493266
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Simplify the Makefile a bit.Raphael Kubo da Costa2016-03-122-3/+9
| | | | | | | | | | Set LICENSE and NO_ARCH and use shebangfix. PR: 207766 Submitted by: Krzysztof <ports@bsdserwis.com> (maintainer) Notes: svn path=/head/; revision=410871
* Allow check_smartmon to work with da* devicesDan Langille2015-07-232-19/+25
| | | | | | | | PR: ports/201767 Approved by: Krzysztof (maintainer), X (mat) Notes: svn path=/head/; revision=392737
* Cleanup plistBaptiste Daroussin2015-02-051-1/+0
| | | | Notes: svn path=/head/; revision=378461
* - Convert ports of net-im/, net-mgmt/ and net-p2p/ to new USES=pythonMarcus von Appen2014-10-241-1/+1
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371450
* Support stagingEmanuel Haupt2014-03-171-3/+3
| | | | Notes: svn path=/head/; revision=348468
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-4/+2
| | | | | | | net-mgmt) Notes: svn path=/head/; revision=327757
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Add performance data to output for PNP graphingSahil Tandon2010-04-252-0/+21
| | | | | | | | | | | - Bump PORTREVISION due to functionality enhancement PR: ports/146003 Submitted by: olli hauer <ohauer@gmx.de> Approved by: Krzysztof Stryjek (maintainer), wxs@ (mentor) Notes: svn path=/head/; revision=253249
* - Update to 20100318Martin Wilke2010-03-202-5/+5
| | | | | | | | | - Pass maintainership to Krzysztof Stryjek Submitted by: maintainer via irc Notes: svn path=/head/; revision=251294
* - Update to 20100125Martin Wilke2010-03-112-4/+4
| | | | | | | Submitted by: steinex via #bsdports at efnet (maintainer) Notes: svn path=/head/; revision=250903
* check_smartmon is a Nagios plug-in written in python that usesMartin Wilke2009-07-144-0/+32
smartmontools to check disk health status and temperature. Submitted by: steinex Notes: svn path=/head/; revision=237814