/[smecontribs]/rpms/smeserver-zabbix-agent/contribs9/smeserver-zabbix-agent-0.1-userparam_squid.patch
ViewVC logotype

Contents of /rpms/smeserver-zabbix-agent/contribs9/smeserver-zabbix-agent-0.1-userparam_squid.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Tue Feb 9 23:18:27 2016 UTC (8 years, 2 months ago) by stephdl
Branch: MAIN
CVS Tags: smeserver-zabbix-agent-0_1-53_el6_sme, smeserver-zabbix-agent--, HEAD
* Wed Feb 10 stephane de Labrusse <stephdl@de-labrusse.fr> - 0.1-53.sme
- New rpm for sme9

1 --- smeserver-zabbix-agent-0.1/root/etc/e-smith/templates/etc/zabbix/zabbix_agentd.conf/90UserParameters_squid.userparam_squid 2010-05-03 18:38:42.000000000 +0200
2 +++ smeserver-zabbix-agent-0.1/root/etc/e-smith/templates/etc/zabbix/zabbix_agentd.conf/90UserParameters_squid 2010-05-03 18:39:03.000000000 +0200
3 @@ -0,0 +1,53 @@
4 +# Squid
5 +
6 +# Description: Squid Request Hit Ratio
7 +# Type: Agent or Agent (active)
8 +# Key: squid.request_hit_ratio
9 +# Type of information: Numeric (float)
10 +# Units: %
11 +# Custom multiplier: Do not use
12 +# Store Value: As is
13 +
14 +UserParameter=squid.request_hit_ratio,squidclient mgr:info|grep 'Request Hit Ratios:'|cut -d':' -f3|cut -d',' -f1|tr -d ' %'
15 +
16 +# Description: Squid Byte Hit Ratio
17 +# Type: Agent or Agent (active)
18 +# Key: squid.byte_hit_ratio
19 +# Type of information: Numeric (float)
20 +# Units: %
21 +# Custom multiplier: Do not use
22 +# Store Value: As is
23 +
24 +UserParameter=squid.byte_hit_ratio,squidclient mgr:info|grep 'Byte Hit Ratios:'|cut -d':' -f3|cut -d',' -f1|tr -d ' %'
25 +
26 +# Description: Squid Average HTTP request per minute
27 +# Type: Agent or Agent (active)
28 +# Key: squid.avg_http_req_per_min
29 +# Type of information: Numeric (float)
30 +# Units: Req/min
31 +# Custom multiplier: Do not use
32 +# Store Value: As is
33 +
34 +UserParameter=squid.avg_http_req_per_min,squidclient mgr:info|grep 'Average HTTP requests per minute since start:'|cut -d':' -f2| tr -d ' \t'
35 +
36 +# Description: Squid Disk Cache Size
37 +# Type: Agent or Agent (active)
38 +# Key: squid.cache_size_disk
39 +# Type of information: Numeric (integer 64bits)
40 +# Units: Bytes
41 +# Custom multiplier: 1024
42 +# Store Value: As is
43 +
44 +UserParameter=squid.cache_size_disk,squidclient mgr:info|grep 'Storage Swap size:' | awk '\{print $4\}'
45 +
46 +# Description: Squid Memory Cache Size
47 +# Type: Agent or Agent (active)
48 +# Key: squid.cache_size_mem
49 +# Type of information: Numeric (integer 64bits)
50 +# Units: Bytes
51 +# Custom multiplier: 1024
52 +# Store Value: As is
53 +
54 +UserParameter=squid.cache_size_mem,squidclient mgr:info|grep 'Storage Mem size:' | awk '\{print $4\}'
55 +
56 +

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed