Roxen.git/
server/
base_server/
configuration.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2021-01-26
2021-01-26 09:56:08 by Henrik Grubbström (Grubba) <grubba@grubba.org>
79a0a727be60c4ce92e8506951cce16ed1fca6ed (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
6.3
SNMP: Fix SNMP type for some timer values.
3719:
UNDEFINED, ({ UNDEFINED,
-
SNMP.
Counter
(lambda()
+
SNMP.
Tick
(lambda()
{ return request_acc_time/10000; }, "requestTime", "Accumulated total request time "
3757:
UNDEFINED, ({ UNDEFINED,
-
SNMP.
Counter
(lambda()
+
SNMP.
Tick
(lambda()
{ return handle_acc_time/10000; }, "handleTime", "Accumulated total handle time "
3795:
UNDEFINED, ({ UNDEFINED,
-
SNMP.
Counter
(lambda()
+
SNMP.
Tick
(lambda()
{ return queue_acc_time/10000; }, "queueTime", "Accumulated total queue time "