1 |
vip-ire |
1.1 |
--- smeserver-zabbix-agent-0.1/root/etc/e-smith/templates/etc/zabbix/zabbix_agentd.conf/90UserParameters_ups.several_ups 2009-12-06 20:04:54.000000000 +0100 |
2 |
|
|
+++ smeserver-zabbix-agent-0.1/root/etc/e-smith/templates/etc/zabbix/zabbix_agentd.conf/90UserParameters_ups 2010-01-04 20:22:19.000000000 +0100 |
3 |
|
|
@@ -7,7 +7,7 @@ |
4 |
|
|
# Units: % |
5 |
|
|
# Multiplier: Do not use |
6 |
|
|
# Store Value: As is |
7 |
|
|
-UserParameter=ups.load,upsc UPS@localhost ups.load |
8 |
|
|
+UserParameter=ups.load[*],upsc $1@localhost ups.load |
9 |
|
|
|
10 |
|
|
# Description: Nut UPS Battery Charge |
11 |
|
|
# Type: Agent or Agent (active) |
12 |
|
|
@@ -16,18 +16,19 @@ |
13 |
|
|
# Units: % |
14 |
|
|
# Multiplier: Do not use |
15 |
|
|
# Store Value: As is |
16 |
|
|
-UserParameter=ups.battery.charge,upsc UPS@localhost battery.charge |
17 |
|
|
+UserParameter=ups.battery.charge[*],upsc $1@localhost battery.charge |
18 |
|
|
|
19 |
|
|
# Description: Nut UPS Status |
20 |
|
|
# Type: Agent or Agent (active) |
21 |
|
|
# Key: ups.status |
22 |
|
|
# Type of information: Character |
23 |
|
|
# Show Value: As is (you can also define a dictionnary OL=>On Line etc...) |
24 |
|
|
-UserParameter=ups.status,upsc UPS@localhost ups.status |
25 |
|
|
+UserParameter=ups.status[*],upsc $1@localhost ups.status |
26 |
|
|
|
27 |
|
|
# Description: Nut UPS Model |
28 |
|
|
# Type: Agent or Agent (active) |
29 |
|
|
# Key: ups.model |
30 |
|
|
# Type of information: Text |
31 |
|
|
-UserParameter=ups.model,upsc UPS@localhost ups.model |
32 |
|
|
+UserParameter=ups.model[*],upsc $1@localhost ups.model |
33 |
|
|
+ |
34 |
|
|
|