Source: https://git.zabbix.com/projects/ZBX/repos/zabbix/browse/templates/app/squid_snmp?at=release/7.4
Squid by SNMP
Overview
This template is designed for the effortless deployment of Squid monitoring by Zabbix via SNMP and doesn't require any external scripts.
Requirements
Zabbix version: 7.4 and higher.
Tested versions
This template has been tested on:
- Squid 3.5.12
Configuration
Zabbix should be configured according to the instructions in the Templates out of the box section.
Setup
Setup Squid
Enable SNMP support following official documentation. Required parameters in squid.conf:
snmp_port <port_number>
acl <zbx_acl_name> snmp_community <community_name>
snmp_access allow <zbx_acl_name> <zabbix_server_ip>
Setup Zabbix
1. Import the template template_app_squid_snmp.yaml into Zabbix.
2. Set values for {$SQUID.SNMP.COMMUNITY}, {$SQUID.SNMP.PORT} and {$SQUID.HTTP.PORT} as configured in squid.conf.
3. Link the imported template to a host with Squid.
4. Add SNMPv2 interface to Squid host. Set Port as {$SQUID.SNMP.PORT} and SNMP community as {$SQUID.SNMP.COMMUNITY}.
Macros used
Name | Description | Default |
---|---|---|
{$SQUID.SNMP.PORT} | snmp_port configured in squid.conf (Default: 3401) |
3401 |
{$SQUID.HTTP.PORT} | http_port configured in squid.conf (Default: 3128) |
3128 |
{$SQUID.SNMP.COMMUNITY} | SNMP community allowed by ACL in squid.conf |
public |
{$SQUID.FILE.DESC.WARN.MIN} | The threshold for minimum number of available file descriptors |
100 |
{$SQUID.PAGE.FAULT.WARN} | The threshold for sys page faults rate in percent of received HTTP requests |
90 |
Items
Name | Description | Type | Key and additional info |
---|---|---|---|
Service ping | Simple check | net.tcp.service[tcp,,{$SQUID.HTTP.PORT}] Preprocessing
|
|
Uptime | The Uptime of the cache in timeticks (in hundredths of a second) with preprocessing |
SNMP agent | squid[cacheUptime] Preprocessing
|
Version | Cache Software Version |
SNMP agent | squid[cacheVersionId] Preprocessing
|
CPU usage | The percentage use of the CPU |
SNMP agent | squid[cacheCpuUsage] |
Memory maximum resident size | Maximum Resident Size |
SNMP agent | squid[cacheMaxResSize] Preprocessing
|
Memory maximum cache size | The value of the cache_mem parameter |
SNMP agent | squid[cacheMemMaxSize] Preprocessing
|
Memory cache usage | Total accounted memory |
SNMP agent | squid[cacheMemUsage] Preprocessing
|
Cache swap low water mark | Cache Swap Low Water Mark |
SNMP agent | squid[cacheSwapLowWM] |
Cache swap high water mark | Cache Swap High Water Mark |
SNMP agent | squid[cacheSwapHighWM] |
Cache swap directory size | The total of the cache_dir space allocated |
SNMP agent | squid[cacheSwapMaxSize] Preprocessing
|
Cache swap current size | Storage Swap Size |
SNMP agent | squid[cacheCurrentSwapSize] |
File descriptor count - current used | Number of file descriptors in use |
SNMP agent | squid[cacheCurrentFileDescrCnt] |
File descriptor count - current maximum | Highest number of file descriptors in use |
SNMP agent | squid[cacheCurrentFileDescrMax] |
File descriptor count - current reserved | Reserved number of file descriptors |
SNMP agent | squid[cacheCurrentResFileDescrCnt] |
File descriptor count - current available | Available number of file descriptors |
SNMP agent | squid[cacheCurrentUnusedFDescrCnt] |
Byte hit ratio per 1 minute | Byte Hit Ratios |
SNMP agent | squid[cacheRequestByteRatio.1] |
Byte hit ratio per 5 minutes | Byte Hit Ratios |
SNMP agent | squid[cacheRequestByteRatio.5] |
Byte hit ratio per 1 hour | Byte Hit Ratios |
SNMP agent | squid[cacheRequestByteRatio.60] |
Request hit ratio per 1 minute | Byte Hit Ratios |
SNMP agent | squid[cacheRequestHitRatio.1] |
Request hit ratio per 5 minutes | Byte Hit Ratios |
SNMP agent | squid[cacheRequestHitRatio.5] |
Request hit ratio per 1 hour | Byte Hit Ratios |
SNMP agent | squid[cacheRequestHitRatio.60] |
Sys page faults per second | Page faults with physical I/O |
SNMP agent | squid[cacheSysPageFaults] Preprocessing
|
HTTP requests received per second | Number of HTTP requests received |
SNMP agent | squid[cacheProtoClientHttpRequests] Preprocessing
|
HTTP traffic received per second | Number of HTTP traffic received from clients |
SNMP agent | squid[cacheHttpInKb] Preprocessing
|
HTTP traffic sent per second | Number of HTTP traffic sent to clients |
SNMP agent | squid[cacheHttpOutKb] Preprocessing
|
HTTP Hits sent from cache per second | Number of HTTP Hits sent to clients from cache |
SNMP agent | squid[cacheHttpHits] Preprocessing
|
HTTP Errors sent per second | Number of HTTP Errors sent to clients |
SNMP agent | squid[cacheHttpErrors] Preprocessing
|
ICP messages sent per second | Number of ICP messages sent |
SNMP agent | squid[cacheIcpPktsSent] Preprocessing
|
ICP messages received per second | Number of ICP messages received |
SNMP agent | squid[cacheIcpPktsRecv] Preprocessing
|
ICP traffic transmitted per second | Number of ICP traffic transmitted |
SNMP agent | squid[cacheIcpKbSent] Preprocessing
|
ICP traffic received per second | Number of ICP traffic received |
SNMP agent | squid[cacheIcpKbRecv] Preprocessing
|
DNS server requests per second | Number of external dns server requests |
SNMP agent | squid[cacheDnsRequests] Preprocessing
|
DNS server replies per second | Number of external dns server replies |
SNMP agent | squid[cacheDnsReplies] Preprocessing
|
FQDN cache requests per second | Number of FQDN Cache requests |
SNMP agent | squid[cacheFqdnRequests] Preprocessing
|
FQDN cache hits per second | Number of FQDN Cache hits |
SNMP agent | squid[cacheFqdnHits] Preprocessing
|
FQDN cache misses per second | Number of FQDN Cache misses |
SNMP agent | squid[cacheFqdnMisses] Preprocessing
|
IP cache requests per second | Number of IP Cache requests |
SNMP agent | squid[cacheIpRequests] Preprocessing
|
IP cache hits per second | Number of IP Cache hits |
SNMP agent | squid[cacheIpHits] Preprocessing
|
IP cache misses per second | Number of IP Cache misses |
SNMP agent | squid[cacheIpMisses] Preprocessing
|
Objects count | Number of objects stored by the cache |
SNMP agent | squid[cacheNumObjCount] |
Objects LRU expiration age | Storage LRU Expiration Age |
SNMP agent | squid[cacheCurrentLRUExpiration] Preprocessing
|
Objects unlinkd requests | Requests given to unlinkd |
SNMP agent | squid[cacheCurrentUnlinkRequests] |
HTTP all service time per 5 minutes | HTTP all service time per 5 minutes |
SNMP agent | squid[cacheHttpAllSvcTime.5] Preprocessing
|
HTTP all service time per hour | HTTP all service time per hour |
SNMP agent | squid[cacheHttpAllSvcTime.60] Preprocessing
|
HTTP miss service time per 5 minutes | HTTP miss service time per 5 minutes |
SNMP agent | squid[cacheHttpMissSvcTime.5] Preprocessing
|
HTTP miss service time per hour | HTTP miss service time per hour |
SNMP agent | squid[cacheHttpMissSvcTime.60] Preprocessing
|
HTTP hit service time per 5 minutes | HTTP hit service time per 5 minutes |
SNMP agent | squid[cacheHttpHitSvcTime.5] Preprocessing
|
HTTP hit service time per hour | HTTP hit service time per hour |
SNMP agent | squid[cacheHttpHitSvcTime.60] Preprocessing
|
ICP query service time per 5 minutes | ICP query service time per 5 minutes |
SNMP agent | squid[cacheIcpQuerySvcTime.5] Preprocessing
|
ICP query service time per hour | ICP query service time per hour |
SNMP agent | squid[cacheIcpQuerySvcTime.60] Preprocessing
|
ICP reply service time per 5 minutes | ICP reply service time per 5 minutes |
SNMP agent | squid[cacheIcpReplySvcTime.5] Preprocessing
|
ICP reply service time per hour | ICP reply service time per hour |
SNMP agent | squid[cacheIcpReplySvcTime.60] Preprocessing
|
DNS service time per 5 minutes | DNS service time per 5 minutes |
SNMP agent | squid[cacheDnsSvcTime.5] Preprocessing
|
DNS service time per hour | DNS service time per hour |
SNMP agent | squid[cacheDnsSvcTime.60] Preprocessing
|
Triggers
Name | Description | Expression | Severity | Dependencies and additional info |
---|---|---|---|---|
Squid: Port {$SQUID.HTTP.PORT} is down | last(/Squid by SNMP/net.tcp.service[tcp,,{$SQUID.HTTP.PORT}])=0 |
Average | Manual close: Yes | |
Squid: Squid has been restarted | Uptime is less than 10 minutes. |
last(/Squid by SNMP/squid[cacheUptime])<10m |
Info | Manual close: Yes |
Squid: Squid version has been changed | Squid version has changed. Acknowledge to close the problem manually. |
last(/Squid by SNMP/squid[cacheVersionId],#1)<>last(/Squid by SNMP/squid[cacheVersionId],#2) and length(last(/Squid by SNMP/squid[cacheVersionId]))>0 |
Info | Manual close: Yes |
Squid: Swap usage is more than low watermark | last(/Squid by SNMP/squid[cacheCurrentSwapSize])>last(/Squid by SNMP/squid[cacheSwapLowWM])*last(/Squid by SNMP/squid[cacheSwapMaxSize])/100 |
Warning | ||
Squid: Swap usage is more than high watermark | last(/Squid by SNMP/squid[cacheCurrentSwapSize])>last(/Squid by SNMP/squid[cacheSwapHighWM])*last(/Squid by SNMP/squid[cacheSwapMaxSize])/100 |
High | ||
Squid: Squid is running out of file descriptors | last(/Squid by SNMP/squid[cacheCurrentUnusedFDescrCnt])<{$SQUID.FILE.DESC.WARN.MIN} |
Warning | ||
Squid: High sys page faults rate | avg(/Squid by SNMP/squid[cacheSysPageFaults],5m)>avg(/Squid by SNMP/squid[cacheProtoClientHttpRequests],5m)/100*{$SQUID.PAGE.FAULT.WARN} |
Warning |
Feedback
Please report any issues with the template at https://support.zabbix.com
You can also provide feedback, discuss the template, or ask for help at ZABBIX forums
Source: https://git.zabbix.com/projects/ZBX/repos/zabbix/browse/templates/app/squid_snmp?at=release/7.2
Squid by SNMP
Overview
This template is designed for the effortless deployment of Squid monitoring by Zabbix via SNMP and doesn't require any external scripts.
Requirements
Zabbix version: 7.2 and higher.
Tested versions
This template has been tested on:
- Squid 3.5.12
Configuration
Zabbix should be configured according to the instructions in the Templates out of the box section.
Setup
Setup Squid
Enable SNMP support following official documentation. Required parameters in squid.conf:
snmp_port <port_number>
acl <zbx_acl_name> snmp_community <community_name>
snmp_access allow <zbx_acl_name> <zabbix_server_ip>
Setup Zabbix
1. Import the template template_app_squid_snmp.yaml into Zabbix.
2. Set values for {$SQUID.SNMP.COMMUNITY}, {$SQUID.SNMP.PORT} and {$SQUID.HTTP.PORT} as configured in squid.conf.
3. Link the imported template to a host with Squid.
4. Add SNMPv2 interface to Squid host. Set Port as {$SQUID.SNMP.PORT} and SNMP community as {$SQUID.SNMP.COMMUNITY}.
Macros used
Name | Description | Default |
---|---|---|
{$SQUID.SNMP.PORT} | snmp_port configured in squid.conf (Default: 3401) |
3401 |
{$SQUID.HTTP.PORT} | http_port configured in squid.conf (Default: 3128) |
3128 |
{$SQUID.SNMP.COMMUNITY} | SNMP community allowed by ACL in squid.conf |
public |
{$SQUID.FILE.DESC.WARN.MIN} | The threshold for minimum number of available file descriptors |
100 |
{$SQUID.PAGE.FAULT.WARN} | The threshold for sys page faults rate in percent of received HTTP requests |
90 |
Items
Name | Description | Type | Key and additional info |
---|---|---|---|
Service ping | Simple check | net.tcp.service[tcp,,{$SQUID.HTTP.PORT}] Preprocessing
|
|
Uptime | The Uptime of the cache in timeticks (in hundredths of a second) with preprocessing |
SNMP agent | squid[cacheUptime] Preprocessing
|
Version | Cache Software Version |
SNMP agent | squid[cacheVersionId] Preprocessing
|
CPU usage | The percentage use of the CPU |
SNMP agent | squid[cacheCpuUsage] |
Memory maximum resident size | Maximum Resident Size |
SNMP agent | squid[cacheMaxResSize] Preprocessing
|
Memory maximum cache size | The value of the cache_mem parameter |
SNMP agent | squid[cacheMemMaxSize] Preprocessing
|
Memory cache usage | Total accounted memory |
SNMP agent | squid[cacheMemUsage] Preprocessing
|
Cache swap low water mark | Cache Swap Low Water Mark |
SNMP agent | squid[cacheSwapLowWM] |
Cache swap high water mark | Cache Swap High Water Mark |
SNMP agent | squid[cacheSwapHighWM] |
Cache swap directory size | The total of the cache_dir space allocated |
SNMP agent | squid[cacheSwapMaxSize] Preprocessing
|
Cache swap current size | Storage Swap Size |
SNMP agent | squid[cacheCurrentSwapSize] |
File descriptor count - current used | Number of file descriptors in use |
SNMP agent | squid[cacheCurrentFileDescrCnt] |
File descriptor count - current maximum | Highest number of file descriptors in use |
SNMP agent | squid[cacheCurrentFileDescrMax] |
File descriptor count - current reserved | Reserved number of file descriptors |
SNMP agent | squid[cacheCurrentResFileDescrCnt] |
File descriptor count - current available | Available number of file descriptors |
SNMP agent | squid[cacheCurrentUnusedFDescrCnt] |
Byte hit ratio per 1 minute | Byte Hit Ratios |
SNMP agent | squid[cacheRequestByteRatio.1] |
Byte hit ratio per 5 minutes | Byte Hit Ratios |
SNMP agent | squid[cacheRequestByteRatio.5] |
Byte hit ratio per 1 hour | Byte Hit Ratios |
SNMP agent | squid[cacheRequestByteRatio.60] |
Request hit ratio per 1 minute | Byte Hit Ratios |
SNMP agent | squid[cacheRequestHitRatio.1] |
Request hit ratio per 5 minutes | Byte Hit Ratios |
SNMP agent | squid[cacheRequestHitRatio.5] |
Request hit ratio per 1 hour | Byte Hit Ratios |
SNMP agent | squid[cacheRequestHitRatio.60] |
Sys page faults per second | Page faults with physical I/O |
SNMP agent | squid[cacheSysPageFaults] Preprocessing
|
HTTP requests received per second | Number of HTTP requests received |
SNMP agent | squid[cacheProtoClientHttpRequests] Preprocessing
|
HTTP traffic received per second | Number of HTTP traffic received from clients |
SNMP agent | squid[cacheHttpInKb] Preprocessing
|
HTTP traffic sent per second | Number of HTTP traffic sent to clients |
SNMP agent | squid[cacheHttpOutKb] Preprocessing
|
HTTP Hits sent from cache per second | Number of HTTP Hits sent to clients from cache |
SNMP agent | squid[cacheHttpHits] Preprocessing
|
HTTP Errors sent per second | Number of HTTP Errors sent to clients |
SNMP agent | squid[cacheHttpErrors] Preprocessing
|
ICP messages sent per second | Number of ICP messages sent |
SNMP agent | squid[cacheIcpPktsSent] Preprocessing
|
ICP messages received per second | Number of ICP messages received |
SNMP agent | squid[cacheIcpPktsRecv] Preprocessing
|
ICP traffic transmitted per second | Number of ICP traffic transmitted |
SNMP agent | squid[cacheIcpKbSent] Preprocessing
|
ICP traffic received per second | Number of ICP traffic received |
SNMP agent | squid[cacheIcpKbRecv] Preprocessing
|
DNS server requests per second | Number of external dns server requests |
SNMP agent | squid[cacheDnsRequests] Preprocessing
|
DNS server replies per second | Number of external dns server replies |
SNMP agent | squid[cacheDnsReplies] Preprocessing
|
FQDN cache requests per second | Number of FQDN Cache requests |
SNMP agent | squid[cacheFqdnRequests] Preprocessing
|
FQDN cache hits per second | Number of FQDN Cache hits |
SNMP agent | squid[cacheFqdnHits] Preprocessing
|
FQDN cache misses per second | Number of FQDN Cache misses |
SNMP agent | squid[cacheFqdnMisses] Preprocessing
|
IP cache requests per second | Number of IP Cache requests |
SNMP agent | squid[cacheIpRequests] Preprocessing
|
IP cache hits per second | Number of IP Cache hits |
SNMP agent | squid[cacheIpHits] Preprocessing
|
IP cache misses per second | Number of IP Cache misses |
SNMP agent | squid[cacheIpMisses] Preprocessing
|
Objects count | Number of objects stored by the cache |
SNMP agent | squid[cacheNumObjCount] |
Objects LRU expiration age | Storage LRU Expiration Age |
SNMP agent | squid[cacheCurrentLRUExpiration] Preprocessing
|
Objects unlinkd requests | Requests given to unlinkd |
SNMP agent | squid[cacheCurrentUnlinkRequests] |
HTTP all service time per 5 minutes | HTTP all service time per 5 minutes |
SNMP agent | squid[cacheHttpAllSvcTime.5] Preprocessing
|
HTTP all service time per hour | HTTP all service time per hour |
SNMP agent | squid[cacheHttpAllSvcTime.60] Preprocessing
|
HTTP miss service time per 5 minutes | HTTP miss service time per 5 minutes |
SNMP agent | squid[cacheHttpMissSvcTime.5] Preprocessing
|
HTTP miss service time per hour | HTTP miss service time per hour |
SNMP agent | squid[cacheHttpMissSvcTime.60] Preprocessing
|
HTTP hit service time per 5 minutes | HTTP hit service time per 5 minutes |
SNMP agent | squid[cacheHttpHitSvcTime.5] Preprocessing
|
HTTP hit service time per hour | HTTP hit service time per hour |
SNMP agent | squid[cacheHttpHitSvcTime.60] Preprocessing
|
ICP query service time per 5 minutes | ICP query service time per 5 minutes |
SNMP agent | squid[cacheIcpQuerySvcTime.5] Preprocessing
|
ICP query service time per hour | ICP query service time per hour |
SNMP agent | squid[cacheIcpQuerySvcTime.60] Preprocessing
|
ICP reply service time per 5 minutes | ICP reply service time per 5 minutes |
SNMP agent | squid[cacheIcpReplySvcTime.5] Preprocessing
|
ICP reply service time per hour | ICP reply service time per hour |
SNMP agent | squid[cacheIcpReplySvcTime.60] Preprocessing
|
DNS service time per 5 minutes | DNS service time per 5 minutes |
SNMP agent | squid[cacheDnsSvcTime.5] Preprocessing
|
DNS service time per hour | DNS service time per hour |
SNMP agent | squid[cacheDnsSvcTime.60] Preprocessing
|
Triggers
Name | Description | Expression | Severity | Dependencies and additional info |
---|---|---|---|---|
Squid: Port {$SQUID.HTTP.PORT} is down | last(/Squid by SNMP/net.tcp.service[tcp,,{$SQUID.HTTP.PORT}])=0 |
Average | Manual close: Yes | |
Squid: Squid has been restarted | Uptime is less than 10 minutes. |
last(/Squid by SNMP/squid[cacheUptime])<10m |
Info | Manual close: Yes |
Squid: Squid version has been changed | Squid version has changed. Acknowledge to close the problem manually. |
last(/Squid by SNMP/squid[cacheVersionId],#1)<>last(/Squid by SNMP/squid[cacheVersionId],#2) and length(last(/Squid by SNMP/squid[cacheVersionId]))>0 |
Info | Manual close: Yes |
Squid: Swap usage is more than low watermark | last(/Squid by SNMP/squid[cacheCurrentSwapSize])>last(/Squid by SNMP/squid[cacheSwapLowWM])*last(/Squid by SNMP/squid[cacheSwapMaxSize])/100 |
Warning | ||
Squid: Swap usage is more than high watermark | last(/Squid by SNMP/squid[cacheCurrentSwapSize])>last(/Squid by SNMP/squid[cacheSwapHighWM])*last(/Squid by SNMP/squid[cacheSwapMaxSize])/100 |
High | ||
Squid: Squid is running out of file descriptors | last(/Squid by SNMP/squid[cacheCurrentUnusedFDescrCnt])<{$SQUID.FILE.DESC.WARN.MIN} |
Warning | ||
Squid: High sys page faults rate | avg(/Squid by SNMP/squid[cacheSysPageFaults],5m)>avg(/Squid by SNMP/squid[cacheProtoClientHttpRequests],5m)/100*{$SQUID.PAGE.FAULT.WARN} |
Warning |
Feedback
Please report any issues with the template at https://support.zabbix.com
You can also provide feedback, discuss the template, or ask for help at ZABBIX forums
Source: https://git.zabbix.com/projects/ZBX/repos/zabbix/browse/templates/app/squid_snmp?at=release/7.0
Squid by SNMP
Overview
This template is designed for the effortless deployment of Squid monitoring by Zabbix via SNMP and doesn't require any external scripts.
Requirements
Zabbix version: 7.0 and higher.
Tested versions
This template has been tested on:
- Squid 3.5.12
Configuration
Zabbix should be configured according to the instructions in the Templates out of the box section.
Setup
Setup Squid
Enable SNMP support following official documentation. Required parameters in squid.conf:
snmp_port <port_number>
acl <zbx_acl_name> snmp_community <community_name>
snmp_access allow <zbx_acl_name> <zabbix_server_ip>
Setup Zabbix
1. Import the template template_app_squid_snmp.yaml into Zabbix.
2. Set values for {$SQUID.SNMP.COMMUNITY}, {$SQUID.SNMP.PORT} and {$SQUID.HTTP.PORT} as configured in squid.conf.
3. Link the imported template to a host with Squid.
4. Add SNMPv2 interface to Squid host. Set Port as {$SQUID.SNMP.PORT} and SNMP community as {$SQUID.SNMP.COMMUNITY}.
Macros used
Name | Description | Default |
---|---|---|
{$SQUID.SNMP.PORT} | snmp_port configured in squid.conf (Default: 3401) |
3401 |
{$SQUID.HTTP.PORT} | http_port configured in squid.conf (Default: 3128) |
3128 |
{$SQUID.SNMP.COMMUNITY} | SNMP community allowed by ACL in squid.conf |
public |
{$SQUID.FILE.DESC.WARN.MIN} | The threshold for minimum number of available file descriptors |
100 |
{$SQUID.PAGE.FAULT.WARN} | The threshold for sys page faults rate in percent of received HTTP requests |
90 |
Items
Name | Description | Type | Key and additional info |
---|---|---|---|
Service ping | Simple check | net.tcp.service[tcp,,{$SQUID.HTTP.PORT}] Preprocessing
|
|
Uptime | The Uptime of the cache in timeticks (in hundredths of a second) with preprocessing |
SNMP agent | squid[cacheUptime] Preprocessing
|
Version | Cache Software Version |
SNMP agent | squid[cacheVersionId] Preprocessing
|
CPU usage | The percentage use of the CPU |
SNMP agent | squid[cacheCpuUsage] |
Memory maximum resident size | Maximum Resident Size |
SNMP agent | squid[cacheMaxResSize] Preprocessing
|
Memory maximum cache size | The value of the cache_mem parameter |
SNMP agent | squid[cacheMemMaxSize] Preprocessing
|
Memory cache usage | Total accounted memory |
SNMP agent | squid[cacheMemUsage] Preprocessing
|
Cache swap low water mark | Cache Swap Low Water Mark |
SNMP agent | squid[cacheSwapLowWM] |
Cache swap high water mark | Cache Swap High Water Mark |
SNMP agent | squid[cacheSwapHighWM] |
Cache swap directory size | The total of the cache_dir space allocated |
SNMP agent | squid[cacheSwapMaxSize] Preprocessing
|
Cache swap current size | Storage Swap Size |
SNMP agent | squid[cacheCurrentSwapSize] |
File descriptor count - current used | Number of file descriptors in use |
SNMP agent | squid[cacheCurrentFileDescrCnt] |
File descriptor count - current maximum | Highest number of file descriptors in use |
SNMP agent | squid[cacheCurrentFileDescrMax] |
File descriptor count - current reserved | Reserved number of file descriptors |
SNMP agent | squid[cacheCurrentResFileDescrCnt] |
File descriptor count - current available | Available number of file descriptors |
SNMP agent | squid[cacheCurrentUnusedFDescrCnt] |
Byte hit ratio per 1 minute | Byte Hit Ratios |
SNMP agent | squid[cacheRequestByteRatio.1] |
Byte hit ratio per 5 minutes | Byte Hit Ratios |
SNMP agent | squid[cacheRequestByteRatio.5] |
Byte hit ratio per 1 hour | Byte Hit Ratios |
SNMP agent | squid[cacheRequestByteRatio.60] |
Request hit ratio per 1 minute | Byte Hit Ratios |
SNMP agent | squid[cacheRequestHitRatio.1] |
Request hit ratio per 5 minutes | Byte Hit Ratios |
SNMP agent | squid[cacheRequestHitRatio.5] |
Request hit ratio per 1 hour | Byte Hit Ratios |
SNMP agent | squid[cacheRequestHitRatio.60] |
Sys page faults per second | Page faults with physical I/O |
SNMP agent | squid[cacheSysPageFaults] Preprocessing
|
HTTP requests received per second | Number of HTTP requests received |
SNMP agent | squid[cacheProtoClientHttpRequests] Preprocessing
|
HTTP traffic received per second | Number of HTTP traffic received from clients |
SNMP agent | squid[cacheHttpInKb] Preprocessing
|
HTTP traffic sent per second | Number of HTTP traffic sent to clients |
SNMP agent | squid[cacheHttpOutKb] Preprocessing
|
HTTP Hits sent from cache per second | Number of HTTP Hits sent to clients from cache |
SNMP agent | squid[cacheHttpHits] Preprocessing
|
HTTP Errors sent per second | Number of HTTP Errors sent to clients |
SNMP agent | squid[cacheHttpErrors] Preprocessing
|
ICP messages sent per second | Number of ICP messages sent |
SNMP agent | squid[cacheIcpPktsSent] Preprocessing
|
ICP messages received per second | Number of ICP messages received |
SNMP agent | squid[cacheIcpPktsRecv] Preprocessing
|
ICP traffic transmitted per second | Number of ICP traffic transmitted |
SNMP agent | squid[cacheIcpKbSent] Preprocessing
|
ICP traffic received per second | Number of ICP traffic received |
SNMP agent | squid[cacheIcpKbRecv] Preprocessing
|
DNS server requests per second | Number of external dns server requests |
SNMP agent | squid[cacheDnsRequests] Preprocessing
|
DNS server replies per second | Number of external dns server replies |
SNMP agent | squid[cacheDnsReplies] Preprocessing
|
FQDN cache requests per second | Number of FQDN Cache requests |
SNMP agent | squid[cacheFqdnRequests] Preprocessing
|
FQDN cache hits per second | Number of FQDN Cache hits |
SNMP agent | squid[cacheFqdnHits] Preprocessing
|
FQDN cache misses per second | Number of FQDN Cache misses |
SNMP agent | squid[cacheFqdnMisses] Preprocessing
|
IP cache requests per second | Number of IP Cache requests |
SNMP agent | squid[cacheIpRequests] Preprocessing
|
IP cache hits per second | Number of IP Cache hits |
SNMP agent | squid[cacheIpHits] Preprocessing
|
IP cache misses per second | Number of IP Cache misses |
SNMP agent | squid[cacheIpMisses] Preprocessing
|
Objects count | Number of objects stored by the cache |
SNMP agent | squid[cacheNumObjCount] |
Objects LRU expiration age | Storage LRU Expiration Age |
SNMP agent | squid[cacheCurrentLRUExpiration] Preprocessing
|
Objects unlinkd requests | Requests given to unlinkd |
SNMP agent | squid[cacheCurrentUnlinkRequests] |
HTTP all service time per 5 minutes | HTTP all service time per 5 minutes |
SNMP agent | squid[cacheHttpAllSvcTime.5] Preprocessing
|
HTTP all service time per hour | HTTP all service time per hour |
SNMP agent | squid[cacheHttpAllSvcTime.60] Preprocessing
|
HTTP miss service time per 5 minutes | HTTP miss service time per 5 minutes |
SNMP agent | squid[cacheHttpMissSvcTime.5] Preprocessing
|
HTTP miss service time per hour | HTTP miss service time per hour |
SNMP agent | squid[cacheHttpMissSvcTime.60] Preprocessing
|
HTTP hit service time per 5 minutes | HTTP hit service time per 5 minutes |
SNMP agent | squid[cacheHttpHitSvcTime.5] Preprocessing
|
HTTP hit service time per hour | HTTP hit service time per hour |
SNMP agent | squid[cacheHttpHitSvcTime.60] Preprocessing
|
ICP query service time per 5 minutes | ICP query service time per 5 minutes |
SNMP agent | squid[cacheIcpQuerySvcTime.5] Preprocessing
|
ICP query service time per hour | ICP query service time per hour |
SNMP agent | squid[cacheIcpQuerySvcTime.60] Preprocessing
|
ICP reply service time per 5 minutes | ICP reply service time per 5 minutes |
SNMP agent | squid[cacheIcpReplySvcTime.5] Preprocessing
|
ICP reply service time per hour | ICP reply service time per hour |
SNMP agent | squid[cacheIcpReplySvcTime.60] Preprocessing
|
DNS service time per 5 minutes | DNS service time per 5 minutes |
SNMP agent | squid[cacheDnsSvcTime.5] Preprocessing
|
DNS service time per hour | DNS service time per hour |
SNMP agent | squid[cacheDnsSvcTime.60] Preprocessing
|
Triggers
Name | Description | Expression | Severity | Dependencies and additional info |
---|---|---|---|---|
Squid: Port {$SQUID.HTTP.PORT} is down | last(/Squid by SNMP/net.tcp.service[tcp,,{$SQUID.HTTP.PORT}])=0 |
Average | Manual close: Yes | |
Squid: Squid has been restarted | Uptime is less than 10 minutes. |
last(/Squid by SNMP/squid[cacheUptime])<10m |
Info | Manual close: Yes |
Squid: Squid version has been changed | Squid version has changed. Acknowledge to close the problem manually. |
last(/Squid by SNMP/squid[cacheVersionId],#1)<>last(/Squid by SNMP/squid[cacheVersionId],#2) and length(last(/Squid by SNMP/squid[cacheVersionId]))>0 |
Info | Manual close: Yes |
Squid: Swap usage is more than low watermark | last(/Squid by SNMP/squid[cacheCurrentSwapSize])>last(/Squid by SNMP/squid[cacheSwapLowWM])*last(/Squid by SNMP/squid[cacheSwapMaxSize])/100 |
Warning | ||
Squid: Swap usage is more than high watermark | last(/Squid by SNMP/squid[cacheCurrentSwapSize])>last(/Squid by SNMP/squid[cacheSwapHighWM])*last(/Squid by SNMP/squid[cacheSwapMaxSize])/100 |
High | ||
Squid: Squid is running out of file descriptors | last(/Squid by SNMP/squid[cacheCurrentUnusedFDescrCnt])<{$SQUID.FILE.DESC.WARN.MIN} |
Warning | ||
Squid: High sys page faults rate | avg(/Squid by SNMP/squid[cacheSysPageFaults],5m)>avg(/Squid by SNMP/squid[cacheProtoClientHttpRequests],5m)/100*{$SQUID.PAGE.FAULT.WARN} |
Warning |
Feedback
Please report any issues with the template at https://support.zabbix.com
You can also provide feedback, discuss the template, or ask for help at ZABBIX forums
Source: https://git.zabbix.com/projects/ZBX/repos/zabbix/browse/templates/app/squid_snmp?at=release/6.4
Squid by SNMP
Overview
This template is designed for the effortless deployment of Squid monitoring by Zabbix via SNMP and doesn't require any external scripts.
Requirements
Zabbix version: 6.4 and higher.
Tested versions
This template has been tested on:
- Squid 3.5.12
Configuration
Zabbix should be configured according to the instructions in the Templates out of the box section.
Setup
Setup Squid
Enable SNMP support following official documentation. Required parameters in squid.conf:
snmp_port <port_number>
acl <zbx_acl_name> snmp_community <community_name>
snmp_access allow <zbx_acl_name> <zabbix_server_ip>
Setup Zabbix
1. Import the template template_app_squid_snmp.yaml into Zabbix.
2. Set values for {$SQUID.SNMP.COMMUNITY}, {$SQUID.SNMP.PORT} and {$SQUID.HTTP.PORT} as configured in squid.conf.
3. Link the imported template to a host with Squid.
4. Add SNMPv2 interface to Squid host. Set Port as {$SQUID.SNMP.PORT} and SNMP community as {$SQUID.SNMP.COMMUNITY}.
Macros used
Name | Description | Default |
---|---|---|
{$SQUID.SNMP.PORT} | snmp_port configured in squid.conf (Default: 3401) |
3401 |
{$SQUID.HTTP.PORT} | http_port configured in squid.conf (Default: 3128) |
3128 |
{$SQUID.SNMP.COMMUNITY} | SNMP community allowed by ACL in squid.conf |
public |
{$SQUID.FILE.DESC.WARN.MIN} | The threshold for minimum number of available file descriptors |
100 |
{$SQUID.PAGE.FAULT.WARN} | The threshold for sys page faults rate in percent of received HTTP requests |
90 |
Items
Name | Description | Type | Key and additional info |
---|---|---|---|
Squid: Service ping | Simple check | net.tcp.service[tcp,,{$SQUID.HTTP.PORT}] Preprocessing
|
|
Squid: Uptime | The Uptime of the cache in timeticks (in hundredths of a second) with preprocessing |
SNMP agent | squid[cacheUptime] Preprocessing
|
Squid: Version | Cache Software Version |
SNMP agent | squid[cacheVersionId] Preprocessing
|
Squid: CPU usage | The percentage use of the CPU |
SNMP agent | squid[cacheCpuUsage] |
Squid: Memory maximum resident size | Maximum Resident Size |
SNMP agent | squid[cacheMaxResSize] Preprocessing
|
Squid: Memory maximum cache size | The value of the cache_mem parameter |
SNMP agent | squid[cacheMemMaxSize] Preprocessing
|
Squid: Memory cache usage | Total accounted memory |
SNMP agent | squid[cacheMemUsage] Preprocessing
|
Squid: Cache swap low water mark | Cache Swap Low Water Mark |
SNMP agent | squid[cacheSwapLowWM] |
Squid: Cache swap high water mark | Cache Swap High Water Mark |
SNMP agent | squid[cacheSwapHighWM] |
Squid: Cache swap directory size | The total of the cache_dir space allocated |
SNMP agent | squid[cacheSwapMaxSize] Preprocessing
|
Squid: Cache swap current size | Storage Swap Size |
SNMP agent | squid[cacheCurrentSwapSize] |
Squid: File descriptor count - current used | Number of file descriptors in use |
SNMP agent | squid[cacheCurrentFileDescrCnt] |
Squid: File descriptor count - current maximum | Highest number of file descriptors in use |
SNMP agent | squid[cacheCurrentFileDescrMax] |
Squid: File descriptor count - current reserved | Reserved number of file descriptors |
SNMP agent | squid[cacheCurrentResFileDescrCnt] |
Squid: File descriptor count - current available | Available number of file descriptors |
SNMP agent | squid[cacheCurrentUnusedFDescrCnt] |
Squid: Byte hit ratio per 1 minute | Byte Hit Ratios |
SNMP agent | squid[cacheRequestByteRatio.1] |
Squid: Byte hit ratio per 5 minutes | Byte Hit Ratios |
SNMP agent | squid[cacheRequestByteRatio.5] |
Squid: Byte hit ratio per 1 hour | Byte Hit Ratios |
SNMP agent | squid[cacheRequestByteRatio.60] |
Squid: Request hit ratio per 1 minute | Byte Hit Ratios |
SNMP agent | squid[cacheRequestHitRatio.1] |
Squid: Request hit ratio per 5 minutes | Byte Hit Ratios |
SNMP agent | squid[cacheRequestHitRatio.5] |
Squid: Request hit ratio per 1 hour | Byte Hit Ratios |
SNMP agent | squid[cacheRequestHitRatio.60] |
Squid: Sys page faults per second | Page faults with physical I/O |
SNMP agent | squid[cacheSysPageFaults] Preprocessing
|
Squid: HTTP requests received per second | Number of HTTP requests received |
SNMP agent | squid[cacheProtoClientHttpRequests] Preprocessing
|
Squid: HTTP traffic received per second | Number of HTTP traffic received from clients |
SNMP agent | squid[cacheHttpInKb] Preprocessing
|
Squid: HTTP traffic sent per second | Number of HTTP traffic sent to clients |
SNMP agent | squid[cacheHttpOutKb] Preprocessing
|
Squid: HTTP Hits sent from cache per second | Number of HTTP Hits sent to clients from cache |
SNMP agent | squid[cacheHttpHits] Preprocessing
|
Squid: HTTP Errors sent per second | Number of HTTP Errors sent to clients |
SNMP agent | squid[cacheHttpErrors] Preprocessing
|
Squid: ICP messages sent per second | Number of ICP messages sent |
SNMP agent | squid[cacheIcpPktsSent] Preprocessing
|
Squid: ICP messages received per second | Number of ICP messages received |
SNMP agent | squid[cacheIcpPktsRecv] Preprocessing
|
Squid: ICP traffic transmitted per second | Number of ICP traffic transmitted |
SNMP agent | squid[cacheIcpKbSent] Preprocessing
|
Squid: ICP traffic received per second | Number of ICP traffic received |
SNMP agent | squid[cacheIcpKbRecv] Preprocessing
|
Squid: DNS server requests per second | Number of external dns server requests |
SNMP agent | squid[cacheDnsRequests] Preprocessing
|
Squid: DNS server replies per second | Number of external dns server replies |
SNMP agent | squid[cacheDnsReplies] Preprocessing
|
Squid: FQDN cache requests per second | Number of FQDN Cache requests |
SNMP agent | squid[cacheFqdnRequests] Preprocessing
|
Squid: FQDN cache hits per second | Number of FQDN Cache hits |
SNMP agent | squid[cacheFqdnHits] Preprocessing
|
Squid: FQDN cache misses per second | Number of FQDN Cache misses |
SNMP agent | squid[cacheFqdnMisses] Preprocessing
|
Squid: IP cache requests per second | Number of IP Cache requests |
SNMP agent | squid[cacheIpRequests] Preprocessing
|
Squid: IP cache hits per second | Number of IP Cache hits |
SNMP agent | squid[cacheIpHits] Preprocessing
|
Squid: IP cache misses per second | Number of IP Cache misses |
SNMP agent | squid[cacheIpMisses] Preprocessing
|
Squid: Objects count | Number of objects stored by the cache |
SNMP agent | squid[cacheNumObjCount] |
Squid: Objects LRU expiration age | Storage LRU Expiration Age |
SNMP agent | squid[cacheCurrentLRUExpiration] Preprocessing
|
Squid: Objects unlinkd requests | Requests given to unlinkd |
SNMP agent | squid[cacheCurrentUnlinkRequests] |
Squid: HTTP all service time per 5 minutes | HTTP all service time per 5 minutes |
SNMP agent | squid[cacheHttpAllSvcTime.5] Preprocessing
|
Squid: HTTP all service time per hour | HTTP all service time per hour |
SNMP agent | squid[cacheHttpAllSvcTime.60] Preprocessing
|
Squid: HTTP miss service time per 5 minutes | HTTP miss service time per 5 minutes |
SNMP agent | squid[cacheHttpMissSvcTime.5] Preprocessing
|
Squid: HTTP miss service time per hour | HTTP miss service time per hour |
SNMP agent | squid[cacheHttpMissSvcTime.60] Preprocessing
|
Squid: HTTP hit service time per 5 minutes | HTTP hit service time per 5 minutes |
SNMP agent | squid[cacheHttpHitSvcTime.5] Preprocessing
|
Squid: HTTP hit service time per hour | HTTP hit service time per hour |
SNMP agent | squid[cacheHttpHitSvcTime.60] Preprocessing
|
Squid: ICP query service time per 5 minutes | ICP query service time per 5 minutes |
SNMP agent | squid[cacheIcpQuerySvcTime.5] Preprocessing
|
Squid: ICP query service time per hour | ICP query service time per hour |
SNMP agent | squid[cacheIcpQuerySvcTime.60] Preprocessing
|
Squid: ICP reply service time per 5 minutes | ICP reply service time per 5 minutes |
SNMP agent | squid[cacheIcpReplySvcTime.5] Preprocessing
|
Squid: ICP reply service time per hour | ICP reply service time per hour |
SNMP agent | squid[cacheIcpReplySvcTime.60] Preprocessing
|
Squid: DNS service time per 5 minutes | DNS service time per 5 minutes |
SNMP agent | squid[cacheDnsSvcTime.5] Preprocessing
|
Squid: DNS service time per hour | DNS service time per hour |
SNMP agent | squid[cacheDnsSvcTime.60] Preprocessing
|
Triggers
Name | Description | Expression | Severity | Dependencies and additional info |
---|---|---|---|---|
Squid: Port {$SQUID.HTTP.PORT} is down | last(/Squid by SNMP/net.tcp.service[tcp,,{$SQUID.HTTP.PORT}])=0 |
Average | Manual close: Yes | |
Squid: Squid has been restarted | Uptime is less than 10 minutes. |
last(/Squid by SNMP/squid[cacheUptime])<10m |
Info | Manual close: Yes |
Squid: Squid version has been changed | Squid version has changed. Acknowledge to close the problem manually. |
last(/Squid by SNMP/squid[cacheVersionId],#1)<>last(/Squid by SNMP/squid[cacheVersionId],#2) and length(last(/Squid by SNMP/squid[cacheVersionId]))>0 |
Info | Manual close: Yes |
Squid: Swap usage is more than low watermark | last(/Squid by SNMP/squid[cacheCurrentSwapSize])>last(/Squid by SNMP/squid[cacheSwapLowWM])*last(/Squid by SNMP/squid[cacheSwapMaxSize])/100 |
Warning | ||
Squid: Swap usage is more than high watermark | last(/Squid by SNMP/squid[cacheCurrentSwapSize])>last(/Squid by SNMP/squid[cacheSwapHighWM])*last(/Squid by SNMP/squid[cacheSwapMaxSize])/100 |
High | ||
Squid: Squid is running out of file descriptors | last(/Squid by SNMP/squid[cacheCurrentUnusedFDescrCnt])<{$SQUID.FILE.DESC.WARN.MIN} |
Warning | ||
Squid: High sys page faults rate | avg(/Squid by SNMP/squid[cacheSysPageFaults],5m)>avg(/Squid by SNMP/squid[cacheProtoClientHttpRequests],5m)/100*{$SQUID.PAGE.FAULT.WARN} |
Warning |
Feedback
Please report any issues with the template at https://support.zabbix.com
You can also provide feedback, discuss the template, or ask for help at ZABBIX forums
Source: https://git.zabbix.com/projects/ZBX/repos/zabbix/browse/templates/app/squid_snmp?at=release/6.2
Squid by SNMP
Overview
For Zabbix version: 6.2 and higher.
This template was tested on:
- Squid, version 3.5.12
Setup
See Zabbix template operation for basic instructions.
Setup Squid
Enable SNMP support following official documentation. Required parameters in squid.conf:
snmp_port <port_number>
acl <zbx_acl_name> snmp_community <community_name>
snmp_access allow <zbx_acl_name> <zabbix_server_ip>
Setup Zabbix
1. Import the template template_app_squid_snmp.yaml into Zabbix.
2. Set values for {$SQUID.SNMP.COMMUNITY}, {$SQUID.SNMP.PORT} and {$SQUID.HTTP.PORT} as configured in squid.conf.
3. Link the imported template to a host with Squid.
4. Add SNMPv2 interface to Squid host. Set Port as {$SQUID.SNMP.PORT} and SNMP community as {$SQUID.SNMP.COMMUNITY}.
Zabbix configuration
No specific Zabbix configuration is required.
Macros used
Name | Description | Default |
---|---|---|
{$SQUID.FILE.DESC.WARN.MIN} | The threshold for minimum number of available file descriptors |
100 |
{$SQUID.HTTP.PORT} | http_port configured in squid.conf (Default: 3128) |
3128 |
{$SQUID.PAGE.FAULT.WARN} | The threshold for sys page faults rate in percent of received HTTP requests |
90 |
{$SQUID.SNMP.COMMUNITY} | SNMP community allowed by ACL in squid.conf |
public |
{$SQUID.SNMP.PORT} | snmp_port configured in squid.conf (Default: 3401) |
3401 |
Template links
There are no template links in this template.
Discovery rules
Items collected
Group | Name | Description | Type | Key and additional info |
---|---|---|---|---|
Squid | Squid: Service ping | - |
SIMPLE | net.tcp.service[tcp,,{$SQUID.HTTP.PORT}] Preprocessing: - DISCARD_UNCHANGED_HEARTBEAT: |
Squid | Squid: Uptime | The Uptime of the cache in timeticks (in hundredths of a second) with preprocessing |
SNMP | squid[cacheUptime] Preprocessing: - MULTIPLIER: |
Squid | Squid: Version | Cache Software Version |
SNMP | squid[cacheVersionId] Preprocessing: - DISCARD_UNCHANGED_HEARTBEAT: |
Squid | Squid: CPU usage | The percentage use of the CPU |
SNMP | squid[cacheCpuUsage] |
Squid | Squid: Memory maximum resident size | Maximum Resident Size |
SNMP | squid[cacheMaxResSize] Preprocessing: - MULTIPLIER: |
Squid | Squid: Memory maximum cache size | The value of the cache_mem parameter |
SNMP | squid[cacheMemMaxSize] Preprocessing: - MULTIPLIER: |
Squid | Squid: Memory cache usage | Total accounted memory |
SNMP | squid[cacheMemUsage] Preprocessing: - MULTIPLIER: |
Squid | Squid: Cache swap low water mark | Cache Swap Low Water Mark |
SNMP | squid[cacheSwapLowWM] |
Squid | Squid: Cache swap high water mark | Cache Swap High Water Mark |
SNMP | squid[cacheSwapHighWM] |
Squid | Squid: Cache swap directory size | The total of the cache_dir space allocated |
SNMP | squid[cacheSwapMaxSize] Preprocessing: - MULTIPLIER: |
Squid | Squid: Cache swap current size | Storage Swap Size |
SNMP | squid[cacheCurrentSwapSize] |
Squid | Squid: File descriptor count - current used | Number of file descriptors in use |
SNMP | squid[cacheCurrentFileDescrCnt] |
Squid | Squid: File descriptor count - current maximum | Highest number of file descriptors in use |
SNMP | squid[cacheCurrentFileDescrMax] |
Squid | Squid: File descriptor count - current reserved | Reserved number of file descriptors |
SNMP | squid[cacheCurrentResFileDescrCnt] |
Squid | Squid: File descriptor count - current available | Available number of file descriptors |
SNMP | squid[cacheCurrentUnusedFDescrCnt] |
Squid | Squid: Byte hit ratio per 1 minute | Byte Hit Ratios |
SNMP | squid[cacheRequestByteRatio.1] |
Squid | Squid: Byte hit ratio per 5 minutes | Byte Hit Ratios |
SNMP | squid[cacheRequestByteRatio.5] |
Squid | Squid: Byte hit ratio per 1 hour | Byte Hit Ratios |
SNMP | squid[cacheRequestByteRatio.60] |
Squid | Squid: Request hit ratio per 1 minute | Byte Hit Ratios |
SNMP | squid[cacheRequestHitRatio.1] |
Squid | Squid: Request hit ratio per 5 minutes | Byte Hit Ratios |
SNMP | squid[cacheRequestHitRatio.5] |
Squid | Squid: Request hit ratio per 1 hour | Byte Hit Ratios |
SNMP | squid[cacheRequestHitRatio.60] |
Squid | Squid: Sys page faults per second | Page faults with physical I/O |
SNMP | squid[cacheSysPageFaults] Preprocessing: - CHANGE_PER_SECOND |
Squid | Squid: HTTP requests received per second | Number of HTTP requests received |
SNMP | squid[cacheProtoClientHttpRequests] Preprocessing: - CHANGE_PER_SECOND |
Squid | Squid: HTTP traffic received per second | Number of HTTP traffic received from clients |
SNMP | squid[cacheHttpInKb] Preprocessing: - MULTIPLIER: - CHANGE_PER_SECOND |
Squid | Squid: HTTP traffic sent per second | Number of HTTP traffic sent to clients |
SNMP | squid[cacheHttpOutKb] Preprocessing: - MULTIPLIER: - CHANGE_PER_SECOND |
Squid | Squid: HTTP Hits sent from cache per second | Number of HTTP Hits sent to clients from cache |
SNMP | squid[cacheHttpHits] Preprocessing: - CHANGE_PER_SECOND |
Squid | Squid: HTTP Errors sent per second | Number of HTTP Errors sent to clients |
SNMP | squid[cacheHttpErrors] Preprocessing: - CHANGE_PER_SECOND |
Squid | Squid: ICP messages sent per second | Number of ICP messages sent |
SNMP | squid[cacheIcpPktsSent] Preprocessing: - CHANGE_PER_SECOND |
Squid | Squid: ICP messages received per second | Number of ICP messages received |
SNMP | squid[cacheIcpPktsRecv] Preprocessing: - CHANGE_PER_SECOND |
Squid | Squid: ICP traffic transmitted per second | Number of ICP traffic transmitted |
SNMP | squid[cacheIcpKbSent] Preprocessing: - MULTIPLIER: - CHANGE_PER_SECOND |
Squid | Squid: ICP traffic received per second | Number of ICP traffic received |
SNMP | squid[cacheIcpKbRecv] Preprocessing: - MULTIPLIER: - CHANGE_PER_SECOND |
Squid | Squid: DNS server requests per second | Number of external dns server requests |
SNMP | squid[cacheDnsRequests] Preprocessing: - CHANGE_PER_SECOND |
Squid | Squid: DNS server replies per second | Number of external dns server replies |
SNMP | squid[cacheDnsReplies] Preprocessing: - CHANGE_PER_SECOND |
Squid | Squid: FQDN cache requests per second | Number of FQDN Cache requests |
SNMP | squid[cacheFqdnRequests] Preprocessing: - CHANGE_PER_SECOND |
Squid | Squid: FQDN cache hits per second | Number of FQDN Cache hits |
SNMP | squid[cacheFqdnHits] Preprocessing: - CHANGE_PER_SECOND |
Squid | Squid: FQDN cache misses per second | Number of FQDN Cache misses |
SNMP | squid[cacheFqdnMisses] Preprocessing: - CHANGE_PER_SECOND |
Squid | Squid: IP cache requests per second | Number of IP Cache requests |
SNMP | squid[cacheIpRequests] Preprocessing: - CHANGE_PER_SECOND |
Squid | Squid: IP cache hits per second | Number of IP Cache hits |
SNMP | squid[cacheIpHits] Preprocessing: - CHANGE_PER_SECOND |
Squid | Squid: IP cache misses per second | Number of IP Cache misses |
SNMP | squid[cacheIpMisses] Preprocessing: - CHANGE_PER_SECOND |
Squid | Squid: Objects count | Number of objects stored by the cache |
SNMP | squid[cacheNumObjCount] |
Squid | Squid: Objects LRU expiration age | Storage LRU Expiration Age |
SNMP | squid[cacheCurrentLRUExpiration] Preprocessing: - MULTIPLIER: |
Squid | Squid: Objects unlinkd requests | Requests given to unlinkd |
SNMP | squid[cacheCurrentUnlinkRequests] |
Squid | Squid: HTTP all service time per 5 minutes | HTTP all service time per 5 minutes |
SNMP | squid[cacheHttpAllSvcTime.5] Preprocessing: - MULTIPLIER: |
Squid | Squid: HTTP all service time per hour | HTTP all service time per hour |
SNMP | squid[cacheHttpAllSvcTime.60] Preprocessing: - MULTIPLIER: |
Squid | Squid: HTTP miss service time per 5 minutes | HTTP miss service time per 5 minutes |
SNMP | squid[cacheHttpMissSvcTime.5] Preprocessing: - MULTIPLIER: |
Squid | Squid: HTTP miss service time per hour | HTTP miss service time per hour |
SNMP | squid[cacheHttpMissSvcTime.60] Preprocessing: - MULTIPLIER: |
Squid | Squid: HTTP hit service time per 5 minutes | HTTP hit service time per 5 minutes |
SNMP | squid[cacheHttpHitSvcTime.5] Preprocessing: - MULTIPLIER: |
Squid | Squid: HTTP hit service time per hour | HTTP hit service time per hour |
SNMP | squid[cacheHttpHitSvcTime.60] Preprocessing: - MULTIPLIER: |
Squid | Squid: ICP query service time per 5 minutes | ICP query service time per 5 minutes |
SNMP | squid[cacheIcpQuerySvcTime.5] Preprocessing: - MULTIPLIER: |
Squid | Squid: ICP query service time per hour | ICP query service time per hour |
SNMP | squid[cacheIcpQuerySvcTime.60] Preprocessing: - MULTIPLIER: |
Squid | Squid: ICP reply service time per 5 minutes | ICP reply service time per 5 minutes |
SNMP | squid[cacheIcpReplySvcTime.5] Preprocessing: - MULTIPLIER: |
Squid | Squid: ICP reply service time per hour | ICP reply service time per hour |
SNMP | squid[cacheIcpReplySvcTime.60] Preprocessing: - MULTIPLIER: |
Squid | Squid: DNS service time per 5 minutes | DNS service time per 5 minutes |
SNMP | squid[cacheDnsSvcTime.5] Preprocessing: - MULTIPLIER: |
Squid | Squid: DNS service time per hour | DNS service time per hour |
SNMP | squid[cacheDnsSvcTime.60] Preprocessing: - MULTIPLIER: |
Triggers
Name | Description | Expression | Severity | Dependencies and additional info |
---|---|---|---|---|
Squid: Port {$SQUID.HTTP.PORT} is down | - |
last(/Squid by SNMP/net.tcp.service[tcp,,{$SQUID.HTTP.PORT}])=0 |
AVERAGE | Manual close: YES |
Squid: Squid has been restarted | Uptime is less than 10 minutes. |
last(/Squid by SNMP/squid[cacheUptime])<10m |
INFO | Manual close: YES |
Squid: Squid version has been changed | Squid version has changed. Ack to close. |
last(/Squid by SNMP/squid[cacheVersionId],#1)<>last(/Squid by SNMP/squid[cacheVersionId],#2) and length(last(/Squid by SNMP/squid[cacheVersionId]))>0 |
INFO | Manual close: YES |
Squid: Swap usage is more than low watermark | - |
last(/Squid by SNMP/squid[cacheCurrentSwapSize])>last(/Squid by SNMP/squid[cacheSwapLowWM])*last(/Squid by SNMP/squid[cacheSwapMaxSize])/100 |
WARNING | |
Squid: Swap usage is more than high watermark | - |
last(/Squid by SNMP/squid[cacheCurrentSwapSize])>last(/Squid by SNMP/squid[cacheSwapHighWM])*last(/Squid by SNMP/squid[cacheSwapMaxSize])/100 |
HIGH | |
Squid: Squid is running out of file descriptors | - |
last(/Squid by SNMP/squid[cacheCurrentUnusedFDescrCnt])<{$SQUID.FILE.DESC.WARN.MIN} |
WARNING | |
Squid: High sys page faults rate | - |
avg(/Squid by SNMP/squid[cacheSysPageFaults],5m)>avg(/Squid by SNMP/squid[cacheProtoClientHttpRequests],5m)/100*{$SQUID.PAGE.FAULT.WARN} |
WARNING |
Feedback
Please report any issues with the template at https://support.zabbix.com.
You can also provide feedback, discuss the template, or ask for help at ZABBIX forums.
Source: https://git.zabbix.com/projects/ZBX/repos/zabbix/browse/templates/app/squid_snmp?at=release/6.0
Squid by SNMP
Overview
This template is designed for the effortless deployment of Squid monitoring by Zabbix via SNMP and doesn't require any external scripts.
Requirements
Zabbix version: 6.0 and higher.
Tested versions
This template has been tested on:
- Squid 3.5.12
Configuration
Zabbix should be configured according to the instructions in the Templates out of the box section.
Setup
Setup Squid
Enable SNMP support following official documentation. Required parameters in squid.conf:
snmp_port <port_number>
acl <zbx_acl_name> snmp_community <community_name>
snmp_access allow <zbx_acl_name> <zabbix_server_ip>
Setup Zabbix
1. Import the template template_app_squid_snmp.yaml into Zabbix.
2. Set values for {$SQUID.SNMP.COMMUNITY}, {$SQUID.SNMP.PORT} and {$SQUID.HTTP.PORT} as configured in squid.conf.
3. Link the imported template to a host with Squid.
4. Add SNMPv2 interface to Squid host. Set Port as {$SQUID.SNMP.PORT} and SNMP community as {$SQUID.SNMP.COMMUNITY}.
Macros used
Name | Description | Default |
---|---|---|
{$SQUID.SNMP.PORT} | snmp_port configured in squid.conf (Default: 3401) |
3401 |
{$SQUID.HTTP.PORT} | http_port configured in squid.conf (Default: 3128) |
3128 |
{$SQUID.SNMP.COMMUNITY} | SNMP community allowed by ACL in squid.conf |
public |
{$SQUID.FILE.DESC.WARN.MIN} | The threshold for minimum number of available file descriptors |
100 |
{$SQUID.PAGE.FAULT.WARN} | The threshold for sys page faults rate in percent of received HTTP requests |
90 |
Items
Name | Description | Type | Key and additional info |
---|---|---|---|
Squid: Service ping | Simple check | net.tcp.service[tcp,,{$SQUID.HTTP.PORT}] Preprocessing
|
|
Squid: Uptime | The Uptime of the cache in timeticks (in hundredths of a second) with preprocessing |
SNMP agent | squid[cacheUptime] Preprocessing
|
Squid: Version | Cache Software Version |
SNMP agent | squid[cacheVersionId] Preprocessing
|
Squid: CPU usage | The percentage use of the CPU |
SNMP agent | squid[cacheCpuUsage] |
Squid: Memory maximum resident size | Maximum Resident Size |
SNMP agent | squid[cacheMaxResSize] Preprocessing
|
Squid: Memory maximum cache size | The value of the cache_mem parameter |
SNMP agent | squid[cacheMemMaxSize] Preprocessing
|
Squid: Memory cache usage | Total accounted memory |
SNMP agent | squid[cacheMemUsage] Preprocessing
|
Squid: Cache swap low water mark | Cache Swap Low Water Mark |
SNMP agent | squid[cacheSwapLowWM] |
Squid: Cache swap high water mark | Cache Swap High Water Mark |
SNMP agent | squid[cacheSwapHighWM] |
Squid: Cache swap directory size | The total of the cache_dir space allocated |
SNMP agent | squid[cacheSwapMaxSize] Preprocessing
|
Squid: Cache swap current size | Storage Swap Size |
SNMP agent | squid[cacheCurrentSwapSize] |
Squid: File descriptor count - current used | Number of file descriptors in use |
SNMP agent | squid[cacheCurrentFileDescrCnt] |
Squid: File descriptor count - current maximum | Highest number of file descriptors in use |
SNMP agent | squid[cacheCurrentFileDescrMax] |
Squid: File descriptor count - current reserved | Reserved number of file descriptors |
SNMP agent | squid[cacheCurrentResFileDescrCnt] |
Squid: File descriptor count - current available | Available number of file descriptors |
SNMP agent | squid[cacheCurrentUnusedFDescrCnt] |
Squid: Byte hit ratio per 1 minute | Byte Hit Ratios |
SNMP agent | squid[cacheRequestByteRatio.1] |
Squid: Byte hit ratio per 5 minutes | Byte Hit Ratios |
SNMP agent | squid[cacheRequestByteRatio.5] |
Squid: Byte hit ratio per 1 hour | Byte Hit Ratios |
SNMP agent | squid[cacheRequestByteRatio.60] |
Squid: Request hit ratio per 1 minute | Byte Hit Ratios |
SNMP agent | squid[cacheRequestHitRatio.1] |
Squid: Request hit ratio per 5 minutes | Byte Hit Ratios |
SNMP agent | squid[cacheRequestHitRatio.5] |
Squid: Request hit ratio per 1 hour | Byte Hit Ratios |
SNMP agent | squid[cacheRequestHitRatio.60] |
Squid: Sys page faults per second | Page faults with physical I/O |
SNMP agent | squid[cacheSysPageFaults] Preprocessing
|
Squid: HTTP requests received per second | Number of HTTP requests received |
SNMP agent | squid[cacheProtoClientHttpRequests] Preprocessing
|
Squid: HTTP traffic received per second | Number of HTTP traffic received from clients |
SNMP agent | squid[cacheHttpInKb] Preprocessing
|
Squid: HTTP traffic sent per second | Number of HTTP traffic sent to clients |
SNMP agent | squid[cacheHttpOutKb] Preprocessing
|
Squid: HTTP Hits sent from cache per second | Number of HTTP Hits sent to clients from cache |
SNMP agent | squid[cacheHttpHits] Preprocessing
|
Squid: HTTP Errors sent per second | Number of HTTP Errors sent to clients |
SNMP agent | squid[cacheHttpErrors] Preprocessing
|
Squid: ICP messages sent per second | Number of ICP messages sent |
SNMP agent | squid[cacheIcpPktsSent] Preprocessing
|
Squid: ICP messages received per second | Number of ICP messages received |
SNMP agent | squid[cacheIcpPktsRecv] Preprocessing
|
Squid: ICP traffic transmitted per second | Number of ICP traffic transmitted |
SNMP agent | squid[cacheIcpKbSent] Preprocessing
|
Squid: ICP traffic received per second | Number of ICP traffic received |
SNMP agent | squid[cacheIcpKbRecv] Preprocessing
|
Squid: DNS server requests per second | Number of external dns server requests |
SNMP agent | squid[cacheDnsRequests] Preprocessing
|
Squid: DNS server replies per second | Number of external dns server replies |
SNMP agent | squid[cacheDnsReplies] Preprocessing
|
Squid: FQDN cache requests per second | Number of FQDN Cache requests |
SNMP agent | squid[cacheFqdnRequests] Preprocessing
|
Squid: FQDN cache hits per second | Number of FQDN Cache hits |
SNMP agent | squid[cacheFqdnHits] Preprocessing
|
Squid: FQDN cache misses per second | Number of FQDN Cache misses |
SNMP agent | squid[cacheFqdnMisses] Preprocessing
|
Squid: IP cache requests per second | Number of IP Cache requests |
SNMP agent | squid[cacheIpRequests] Preprocessing
|
Squid: IP cache hits per second | Number of IP Cache hits |
SNMP agent | squid[cacheIpHits] Preprocessing
|
Squid: IP cache misses per second | Number of IP Cache misses |
SNMP agent | squid[cacheIpMisses] Preprocessing
|
Squid: Objects count | Number of objects stored by the cache |
SNMP agent | squid[cacheNumObjCount] |
Squid: Objects LRU expiration age | Storage LRU Expiration Age |
SNMP agent | squid[cacheCurrentLRUExpiration] Preprocessing
|
Squid: Objects unlinkd requests | Requests given to unlinkd |
SNMP agent | squid[cacheCurrentUnlinkRequests] |
Squid: HTTP all service time per 5 minutes | HTTP all service time per 5 minutes |
SNMP agent | squid[cacheHttpAllSvcTime.5] Preprocessing
|
Squid: HTTP all service time per hour | HTTP all service time per hour |
SNMP agent | squid[cacheHttpAllSvcTime.60] Preprocessing
|
Squid: HTTP miss service time per 5 minutes | HTTP miss service time per 5 minutes |
SNMP agent | squid[cacheHttpMissSvcTime.5] Preprocessing
|
Squid: HTTP miss service time per hour | HTTP miss service time per hour |
SNMP agent | squid[cacheHttpMissSvcTime.60] Preprocessing
|
Squid: HTTP hit service time per 5 minutes | HTTP hit service time per 5 minutes |
SNMP agent | squid[cacheHttpHitSvcTime.5] Preprocessing
|
Squid: HTTP hit service time per hour | HTTP hit service time per hour |
SNMP agent | squid[cacheHttpHitSvcTime.60] Preprocessing
|
Squid: ICP query service time per 5 minutes | ICP query service time per 5 minutes |
SNMP agent | squid[cacheIcpQuerySvcTime.5] Preprocessing
|
Squid: ICP query service time per hour | ICP query service time per hour |
SNMP agent | squid[cacheIcpQuerySvcTime.60] Preprocessing
|
Squid: ICP reply service time per 5 minutes | ICP reply service time per 5 minutes |
SNMP agent | squid[cacheIcpReplySvcTime.5] Preprocessing
|
Squid: ICP reply service time per hour | ICP reply service time per hour |
SNMP agent | squid[cacheIcpReplySvcTime.60] Preprocessing
|
Squid: DNS service time per 5 minutes | DNS service time per 5 minutes |
SNMP agent | squid[cacheDnsSvcTime.5] Preprocessing
|
Squid: DNS service time per hour | DNS service time per hour |
SNMP agent | squid[cacheDnsSvcTime.60] Preprocessing
|
Triggers
Name | Description | Expression | Severity | Dependencies and additional info |
---|---|---|---|---|
Squid: Port {$SQUID.HTTP.PORT} is down | last(/Squid by SNMP/net.tcp.service[tcp,,{$SQUID.HTTP.PORT}])=0 |
Average | Manual close: Yes | |
Squid: Squid has been restarted | Uptime is less than 10 minutes. |
last(/Squid by SNMP/squid[cacheUptime])<10m |
Info | Manual close: Yes |
Squid: Squid version has been changed | Squid version has changed. Acknowledge to close the problem manually. |
last(/Squid by SNMP/squid[cacheVersionId],#1)<>last(/Squid by SNMP/squid[cacheVersionId],#2) and length(last(/Squid by SNMP/squid[cacheVersionId]))>0 |
Info | Manual close: Yes |
Squid: Swap usage is more than low watermark | last(/Squid by SNMP/squid[cacheCurrentSwapSize])>last(/Squid by SNMP/squid[cacheSwapLowWM])*last(/Squid by SNMP/squid[cacheSwapMaxSize])/100 |
Warning | ||
Squid: Swap usage is more than high watermark | last(/Squid by SNMP/squid[cacheCurrentSwapSize])>last(/Squid by SNMP/squid[cacheSwapHighWM])*last(/Squid by SNMP/squid[cacheSwapMaxSize])/100 |
High | ||
Squid: Squid is running out of file descriptors | last(/Squid by SNMP/squid[cacheCurrentUnusedFDescrCnt])<{$SQUID.FILE.DESC.WARN.MIN} |
Warning | ||
Squid: High sys page faults rate | avg(/Squid by SNMP/squid[cacheSysPageFaults],5m)>avg(/Squid by SNMP/squid[cacheProtoClientHttpRequests],5m)/100*{$SQUID.PAGE.FAULT.WARN} |
Warning |
Feedback
Please report any issues with the template at https://support.zabbix.com
You can also provide feedback, discuss the template, or ask for help at ZABBIX forums
Source: https://git.zabbix.com/projects/ZBX/repos/zabbix/browse/templates/app/squid_snmp?at=release/5.4
Squid SNMP
Overview
For Zabbix version: 5.4 and higher
This template was tested on:
- Squid, version 3.5.12
Setup
See Zabbix template operation for basic instructions.
Setup Squid
Enable SNMP support following official documentation. Required parameters in squid.conf:
snmp_port <port_number>
acl <zbx_acl_name> snmp_community <community_name>
snmp_access allow <zbx_acl_name> <zabbix_server_ip>
Setup Zabbix
1. Import the template template_app_squid_snmp.yaml into Zabbix.
2. Set values for {$SQUID.SNMP.COMMUNITY}, {$SQUID.SNMP.PORT} and {$SQUID.HTTP.PORT} as configured in squid.conf.
3. Link the imported template to a host with Squid.
4. Add SNMPv2 interface to Squid host. Set Port as {$SQUID.SNMP.PORT} and SNMP community as {$SQUID.SNMP.COMMUNITY}.
Zabbix configuration
No specific Zabbix configuration is required.
Macros used
Name | Description | Default |
---|---|---|
{$SQUID.FILE.DESC.WARN.MIN} | The threshold for minimum number of available file descriptors |
100 |
{$SQUID.HTTP.PORT} | http_port configured in squid.conf (Default: 3128) |
3128 |
{$SQUID.PAGE.FAULT.WARN} | The threshold for sys page faults rate in percent of received HTTP requests |
90 |
{$SQUID.SNMP.COMMUNITY} | SNMP community allowed by ACL in squid.conf |
public |
{$SQUID.SNMP.PORT} | snmp_port configured in squid.conf (Default: 3401) |
3401 |
Template links
There are no template links in this template.
Discovery rules
Items collected
Group | Name | Description | Type | Key and additional info |
---|---|---|---|---|
Squid | Squid: Service ping | - |
SIMPLE | net.tcp.service[tcp,,{$SQUID.HTTP.PORT}] Preprocessing: - DISCARD_UNCHANGED_HEARTBEAT: |
Squid | Squid: Uptime | The Uptime of the cache in timeticks (in hundredths of a second) with preprocessing |
SNMP | squid[cacheUptime] Preprocessing: - MULTIPLIER: |
Squid | Squid: Version | Cache Software Version |
SNMP | squid[cacheVersionId] Preprocessing: - DISCARD_UNCHANGED_HEARTBEAT: |
Squid | Squid: CPU usage | The percentage use of the CPU |
SNMP | squid[cacheCpuUsage] |
Squid | Squid: Memory maximum resident size | Maximum Resident Size |
SNMP | squid[cacheMaxResSize] Preprocessing: - MULTIPLIER: |
Squid | Squid: Memory maximum cache size | The value of the cache_mem parameter |
SNMP | squid[cacheMemMaxSize] Preprocessing: - MULTIPLIER: |
Squid | Squid: Memory cache usage | Total accounted memory |
SNMP | squid[cacheMemUsage] Preprocessing: - MULTIPLIER: |
Squid | Squid: Cache swap low water mark | Cache Swap Low Water Mark |
SNMP | squid[cacheSwapLowWM] |
Squid | Squid: Cache swap high water mark | Cache Swap High Water Mark |
SNMP | squid[cacheSwapHighWM] |
Squid | Squid: Cache swap directory size | The total of the cache_dir space allocated |
SNMP | squid[cacheSwapMaxSize] Preprocessing: - MULTIPLIER: |
Squid | Squid: Cache swap current size | Storage Swap Size |
SNMP | squid[cacheCurrentSwapSize] |
Squid | Squid: File descriptor count - current used | Number of file descriptors in use |
SNMP | squid[cacheCurrentFileDescrCnt] |
Squid | Squid: File descriptor count - current maximum | Highest number of file descriptors in use |
SNMP | squid[cacheCurrentFileDescrMax] |
Squid | Squid: File descriptor count - current reserved | Reserved number of file descriptors |
SNMP | squid[cacheCurrentResFileDescrCnt] |
Squid | Squid: File descriptor count - current available | Available number of file descriptors |
SNMP | squid[cacheCurrentUnusedFDescrCnt] |
Squid | Squid: Byte hit ratio per 1 minute | Byte Hit Ratios |
SNMP | squid[cacheRequestByteRatio.1] |
Squid | Squid: Byte hit ratio per 5 minutes | Byte Hit Ratios |
SNMP | squid[cacheRequestByteRatio.5] |
Squid | Squid: Byte hit ratio per 1 hour | Byte Hit Ratios |
SNMP | squid[cacheRequestByteRatio.60] |
Squid | Squid: Request hit ratio per 1 minute | Byte Hit Ratios |
SNMP | squid[cacheRequestHitRatio.1] |
Squid | Squid: Request hit ratio per 5 minutes | Byte Hit Ratios |
SNMP | squid[cacheRequestHitRatio.5] |
Squid | Squid: Request hit ratio per 1 hour | Byte Hit Ratios |
SNMP | squid[cacheRequestHitRatio.60] |
Squid | Squid: Sys page faults per second | Page faults with physical I/O |
SNMP | squid[cacheSysPageFaults] Preprocessing: - CHANGE_PER_SECOND |
Squid | Squid: HTTP requests received per second | Number of HTTP requests received |
SNMP | squid[cacheProtoClientHttpRequests] Preprocessing: - CHANGE_PER_SECOND |
Squid | Squid: HTTP traffic received per second | Number of HTTP traffic received from clients |
SNMP | squid[cacheHttpInKb] Preprocessing: - MULTIPLIER: - CHANGE_PER_SECOND |
Squid | Squid: HTTP traffic sent per second | Number of HTTP traffic sent to clients |
SNMP | squid[cacheHttpOutKb] Preprocessing: - MULTIPLIER: - CHANGE_PER_SECOND |
Squid | Squid: HTTP Hits sent from cache per second | Number of HTTP Hits sent to clients from cache |
SNMP | squid[cacheHttpHits] Preprocessing: - CHANGE_PER_SECOND |
Squid | Squid: HTTP Errors sent per second | Number of HTTP Errors sent to clients |
SNMP | squid[cacheHttpErrors] Preprocessing: - CHANGE_PER_SECOND |
Squid | Squid: ICP messages sent per second | Number of ICP messages sent |
SNMP | squid[cacheIcpPktsSent] Preprocessing: - CHANGE_PER_SECOND |
Squid | Squid: ICP messages received per second | Number of ICP messages received |
SNMP | squid[cacheIcpPktsRecv] Preprocessing: - CHANGE_PER_SECOND |
Squid | Squid: ICP traffic transmitted per second | Number of ICP traffic transmitted |
SNMP | squid[cacheIcpKbSent] Preprocessing: - MULTIPLIER: - CHANGE_PER_SECOND |
Squid | Squid: ICP traffic received per second | Number of ICP traffic received |
SNMP | squid[cacheIcpKbRecv] Preprocessing: - MULTIPLIER: - CHANGE_PER_SECOND |
Squid | Squid: DNS server requests per second | Number of external dns server requests |
SNMP | squid[cacheDnsRequests] Preprocessing: - CHANGE_PER_SECOND |
Squid | Squid: DNS server replies per second | Number of external dns server replies |
SNMP | squid[cacheDnsReplies] Preprocessing: - CHANGE_PER_SECOND |
Squid | Squid: FQDN cache requests per second | Number of FQDN Cache requests |
SNMP | squid[cacheFqdnRequests] Preprocessing: - CHANGE_PER_SECOND |
Squid | Squid: FQDN cache hits per second | Number of FQDN Cache hits |
SNMP | squid[cacheFqdnHits] Preprocessing: - CHANGE_PER_SECOND |
Squid | Squid: FQDN cache misses per second | Number of FQDN Cache misses |
SNMP | squid[cacheFqdnMisses] Preprocessing: - CHANGE_PER_SECOND |
Squid | Squid: IP cache requests per second | Number of IP Cache requests |
SNMP | squid[cacheIpRequests] Preprocessing: - CHANGE_PER_SECOND |
Squid | Squid: IP cache hits per second | Number of IP Cache hits |
SNMP | squid[cacheIpHits] Preprocessing: - CHANGE_PER_SECOND |
Squid | Squid: IP cache misses per second | Number of IP Cache misses |
SNMP | squid[cacheIpMisses] Preprocessing: - CHANGE_PER_SECOND |
Squid | Squid: Objects count | Number of objects stored by the cache |
SNMP | squid[cacheNumObjCount] |
Squid | Squid: Objects LRU expiration age | Storage LRU Expiration Age |
SNMP | squid[cacheCurrentLRUExpiration] Preprocessing: - MULTIPLIER: |
Squid | Squid: Objects unlinkd requests | Requests given to unlinkd |
SNMP | squid[cacheCurrentUnlinkRequests] |
Squid | Squid: HTTP all service time per 5 minutes | HTTP all service time per 5 minutes |
SNMP | squid[cacheHttpAllSvcTime.5] Preprocessing: - MULTIPLIER: |
Squid | Squid: HTTP all service time per hour | HTTP all service time per hour |
SNMP | squid[cacheHttpAllSvcTime.60] Preprocessing: - MULTIPLIER: |
Squid | Squid: HTTP miss service time per 5 minutes | HTTP miss service time per 5 minutes |
SNMP | squid[cacheHttpMissSvcTime.5] Preprocessing: - MULTIPLIER: |
Squid | Squid: HTTP miss service time per hour | HTTP miss service time per hour |
SNMP | squid[cacheHttpMissSvcTime.60] Preprocessing: - MULTIPLIER: |
Squid | Squid: HTTP miss service time per 5 minutes | HTTP hit service time per 5 minutes |
SNMP | squid[cacheHttpHitSvcTime.5] Preprocessing: - MULTIPLIER: |
Squid | Squid: HTTP hit service time per hour | HTTP hit service time per hour |
SNMP | squid[cacheHttpHitSvcTime.60] Preprocessing: - MULTIPLIER: |
Squid | Squid: ICP query service time per 5 minutes | ICP query service time per 5 minutes |
SNMP | squid[cacheIcpQuerySvcTime.5] Preprocessing: - MULTIPLIER: |
Squid | Squid: ICP query service time per hour | ICP query service time per hour |
SNMP | squid[cacheIcpQuerySvcTime.60] Preprocessing: - MULTIPLIER: |
Squid | Squid: ICP reply service time per 5 minutes | ICP reply service time per 5 minutes |
SNMP | squid[cacheIcpReplySvcTime.5] Preprocessing: - MULTIPLIER: |
Squid | Squid: ICP reply service time per hour | ICP reply service time per hour |
SNMP | squid[cacheIcpReplySvcTime.60] Preprocessing: - MULTIPLIER: |
Squid | Squid: DNS service time per 5 minutes | DNS service time per 5 minutes |
SNMP | squid[cacheDnsSvcTime.5] Preprocessing: - MULTIPLIER: |
Squid | Squid: DNS service time per hour | DNS service time per hour |
SNMP | squid[cacheDnsSvcTime.60] Preprocessing: - MULTIPLIER: |
Triggers
Name | Description | Expression | Severity | Dependencies and additional info |
---|---|---|---|---|
Squid: Port {$SQUID.HTTP.PORT} is down | - |
last(/Squid SNMP/net.tcp.service[tcp,,{$SQUID.HTTP.PORT}])=0 |
AVERAGE | Manual close: YES |
Squid: Squid has been restarted (uptime < 10m) | Uptime is less than 10 minutes |
last(/Squid SNMP/squid[cacheUptime])<10m |
INFO | Manual close: YES |
Squid: Squid version has been changed | Squid version has changed. Ack to close. |
last(/Squid SNMP/squid[cacheVersionId],#1)<>last(/Squid SNMP/squid[cacheVersionId],#2) and length(last(/Squid SNMP/squid[cacheVersionId]))>0 |
INFO | Manual close: YES |
Squid: Swap usage is more than low watermark (>{ITEM.VALUE2}%) | - |
last(/Squid SNMP/squid[cacheCurrentSwapSize])>last(/Squid SNMP/squid[cacheSwapLowWM])*last(/Squid SNMP/squid[cacheSwapMaxSize])/100 |
WARNING | |
Squid: Swap usage is more than high watermark (>{ITEM.VALUE2}%) | - |
last(/Squid SNMP/squid[cacheCurrentSwapSize])>last(/Squid SNMP/squid[cacheSwapHighWM])*last(/Squid SNMP/squid[cacheSwapMaxSize])/100 |
HIGH | |
Squid: Squid is running out of file descriptors (<{$SQUID.FILE.DESC.WARN.MIN}) | - |
last(/Squid SNMP/squid[cacheCurrentUnusedFDescrCnt])<{$SQUID.FILE.DESC.WARN.MIN} |
WARNING | |
Squid: High sys page faults rate (>{$SQUID.PAGE.FAULT.WARN}% of received HTTP requests) | - |
avg(/Squid SNMP/squid[cacheSysPageFaults],5m)>avg(/Squid SNMP/squid[cacheProtoClientHttpRequests],5m)/100*{$SQUID.PAGE.FAULT.WARN} |
WARNING |
Feedback
Please report any issues with the template at https://support.zabbix.com
You can also provide a feedback, discuss the template or ask for help with it at ZABBIX forums.
Source: https://git.zabbix.com/projects/ZBX/repos/zabbix/browse/templates/app/squid_snmp?at=release/5.0
Template App Squid SNMP
Overview
For Zabbix version: 5.0 and higher
This template was tested on:
- Squid, version 3.5.12
Setup
Setup Squid
Enable SNMP support following official documentation. Required parameters in squid.conf:
snmp_port <port_number>
acl <zbx_acl_name> snmp_community <community_name>
snmp_access allow <zbx_acl_name> <zabbix_server_ip>
Setup Zabbix
1. Import the template template_app_squid_snmp.xml into Zabbix.
2. Set values for {$SQUID.SNMP.COMMUNITY}, {$SQUID.SNMP.PORT} and {$SQUID.HTTP.PORT} as configured in squid.conf.
3. Link the imported template to a host with Squid.
4. Add SNMPv2 interface to Squid host. Set Port as {$SQUID.SNMP.PORT} and SNMP community as {$SQUID.SNMP.COMMUNITY}.
Zabbix configuration
No specific Zabbix configuration is required.
Macros used
Name | Description | Default |
---|---|---|
{$SQUID.FILE.DESC.WARN.MIN} | The threshold for minimum number of available file descriptors |
100 |
{$SQUID.HTTP.PORT} | http_port configured in squid.conf (Default: 3128) |
3128 |
{$SQUID.PAGE.FAULT.WARN} | The threshold for sys page faults rate in percent of received HTTP requests |
90 |
{$SQUID.SNMP.COMMUNITY} | SNMP community allowed by ACL in squid.conf |
public |
{$SQUID.SNMP.PORT} | snmp_port configured in squid.conf (Default: 3401) |
3401 |
Template links
There are no template links in this template.
Discovery rules
Items collected
Group | Name | Description | Type | Key and additional info |
---|---|---|---|---|
Squid | Squid: Service ping | - |
SIMPLE | net.tcp.service[tcp,,{$SQUID.HTTP.PORT}] Preprocessing: - DISCARD_UNCHANGED_HEARTBEAT: |
Squid | Squid: Uptime | The Uptime of the cache in timeticks (in hundredths of a second) with preprocessing |
SNMP | squid[cacheUptime] Preprocessing: - MULTIPLIER: |
Squid | Squid: Version | Cache Software Version |
SNMP | squid[cacheVersionId] Preprocessing: - DISCARD_UNCHANGED_HEARTBEAT: |
Squid | Squid: CPU usage | The percentage use of the CPU |
SNMP | squid[cacheCpuUsage] |
Squid | Squid: Memory maximum resident size | Maximum Resident Size |
SNMP | squid[cacheMaxResSize] Preprocessing: - MULTIPLIER: |
Squid | Squid: Memory maximum cache size | The value of the cache_mem parameter |
SNMP | squid[cacheMemMaxSize] Preprocessing: - MULTIPLIER: |
Squid | Squid: Memory cache usage | Total accounted memory |
SNMP | squid[cacheMemUsage] Preprocessing: - MULTIPLIER: |
Squid | Squid: Cache swap low water mark | Cache Swap Low Water Mark |
SNMP | squid[cacheSwapLowWM] |
Squid | Squid: Cache swap high water mark | Cache Swap High Water Mark |
SNMP | squid[cacheSwapHighWM] |
Squid | Squid: Cache swap directory size | The total of the cache_dir space allocated |
SNMP | squid[cacheSwapMaxSize] Preprocessing: - MULTIPLIER: |
Squid | Squid: Cache swap current size | Storage Swap Size |
SNMP | squid[cacheCurrentSwapSize] |
Squid | Squid: File descriptor count - current used | Number of file descriptors in use |
SNMP | squid[cacheCurrentFileDescrCnt] |
Squid | Squid: File descriptor count - current maximum | Highest number of file descriptors in use |
SNMP | squid[cacheCurrentFileDescrMax] |
Squid | Squid: File descriptor count - current reserved | Reserved number of file descriptors |
SNMP | squid[cacheCurrentResFileDescrCnt] |
Squid | Squid: File descriptor count - current available | Available number of file descriptors |
SNMP | squid[cacheCurrentUnusedFDescrCnt] |
Squid | Squid: Byte hit ratio per 1 minute | Byte Hit Ratios |
SNMP | squid[cacheRequestByteRatio.1] |
Squid | Squid: Byte hit ratio per 5 minutes | Byte Hit Ratios |
SNMP | squid[cacheRequestByteRatio.5] |
Squid | Squid: Byte hit ratio per 1 hour | Byte Hit Ratios |
SNMP | squid[cacheRequestByteRatio.60] |
Squid | Squid: Request hit ratio per 1 minute | Byte Hit Ratios |
SNMP | squid[cacheRequestHitRatio.1] |
Squid | Squid: Request hit ratio per 5 minutes | Byte Hit Ratios |
SNMP | squid[cacheRequestHitRatio.5] |
Squid | Squid: Request hit ratio per 1 hour | Byte Hit Ratios |
SNMP | squid[cacheRequestHitRatio.60] |
Squid | Squid: Sys page faults per second | Page faults with physical I/O |
SNMP | squid[cacheSysPageFaults] Preprocessing: - CHANGE_PER_SECOND |
Squid | Squid: HTTP requests received per second | Number of HTTP requests received |
SNMP | squid[cacheProtoClientHttpRequests] Preprocessing: - CHANGE_PER_SECOND |
Squid | Squid: HTTP traffic received per second | Number of HTTP traffic received from clients |
SNMP | squid[cacheHttpInKb] Preprocessing: - MULTIPLIER: - CHANGE_PER_SECOND |
Squid | Squid: HTTP traffic sent per second | Number of HTTP traffic sent to clients |
SNMP | squid[cacheHttpOutKb] Preprocessing: - MULTIPLIER: - CHANGE_PER_SECOND |
Squid | Squid: HTTP Hits sent from cache per second | Number of HTTP Hits sent to clients from cache |
SNMP | squid[cacheHttpHits] Preprocessing: - CHANGE_PER_SECOND |
Squid | Squid: HTTP Errors sent per second | Number of HTTP Errors sent to clients |
SNMP | squid[cacheHttpErrors] Preprocessing: - CHANGE_PER_SECOND |
Squid | Squid: ICP messages sent per second | Number of ICP messages sent |
SNMP | squid[cacheIcpPktsSent] Preprocessing: - CHANGE_PER_SECOND |
Squid | Squid: ICP messages received per second | Number of ICP messages received |
SNMP | squid[cacheIcpPktsRecv] Preprocessing: - CHANGE_PER_SECOND |
Squid | Squid: ICP traffic transmitted per second | Number of ICP traffic transmitted |
SNMP | squid[cacheIcpKbSent] Preprocessing: - MULTIPLIER: - CHANGE_PER_SECOND |
Squid | Squid: ICP traffic received per second | Number of ICP traffic received |
SNMP | squid[cacheIcpKbRecv] Preprocessing: - MULTIPLIER: - CHANGE_PER_SECOND |
Squid | Squid: DNS server requests per second | Number of external dns server requests |
SNMP | squid[cacheDnsRequests] Preprocessing: - CHANGE_PER_SECOND |
Squid | Squid: DNS server replies per second | Number of external dns server replies |
SNMP | squid[cacheDnsReplies] Preprocessing: - CHANGE_PER_SECOND |
Squid | Squid: FQDN cache requests per second | Number of FQDN Cache requests |
SNMP | squid[cacheFqdnRequests] Preprocessing: - CHANGE_PER_SECOND |
Squid | Squid: FQDN cache hits per second | Number of FQDN Cache hits |
SNMP | squid[cacheFqdnHits] Preprocessing: - CHANGE_PER_SECOND |
Squid | Squid: FQDN cache misses per second | Number of FQDN Cache misses |
SNMP | squid[cacheFqdnMisses] Preprocessing: - CHANGE_PER_SECOND |
Squid | Squid: IP cache requests per second | Number of IP Cache requests |
SNMP | squid[cacheIpRequests] Preprocessing: - CHANGE_PER_SECOND |
Squid | Squid: IP cache hits per second | Number of IP Cache hits |
SNMP | squid[cacheIpHits] Preprocessing: - CHANGE_PER_SECOND |
Squid | Squid: IP cache misses per second | Number of IP Cache misses |
SNMP | squid[cacheIpMisses] Preprocessing: - CHANGE_PER_SECOND |
Squid | Squid: Objects count | Number of objects stored by the cache |
SNMP | squid[cacheNumObjCount] |
Squid | Squid: Objects LRU expiration age | Storage LRU Expiration Age |
SNMP | squid[cacheCurrentLRUExpiration] Preprocessing: - MULTIPLIER: |
Squid | Squid: Objects unlinkd requests | Requests given to unlinkd |
SNMP | squid[cacheCurrentUnlinkRequests] |
Squid | Squid: HTTP all service time per 5 minutes | HTTP all service time per 5 minutes |
SNMP | squid[cacheHttpAllSvcTime.5] Preprocessing: - MULTIPLIER: |
Squid | Squid: HTTP all service time per hour | HTTP all service time per hour |
SNMP | squid[cacheHttpAllSvcTime.60] Preprocessing: - MULTIPLIER: |
Squid | Squid: HTTP miss service time per 5 minutes | HTTP miss service time per 5 minutes |
SNMP | squid[cacheHttpMissSvcTime.5] Preprocessing: - MULTIPLIER: |
Squid | Squid: HTTP miss service time per hour | HTTP miss service time per hour |
SNMP | squid[cacheHttpMissSvcTime.60] Preprocessing: - MULTIPLIER: |
Squid | Squid: HTTP miss service time per 5 minutes | HTTP hit service time per 5 minutes |
SNMP | squid[cacheHttpHitSvcTime.5] Preprocessing: - MULTIPLIER: |
Squid | Squid: HTTP hit service time per hour | HTTP hit service time per hour |
SNMP | squid[cacheHttpHitSvcTime.60] Preprocessing: - MULTIPLIER: |
Squid | Squid: ICP query service time per 5 minutes | ICP query service time per 5 minutes |
SNMP | squid[cacheIcpQuerySvcTime.5] Preprocessing: - MULTIPLIER: |
Squid | Squid: ICP query service time per hour | ICP query service time per hour |
SNMP | squid[cacheIcpQuerySvcTime.60] Preprocessing: - MULTIPLIER: |
Squid | Squid: ICP reply service time per 5 minutes | ICP reply service time per 5 minutes |
SNMP | squid[cacheIcpReplySvcTime.5] Preprocessing: - MULTIPLIER: |
Squid | Squid: ICP reply service time per hour | ICP reply service time per hour |
SNMP | squid[cacheIcpReplySvcTime.60] Preprocessing: - MULTIPLIER: |
Squid | Squid: DNS service time per 5 minutes | DNS service time per 5 minutes |
SNMP | squid[cacheDnsSvcTime.5] Preprocessing: - MULTIPLIER: |
Squid | Squid: DNS service time per hour | DNS service time per hour |
SNMP | squid[cacheDnsSvcTime.60] Preprocessing: - MULTIPLIER: |
Triggers
Name | Description | Expression | Severity | Dependencies and additional info |
---|---|---|---|---|
Squid: Port {$SQUID.HTTP.PORT} is down | - |
{TEMPLATE_NAME:net.tcp.service[tcp,,{$SQUID.HTTP.PORT}].last()}=0 |
AVERAGE | Manual close: YES |
Squid: Squid has been restarted (uptime < 10m) | Uptime is less than 10 minutes |
{TEMPLATE_NAME:squid[cacheUptime].last()}<10m |
INFO | Manual close: YES |
Squid: Squid version has been changed | Squid version has changed. Ack to close. |
{TEMPLATE_NAME:squid[cacheVersionId].diff()}=1 and {TEMPLATE_NAME:squid[cacheVersionId].strlen()}>0 |
INFO | Manual close: YES |
Squid: Swap usage is more than low watermark (>{ITEM.VALUE2}%) | - |
{TEMPLATE_NAME:squid[cacheCurrentSwapSize].last()}>{TEMPLATE_NAME:squid[cacheSwapLowWM].last()}*{TEMPLATE_NAME:squid[cacheSwapMaxSize].last()}/100 |
WARNING | |
Squid: Swap usage is more than high watermark (>{ITEM.VALUE2}%) | - |
{TEMPLATE_NAME:squid[cacheCurrentSwapSize].last()}>{TEMPLATE_NAME:squid[cacheSwapHighWM].last()}*{TEMPLATE_NAME:squid[cacheSwapMaxSize].last()}/100 |
HIGH | |
Squid: Squid is running out of file descriptors (<{$SQUID.FILE.DESC.WARN.MIN}) | - |
{TEMPLATE_NAME:squid[cacheCurrentUnusedFDescrCnt].last()}<{$SQUID.FILE.DESC.WARN.MIN} |
WARNING | |
Squid: High sys page faults rate (>{$SQUID.PAGE.FAULT.WARN}% of received HTTP requests) | - |
{TEMPLATE_NAME:squid[cacheSysPageFaults].avg(5m)}>{TEMPLATE_NAME:squid[cacheProtoClientHttpRequests].avg(5m)}/100*{$SQUID.PAGE.FAULT.WARN} |
WARNING |
Feedback
Please report any issues with the template at https://support.zabbix.com
You can also provide a feedback, discuss the template or ask for help with it at ZABBIX forums.