aboutsummaryrefslogtreecommitdiff
path: root/src/VARNISH-MIB.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/VARNISH-MIB.txt')
-rw-r--r--src/VARNISH-MIB.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/VARNISH-MIB.txt b/src/VARNISH-MIB.txt
index 0ec5dac..01def5c 100644
--- a/src/VARNISH-MIB.txt
+++ b/src/VARNISH-MIB.txt
@@ -70,6 +70,14 @@ clientCacheMisses OBJECT-TYPE
70 "Cache misses" 70 "Cache misses"
71 ::= { client 5 } 71 ::= { client 5 }
72 72
73clientBan OBJECT-TYPE
74 SYNTAX OCTET STRING (SIZE(0..1024))
75 MAX-ACCESS read-write
76 STATUS current
77 DESCRIPTION
78 "FIXME"
79 ::= { client 6 }
80
73connections OBJECT IDENTIFIER ::= { backend 1 } 81connections OBJECT IDENTIFIER ::= { backend 1 }
74 82
75backendConnSuccess OBJECT-TYPE 83backendConnSuccess OBJECT-TYPE
@@ -201,6 +209,7 @@ varnishGroup OBJECT-GROUP
201 clientCacheHits, 209 clientCacheHits,
202 clientCacheHitsPass, 210 clientCacheHitsPass,
203 clientCacheMisses, 211 clientCacheMisses,
212 clientBan,
204 backendConnSuccess, 213 backendConnSuccess,
205 backendConnNotAttempted, 214 backendConnNotAttempted,
206 backendConnToMany, 215 backendConnToMany,

Return to:

Send suggestions and report system problems to the System administrator.