Skip to content

Instantly share code, notes, and snippets.

View keijodputt's full-sized avatar

keijo keijodputt

View GitHub Profile
@keijodputt
keijodputt / check_shoutcast_v2
Created December 7, 2017 05:52
Simple Nagios plugin to check on a SHOUTCast V2 server -- Based on 'Check SHOUTcast Server' by ChrisWi/Juliano Jeziorny
#!/bin/sh
# Nagios shoutcast plug-in
# By Juliano Jeziorny (djkadu@gmail.com)
# Rev 0.1
# 23/11/2010
# *********************************************************
# Modified and adapted for Shoutcast 2 to parse xml stats
# and detect unconnected source
# Rev 0.2 by Keijo D. Putt
# 07-Dec-2017