]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
mib descriptions corrected
authorkostas <>
Sat, 4 Apr 1998 11:27:19 +0000 (11:27 +0000)
committerkostas <>
Sat, 4 Apr 1998 11:27:19 +0000 (11:27 +0000)
include/cache_snmp.h
src/mib.txt

index 395f6a2e938b7ccc7baa8dc29864b803e4e839f8..f0035c81e0078cb2e88b0e1f5274070d2ef4b649 100644 (file)
@@ -26,7 +26,7 @@
 /* mib stuff here */
 
 #ifndef CURRENT_MIB_VERSION
-#define CURRENT_MIB_VERSION "-- v 1.13 1998/03/22 kostas@nlanr.net"
+#define CURRENT_MIB_VERSION "-- v 1.14 1998/04/03 kostas@nlanr.net"
 #endif
 
 /* MIB definitions
index da48ca4a980ad2be9c1e1ded86154807f50a97c3..3d12b3be0329a86b8ba4ef206791160d14cacf51 100644 (file)
@@ -1,7 +1,7 @@
 -- File: SQUID.MIB
 -- Maintained by: kostas@nlanr.net
 --
--- NOTE: This version (1.13) of the mib is supported as of squid1.2beta19. 
+-- NOTE: This version (1.14) of the mib is supported as of squid1.2beta19. 
 --
 
 SQUID-MIB DEFINITIONS ::= BEGIN
@@ -15,7 +15,7 @@ SQUID-MIB DEFINITIONS ::= BEGIN
 
 -- Do NOT remove the following line
 
--- v 1.13 1998/03/22 kostas@nlanr.net
+-- v 1.14 1998/04/03 kostas@nlanr.net
 
 -- 
 -- definition of squid mib subtree
@@ -263,7 +263,7 @@ SQUID-MIB DEFINITIONS ::= BEGIN
                 ACCESS read-only
                 STATUS mandatory
                 DESCRIPTION
-                        " Cache Memory High Water Mark "
+                        " Cache Memory Low Water Mark "
         ::= { cacheStorageConfig 3 }
 
         cacheSwapMaxSize OBJECT-TYPE
@@ -287,7 +287,7 @@ SQUID-MIB DEFINITIONS ::= BEGIN
                 ACCESS read-only
                 STATUS mandatory
                 DESCRIPTION
-                        " Cache Swap High Water Mark "
+                        " Cache Swap Low Water Mark "
         ::= { cacheStorageConfig 6 }
 
 -- end of  cacheStorageConfig group