mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 00:24:21 +02:00
/// -> //
git-svn-id: http://www.observium.org/svn/observer/trunk@3240 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
+13
-13
@@ -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
|
||||
///
|
||||
///////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
Reference in New Issue
Block a user