From 0d0e32159beeb7cf94af2bc9a3e66e6ad1f6299f Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Wed, 21 Jul 2010 02:43:47 +0000 Subject: [PATCH] sexytime updated UCD-MIB collector, and some moving around of graphing code git-svn-id: http://www.observium.org/svn/observer/trunk@1453 61d68cd4-352d-0410-923a-c4978735b2b8 --- ...oad_unix.inc.php => device_laload.inc.php} | 0 html/includes/graphs/device_load.inc.php | 30 ---- .../graphs/device_load_windows.inc.php | 30 ---- .../pages/device/graphs/system/laload.inc.php | 4 +- includes/polling/ucd-mib.inc.php | 170 +++++++++++++----- 5 files changed, 128 insertions(+), 106 deletions(-) rename html/includes/graphs/{device_load_unix.inc.php => device_laload.inc.php} (100%) delete mode 100644 html/includes/graphs/device_load.inc.php delete mode 100644 html/includes/graphs/device_load_windows.inc.php diff --git a/html/includes/graphs/device_load_unix.inc.php b/html/includes/graphs/device_laload.inc.php similarity index 100% rename from html/includes/graphs/device_load_unix.inc.php rename to html/includes/graphs/device_laload.inc.php diff --git a/html/includes/graphs/device_load.inc.php b/html/includes/graphs/device_load.inc.php deleted file mode 100644 index 965758acdf..0000000000 --- a/html/includes/graphs/device_load.inc.php +++ /dev/null @@ -1,30 +0,0 @@ - diff --git a/html/includes/graphs/device_load_windows.inc.php b/html/includes/graphs/device_load_windows.inc.php deleted file mode 100644 index 943448f537..0000000000 --- a/html/includes/graphs/device_load_windows.inc.php +++ /dev/null @@ -1,30 +0,0 @@ - diff --git a/html/pages/device/graphs/system/laload.inc.php b/html/pages/device/graphs/system/laload.inc.php index 0e9a72473b..c60cb86fd4 100644 --- a/html/pages/device/graphs/system/laload.inc.php +++ b/html/pages/device/graphs/system/laload.inc.php @@ -1,7 +1,9 @@ diff --git a/includes/polling/ucd-mib.inc.php b/includes/polling/ucd-mib.inc.php index 1e2f38b5d9..245578c526 100755 --- a/includes/polling/ucd-mib.inc.php +++ b/includes/polling/ucd-mib.inc.php @@ -1,28 +1,47 @@