/// -> //

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
+10 -10
View File
@@ -3,20 +3,20 @@
///////////////////////////////////////////////////////////////////////////////////////
///
/// A small script to grab the NTPD Server statistics from a NTPD server
/// Needed commands: php, ntpd, ntpq, ntpdc
// A small script to grab the NTPD Server statistics from a NTPD server
// Needed commands: php, ntpd, ntpq, ntpdc
///
/// Install:
/// Add the following to your snmpd.conf file:
/// extend ntpdserver /opt/observium/scripts/ntpd-server.php
// Install:
// Add the following to your snmpd.conf file:
// extend ntpdserver /opt/observium/scripts/ntpd-server.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 ///
$ntpq = "/usr/sbin/ntpq";
$ntpdc = "/usr/sbin/ntpdc";
@@ -24,11 +24,11 @@
# Change this to true if you have clk_jitter, sys_jitter in the ntpq -c rv output
$newstats_style = false;
/// END SETTINGS ///
// END SETTINGS ///
///
/// DO NOT EDIT BENETH THIS LINE
// DO NOT EDIT BENETH THIS LINE
///
///////////////////////////////////////////////////////////////////////////////////////