/// -> //

git-svn-id: http://www.observium.org/svn/observer/trunk@3240 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2012-05-25 12:24:34 +00:00
parent cacf913a55
commit b273e04241
247 changed files with 716 additions and 716 deletions
+13 -13
View File
@@ -3,32 +3,32 @@
///////////////////////////////////////////////////////////////////////////////////////
///
/// A small script to grab the realtime statistics from a ShoutCast server
/// Needed commands: php
// A small script to grab the realtime statistics from a ShoutCast server
// Needed commands: php
///
/// Install:
/// Edit the shoutcast.conf file
/// Add a crontab (every 5 min) for:
/// /opt/observium/scripts/shoutcast.php makeCache
/// Add the following to your snmpd.conf file:
/// extend shoutcast /opt/observium/scripts/shoutcast.php
// Install:
// Edit the shoutcast.conf file
// Add a crontab (every 5 min) for:
// /opt/observium/scripts/shoutcast.php makeCache
// Add the following to your snmpd.conf file:
// extend shoutcast /opt/observium/scripts/shoutcast.php
///
/// Version 1.1 By:
/// All In One - Dennis de Houx <info@all-in-one.be>
// Version 1.1 By:
// All In One - Dennis de Houx <info@all-in-one.be>
///
///////////////////////////////////////////////////////////////////////////////////////
/// START SETTINGS ///
// START SETTINGS ///
$config = "/opt/observium/scripts/shoutcast.conf";
$cache = "/opt/observium/scripts/shoutcast.cache";
/// END SETTINGS ///
// END SETTINGS ///
///
/// DO NOT EDIT BENETH THIS LINE
// DO NOT EDIT BENETH THIS LINE
///
///////////////////////////////////////////////////////////////////////////////////////