SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
28
net/nagios/check_hw_sensors/Makefile
Normal file
28
net/nagios/check_hw_sensors/Makefile
Normal file
|
@ -0,0 +1,28 @@
|
|||
PKG_ARCH= *
|
||||
|
||||
COMMENT= Nagios plugin to monitor sysctl hw.sensors
|
||||
DISTNAME= check_hw_sensors-1.42
|
||||
REVISION= 3
|
||||
CATEGORIES= sysutils net
|
||||
|
||||
MAINTAINER= Andrew Fresh <afresh1@openbsd.org>
|
||||
|
||||
HOMEPAGE= http://openbsd.somedomain.net/nagios/check_hw_sensors.html
|
||||
MASTER_SITES= http://monitoringexchange.org/attachment/download/Check-Plugins/Operating-Systems/BSD/OpenBSD/check_hw_sensors/
|
||||
|
||||
# BSD
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
NO_BUILD= Yes
|
||||
NO_TEST= Yes
|
||||
|
||||
RUN_DEPENDS+= net/monitoring-plugins
|
||||
|
||||
do-configure:
|
||||
@${SUBST_CMD} ${WRKSRC}/check_hw_sensors
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT_DIR} ${PREFIX}/libexec/nagios
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/check_hw_sensors ${PREFIX}/libexec/nagios
|
||||
|
||||
.include <bsd.port.mk>
|
2
net/nagios/check_hw_sensors/distinfo
Normal file
2
net/nagios/check_hw_sensors/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (check_hw_sensors-1.42.tar.gz) = wpqR7Z8lpft441z7e1YuWSi4qsBZdMAOPw4kG73we2g=
|
||||
SIZE (check_hw_sensors-1.42.tar.gz) = 5224
|
4
net/nagios/check_hw_sensors/pkg/DESCR
Normal file
4
net/nagios/check_hw_sensors/pkg/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
Works like sensorsd(8) but reports to Nagios.
|
||||
|
||||
Allows you to monitor the hardware sensors that OpenBSD supports.
|
||||
Things like fan speed, temperature and many more.
|
1
net/nagios/check_hw_sensors/pkg/PLIST
Normal file
1
net/nagios/check_hw_sensors/pkg/PLIST
Normal file
|
@ -0,0 +1 @@
|
|||
libexec/nagios/check_hw_sensors
|
Loading…
Add table
Add a link
Reference in a new issue