aboutsummaryrefslogtreecommitdiff
path: root/src/varnish_mib.mib2c
diff options
context:
space:
mode:
Diffstat (limited to 'src/varnish_mib.mib2c')
-rw-r--r--src/varnish_mib.mib2c10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/varnish_mib.mib2c b/src/varnish_mib.mib2c
index 798fc53..6df10ec 100644
--- a/src/varnish_mib.mib2c
+++ b/src/varnish_mib.mib2c
@@ -67,13 +67,13 @@ $vars{'varnish_translate'} = sub {
backendConnNotAttempted => 'backend_unhealthy',
backendConnToMany => 'backend_busy ',
backendConnFailures => 'backend_fail',
backendConnReuses => 'backend_reuse',
backendConnRecycled => 'backend_recycle',
backendConnUnused => 'backend_toolate',
- totalSessions => 's_sess ',
+ totalSessions => 's_sess',
totalRequests => 's_req ',
totalPipe => 's_pipe',
totalPass => 's_pass',
totalFetch => 's_fetch',
totalHeaderBytes => 's_req_hdrbytes',
totalBodyBytes => 's_req_bodybytes'
@@ -143,19 +143,13 @@ init_$modulename(void)
DEBUGMSGTL(("$name", "Initializing\n"));
@foreach $i scalar@
netsnmp_register_scalar(
netsnmp_create_handler_registration("$i", handle_$i,
${i}_oid, OID_LENGTH(${i}_oid),
- @if !$i.settable@
- HANDLER_CAN_RONLY
- @end@
- @if $i.settable@
- HANDLER_CAN_RWRITE
- @end@
- ));
+ HANDLER_CAN_RONLY));
@end@
varnish_snmp_init();
}
void
deinit_$modulename(void)

Return to:

Send suggestions and report system problems to the System administrator.