1 |
--- smeserver-zabbix-agent-0.1/root/etc/e-smith/templates/etc/zabbix/zabbix_agentd.conf/90UserParameters_cpuNum.cpu_num 2009-06-08 00:43:05.000000000 +0200 |
2 |
+++ smeserver-zabbix-agent-0.1/root/etc/e-smith/templates/etc/zabbix/zabbix_agentd.conf/90UserParameters_cpuNum 2009-06-08 00:46:32.000000000 +0200 |
3 |
@@ -0,0 +1,14 @@ |
4 |
+# Number of CPU |
5 |
+ |
6 |
+# Description: Number of CPU |
7 |
+# Type: Agent or Agent (active) |
8 |
+# Key: cpu.number |
9 |
+# Type of information: Numeric (integer 64bit) |
10 |
+# Units: cpu |
11 |
+# Use multiplier: do not use |
12 |
+# Update interval: 86400 (once a day) |
13 |
+# Store Value: As is |
14 |
+# Show Value: As is |
15 |
+ |
16 |
+UserParameter=cpu.number,cat /proc/cpuinfo | grep processor | wc -l |
17 |
+ |