check_ice is a Nagios plugin-in that checks if a stream is up or

down on a shoutcast or icecast server. The program will look at
the three digit error code (ie. 200, 404, etc.) to give the proper
result code that Nagios can use to know if the stream is up, in
warning or in critical.

WWW: http://www.lns.com/papers/check_ice/

Submitted by:	steinex
This commit is contained in:
Martin Wilke 2009-07-14 21:40:06 +00:00
parent 7ff6dcab61
commit 5fc86b0d7c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=237816
5 changed files with 37 additions and 0 deletions

View file

@ -109,6 +109,7 @@
SUBDIR += nagios-certexp-plugin
SUBDIR += nagios-check_bacula
SUBDIR += nagios-check_clamav
SUBDIR += nagios-check_ice
SUBDIR += nagios-check_nick
SUBDIR += nagios-check_ports
SUBDIR += nagios-check_puppet

View file

@ -0,0 +1,24 @@
# New ports collection makefile for: nagios-check_ice
# Date created: 2009-07-11
# Whom: steinex
#
# $FreeBSD$
PORTNAME= check_ice
PORTVERSION= 1.5
CATEGORIES= net-mgmt
MASTER_SITES= http://nognu.de/s/FreeBSD/distfiles/
PKGNAMEPREFIX= nagios-
MAINTAINER= steinex@nognu.de
COMMENT= Nagios plug-in to check a shoutcast or icecast server
do-build:
cd ${WRKSRC}; \
${CC} ${CFLAGS} check_ice.c -o check_ice
do-install:
@${MKDIR} ${PREFIX}/libexec/nagios
@${INSTALL_PROGRAM} ${WRKSRC}/check_ice ${PREFIX}/libexec/nagios/check_ice
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
MD5 (check_ice-1.5.tar.gz) = f389649fccb508d3294e7d9815aceb93
SHA256 (check_ice-1.5.tar.gz) = eab58474bd538e123545f7defbebcdf73e8a58dde73c0c2f06fde138820eb5b9
SIZE (check_ice-1.5.tar.gz) = 1828

View file

@ -0,0 +1,7 @@
check_ice is a Nagios plugin-in that checks if a stream is up or
down on a shoutcast or icecast server. The program will look at
the three digit error code (ie. 200, 404, etc.) to give the proper
result code that Nagios can use to know if the stream is up, in
warning or in critical.
WWW: http://www.lns.com/papers/check_ice/

View file

@ -0,0 +1,2 @@
libexec/nagios/check_ice
@dirrmtry libexec/nagios