aboutsummaryrefslogtreecommitdiff
path: root/src/VARNISH-MIB.txt
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@nxc.no>2018-02-02 14:50:53 +0100
committerSergey Poznyakoff <gray@nxc.no>2018-02-02 14:50:53 +0100
commit8a2e9da972cee4714c02f3dd23a3b7fcab9a0476 (patch)
treeee00ab302734161ec756313e8bbede8a82fb86eb /src/VARNISH-MIB.txt
parent83919b99e222077a1bb61757403779cc4f456edc (diff)
downloadvarnish-mib-8a2e9da972cee4714c02f3dd23a3b7fcab9a0476.tar.gz
varnish-mib-8a2e9da972cee4714c02f3dd23a3b7fcab9a0476.tar.bz2
Bugfixes
Use consistend debug token names. Make sure configuration settings are honored by opening VSM and doing initial loading after the configuration has been read and processed. Avoid inifinite recursion in dict_load. * src/modconf.c: New file. * src/modconf.h: New file. * src/vclient.h: New file. * src/Makefile.am: Add new files. * src/VARNISH-MIB.txt: Minor changes in descriptions. * src/backend.h (backend_collect_addr): Change prototype. * src/ban.c: Remove configuration management functions. * src/betab.c: Likewise. * src/statdict.c (dict_lookup): Remove debugging kludge. (dict_load): Don't call backend_collect_addr. It is responsibility of the caller. * src/varnish_mib.mib2c: Rearrange includes. Open VSM after parsing configuration. (init_$modulename): Allow loading of one instance only. * src/vcli.c: Rewrite socket support.
Diffstat (limited to 'src/VARNISH-MIB.txt')
-rw-r--r--src/VARNISH-MIB.txt16
1 files changed, 10 insertions, 6 deletions
diff --git a/src/VARNISH-MIB.txt b/src/VARNISH-MIB.txt
index 8d60477..6b03f21 100644
--- a/src/VARNISH-MIB.txt
+++ b/src/VARNISH-MIB.txt
@@ -20,14 +20,14 @@ IMPORTS
20 FROM SNMPv2-CONF; 20 FROM SNMPv2-CONF;
21 21
22varnishMIB MODULE-IDENTITY 22varnishMIB MODULE-IDENTITY
23 LAST-UPDATED "201802012132Z" 23 LAST-UPDATED "201802020845Z"
24 ORGANIZATION "Shared Autonomous sYstems" 24 ORGANIZATION "Shared Autonomous sYstems"
25 CONTACT-INFO "Morten Hermanrud <mhe@say.no> 25 CONTACT-INFO "Morten Hermanrud <mhe@say.no>
26 Sergey Poznyakoff <gray@gnu.org> 26 Sergey Poznyakoff <gray@gnu.org>
27 " 27 "
28 DESCRIPTION 28 DESCRIPTION
29 "This MIB module defines objects for Varnish reverse web proxy." 29 "This MIB module defines objects for Varnish reverse web proxy."
30 REVISION "201802012132Z" 30 REVISION "201802020845Z"
31 DESCRIPTION 31 DESCRIPTION
32 "Second revision." 32 "Second revision."
33 ::= { varnish 0 } 33 ::= { varnish 0 }
@@ -112,7 +112,8 @@ clientRequests411 OBJECT-TYPE
112 MAX-ACCESS read-only 112 MAX-ACCESS read-only
113 STATUS current 113 STATUS current
114 DESCRIPTION 114 DESCRIPTION
115 "Client requests received, subject to 411 errors." 115 "Client requests received, subject to 411 errors.
116 This OID is not available in Varnish version 5 and above."
116 ::= { client 8 } 117 ::= { client 8 }
117 118
118clientRequests413 OBJECT-TYPE 119clientRequests413 OBJECT-TYPE
@@ -120,7 +121,8 @@ clientRequests413 OBJECT-TYPE
120 MAX-ACCESS read-only 121 MAX-ACCESS read-only
121 STATUS current 122 STATUS current
122 DESCRIPTION 123 DESCRIPTION
123 "Client requests received, subject to 413 errors." 124 "Client requests received, subject to 413 errors.
125 This OID is not available in Varnish version 5 and above."
124 ::= { client 9 } 126 ::= { client 9 }
125 127
126clientRequests417 OBJECT-TYPE 128clientRequests417 OBJECT-TYPE
@@ -186,7 +188,8 @@ backendConnUnused OBJECT-TYPE
186 MAX-ACCESS read-only 188 MAX-ACCESS read-only
187 STATUS current 189 STATUS current
188 DESCRIPTION 190 DESCRIPTION
189 "Backend connections unused." 191 "Backend connections unused.
192 This OID is not available in Varnish version 5 and above."
190 ::= { connections 7 } 193 ::= { connections 7 }
191 194
192backendConnRetry OBJECT-TYPE 195backendConnRetry OBJECT-TYPE
@@ -912,7 +915,8 @@ vclFail OBJECT-TYPE
912 MAX-ACCESS read-only 915 MAX-ACCESS read-only
913 STATUS current 916 STATUS current
914 DESCRIPTION 917 DESCRIPTION
915 "Number of VCL failures" 918 "Number of VCL failures.
919 This OID is not available in Varnish 4 and below."
916 ::= { vcl 4 } 920 ::= { vcl 4 }
917 921
918-- 922--

Return to:

Send suggestions and report system problems to the System administrator.