Hi All,
I got the Bluecoat ( Cacheflow) proxy OID's as below from cacti:
CPU
.1.3.6.1.4.1.3417.2.4.1.1.1.4.1
use gauge for data source
Objects in cache
.1.3.6.1.3.25.17.3.1.2.0
use gauge (make sure your max value is high enough)
Server HTTP Errors
.1.3.6.1.3.25.17.3.2.2.2.0
COUNTER
This corresponds to queries from the proxy to internet http servers that returned an http error code (ex 404 page not found etc)
Server HTTP Requests
.1.3.6.1.3.25.17.3.2.2.1.0
COUNTER
This corresponds to queries from the proxy to internet http servers
Server HTTP Traffic
Inbound: .1.3.6.1.3.25.17.3.2.2.3.0
Outbound: .1.3.6.1.3.25.17.3.2.2.4.0
Value is in KBITS as per the mib, so remember to use *1024 cdef.
COUNTER
Inbound will be much higher than outbound, so i used area for inbound.
Inbound is HTTP Traffic FROM internet web server to the proxy, outbound is http traffic from the proxy to those servers.
Client HTTP Requests & Hits
Requests OID: .1.3.6.1.3.25.17.3.2.1.1.0
Hits OID: .1.3.6.1.3.25.17.3.2.1.2.0
COUNTER
Requests corresponds to HTTP requests received by the proxy from clients. Hits is how many of those requests were served by objects in the proxy cache.
Client HTTP Errors
.1.3.6.1.3.25.17.3.2.1.3.0
COUNTER
This corresponds to the requests from clients to the proxy that returned an HTTP error.
Client HTTP Traffic
Inbound: .1.3.6.1.3.25.17.3.2.1.4.0
Outbound: .1.3.6.1.3.25.17.3.2.1.5.0
Value is in KBITS as per the mib, so remember to use *1024 cdef.
COUNTER
How can I do a proper convert in zabbix to get a proper value?
I got the Bluecoat ( Cacheflow) proxy OID's as below from cacti:
CPU
.1.3.6.1.4.1.3417.2.4.1.1.1.4.1
use gauge for data source
Objects in cache
.1.3.6.1.3.25.17.3.1.2.0
use gauge (make sure your max value is high enough)
Server HTTP Errors
.1.3.6.1.3.25.17.3.2.2.2.0
COUNTER
This corresponds to queries from the proxy to internet http servers that returned an http error code (ex 404 page not found etc)
Server HTTP Requests
.1.3.6.1.3.25.17.3.2.2.1.0
COUNTER
This corresponds to queries from the proxy to internet http servers
Server HTTP Traffic
Inbound: .1.3.6.1.3.25.17.3.2.2.3.0
Outbound: .1.3.6.1.3.25.17.3.2.2.4.0
Value is in KBITS as per the mib, so remember to use *1024 cdef.
COUNTER
Inbound will be much higher than outbound, so i used area for inbound.
Inbound is HTTP Traffic FROM internet web server to the proxy, outbound is http traffic from the proxy to those servers.
Client HTTP Requests & Hits
Requests OID: .1.3.6.1.3.25.17.3.2.1.1.0
Hits OID: .1.3.6.1.3.25.17.3.2.1.2.0
COUNTER
Requests corresponds to HTTP requests received by the proxy from clients. Hits is how many of those requests were served by objects in the proxy cache.
Client HTTP Errors
.1.3.6.1.3.25.17.3.2.1.3.0
COUNTER
This corresponds to the requests from clients to the proxy that returned an HTTP error.
Client HTTP Traffic
Inbound: .1.3.6.1.3.25.17.3.2.1.4.0
Outbound: .1.3.6.1.3.25.17.3.2.1.5.0
Value is in KBITS as per the mib, so remember to use *1024 cdef.
COUNTER
How can I do a proper convert in zabbix to get a proper value?