-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUPS SNMP module Template.xml
784 lines (781 loc) · 28.1 KB
/
UPS SNMP module Template.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
zabbix_export:
version: '5.4'
date: '2021-06-21T12:27:54Z'
groups:
-
uuid: 0e60ac85bc3941e2a1d66a048ff164da
name: UPS
templates:
-
uuid: 351970f5f7e04f51b18333991cadb651
template: 'Template UPS SNMP Module'
name: 'Template UPS SNMP Module'
templates:
-
name: 'Template Module ICMP Ping'
groups:
-
name: UPS
items:
-
uuid: 9bb8e4951ef94f86a45131c89612fa7e
name: 'Firmware version'
type: SNMP_AGENT
snmp_oid: .1.3.6.1.2.1.33.1.1.3.0
key: lgpAgentDeviceFirmwareVersion
delay: 24h
trends: '0'
value_type: CHAR
tags:
-
tag: Application
value: 'System Information'
-
uuid: 1c3a942d5a3449b1bc389f0064700ed4
name: Model
type: SNMP_AGENT
snmp_oid: .1.3.6.1.2.1.33.1.1.2.0
key: lgpAgentDeviceModel
delay: 24h
trends: '0'
value_type: CHAR
tags:
-
tag: Application
value: 'System Information'
-
uuid: 2a0abb6b515c4412b82ed5e37a1496d5
name: 'Number of current alarm'
type: SNMP_AGENT
snmp_oid: .1.3.6.1.2.1.33.1.6.1.0
key: upsAlarmsPresent
delay: 30s
units: Alarm
description: |
The present number of active alarm conditions
A list of alarm table entries. The table contains
zero, one, or many rows at any moment, depending upon
the number of alarm conditions in effect. The table
is initially empty at agent startup. The agent
creates a row in the table each time a condition is
detected and deletes that row when that condition no
longer pertains. The agent creates the first row with
upsAlarmId equal to 1, and increments the value of
upsAlarmId each time a new row is created, wrapping to
the first free value greater than or equal to 1 when
the maximum value of upsAlarmId would otherwise be
exceeded. Consequently, after multiple operations,
the table may become sparse, e.g., containing entries
for rows 95, 100, 101, and 203 and the entries should
not be assumed to be in chronological order because
upsAlarmId might have wrapped.
Alarms are named by an AutonomousType (OBJECT
IDENTIFIER), upsAlarmDescr, to allow a single table to
reflect well known alarms plus alarms defined by a
particular implementation, i.e., as documented in the
private enterprise MIB definition for the device. No
two rows will have the same value of upsAlarmDescr,
since alarms define conditions. In order to meet this
requirement, care should be taken in the definition of
alarm conditions to insure that a system cannot enter
the same condition multiple times simultaneously.
The number of rows in the table at any given time is
reflected by the value of upsAlarmsPresent.
tags:
-
tag: Application
value: 'UPS Healthy'
triggers:
-
uuid: 3ca10e1a921741d7a7df85a77877f750
expression: 'last(/Template UPS SNMP Module/upsAlarmsPresent,#1)>=1'
recovery_mode: RECOVERY_EXPRESSION
recovery_expression: 'last(/Template UPS SNMP Module/upsAlarmsPresent,#1)=0'
name: 'An alarm has been detected, please check'
priority: HIGH
description: 'Login to the ups Web UI and check for any alarms there.'
-
uuid: fd02d4c3d38f45bf83c397c635330553
name: 'Battery current'
type: SNMP_AGENT
snmp_oid: .1.3.6.1.2.1.33.1.2.6.0
key: upsBatteryCurrent
delay: 30s
units: V
description: 'The present battery current'
tags:
-
tag: Application
value: 'Battery information'
-
uuid: 7c068361a8fe41b08b6fa9dabc6e5393
name: 'Battery status'
type: SNMP_AGENT
snmp_oid: .1.3.6.1.2.1.33.1.2.1.0
key: upsBatteryStatus
delay: 30s
description: |
The indication of the capacity remaining in the UPS
system's batteries. A value of batteryNormal
indicates that the remaining run-time is greater than
upsConfigLowBattTime. A value of batteryLow indicates
that the remaining battery run-time is less than or
equal to upsConfigLowBattTime. A value of
batteryDepleted indicates that the UPS will be unable
to sustain the present load when and if the utility
power is lost (including the possibility that the
utility power is currently absent and the UPS is
unable to sustain the output).
INTEGER {unknown(1),
batteryNormal(2),
batteryLow(3),
batteryDepleted(4)
}
valuemap:
name: apcBatteryStatus
tags:
-
tag: Application
value: 'Battery information'
triggers:
-
uuid: 7633bd16fb594259b520d992d8e239b5
expression: 'last(/Template UPS SNMP Module/upsBatteryStatus,#1)=4'
recovery_mode: RECOVERY_EXPRESSION
recovery_expression: 'last(/Template UPS SNMP Module/upsBatteryStatus,#1)=2'
name: 'Battery Depleted'
priority: DISASTER
description: |
{unknown(1),
batteryNormal(2),
batteryLow(3),
batteryDepleted(4)
}
-
uuid: 12dd919225ba4ffea209e266c388b111
expression: 'last(/Template UPS SNMP Module/upsBatteryStatus,#1)=3'
recovery_mode: RECOVERY_EXPRESSION
recovery_expression: 'last(/Template UPS SNMP Module/upsBatteryStatus,#1)=2'
name: 'Battery Low'
priority: HIGH
description: |
{unknown(1),
batteryNormal(2),
batteryLow(3),
batteryDepleted(4)
}
-
uuid: 4d22471b64e44d67abf44caf02523faa
name: 'Battery voltage'
type: SNMP_AGENT
snmp_oid: .1.3.6.1.2.1.33.1.2.5.0
key: upsBatteryVoltage
delay: 30s
preprocessing:
-
type: MULTIPLIER
parameters:
- '0.1'
tags:
-
tag: Application
value: 'Battery information'
-
uuid: 9c5bfed227214d41b83b2b156ed1f3e1
name: 'Charge remaining'
type: SNMP_AGENT
snmp_oid: .1.3.6.1.2.1.33.1.2.4.0
key: upsEstimatedChargeRemaining
delay: 30s
units: '%'
description: |
An estimate of the battery charge remaining expressed
as a percent of full charge
tags:
-
tag: Application
value: 'Battery information'
triggers:
-
uuid: 0e7b5164e2d04a058e1aa9e7ffa62ecf
expression: 'last(/Template UPS SNMP Module/upsEstimatedChargeRemaining,#1)<10'
recovery_mode: RECOVERY_EXPRESSION
recovery_expression: 'last(/Template UPS SNMP Module/upsEstimatedChargeRemaining,#1)>10'
name: 'Battery capacity below 10%'
priority: HIGH
-
uuid: bab5079cdccc458385d2b7bd54b265e4
expression: 'last(/Template UPS SNMP Module/upsEstimatedChargeRemaining,#1)<20'
recovery_mode: RECOVERY_EXPRESSION
recovery_expression: 'last(/Template UPS SNMP Module/upsEstimatedChargeRemaining,#1)>20'
name: 'Battery capacity below 20%'
priority: HIGH
dependencies:
-
name: 'Battery capacity below 10%'
expression: 'last(/Template UPS SNMP Module/upsEstimatedChargeRemaining,#1)<10'
recovery_expression: 'last(/Template UPS SNMP Module/upsEstimatedChargeRemaining,#1)>10'
-
uuid: 2873de0756b144abbee6a7722bdb2016
expression: 'last(/Template UPS SNMP Module/upsEstimatedChargeRemaining,#1)<30'
recovery_mode: RECOVERY_EXPRESSION
recovery_expression: 'last(/Template UPS SNMP Module/upsEstimatedChargeRemaining,#1)>30'
name: 'Battery capacity below 30%'
priority: HIGH
dependencies:
-
name: 'Battery capacity below 20%'
expression: 'last(/Template UPS SNMP Module/upsEstimatedChargeRemaining,#1)<20'
recovery_expression: 'last(/Template UPS SNMP Module/upsEstimatedChargeRemaining,#1)>20'
-
uuid: 14449d1b8f0f4b7c833cddc5bf662b55
expression: 'last(/Template UPS SNMP Module/upsEstimatedChargeRemaining,#1)<40'
recovery_mode: RECOVERY_EXPRESSION
recovery_expression: 'last(/Template UPS SNMP Module/upsEstimatedChargeRemaining,#1)>40'
name: 'Battery capacity below 40%'
priority: HIGH
dependencies:
-
name: 'Battery capacity below 30%'
expression: 'last(/Template UPS SNMP Module/upsEstimatedChargeRemaining,#1)<30'
recovery_expression: 'last(/Template UPS SNMP Module/upsEstimatedChargeRemaining,#1)>30'
-
uuid: 1488cdca86d846f198450242cc89eece
expression: 'last(/Template UPS SNMP Module/upsEstimatedChargeRemaining,#1)<50'
recovery_mode: RECOVERY_EXPRESSION
recovery_expression: 'last(/Template UPS SNMP Module/upsEstimatedChargeRemaining,#1)>50'
name: 'Battery capacity below 50%'
priority: HIGH
dependencies:
-
name: 'Battery capacity below 40%'
expression: 'last(/Template UPS SNMP Module/upsEstimatedChargeRemaining,#1)<40'
recovery_expression: 'last(/Template UPS SNMP Module/upsEstimatedChargeRemaining,#1)>40'
-
uuid: b5d3e9237b9042bb8b95c164604b8f59
name: 'Estimated time remaining on battery'
type: SNMP_AGENT
snmp_oid: .1.3.6.1.2.1.33.1.2.3.0
key: upsEstimatedMinutesRemaining
delay: 30s
units: min
description: |
An estimate of the time to battery charge depletion
under the present load conditions if the utility power
is off and remains off, or if it were to be lost and
remain off.
tags:
-
tag: Application
value: 'Battery information'
triggers:
-
uuid: 6366f56d86454024979d446c31ee44ae
expression: 'last(/Template UPS SNMP Module/upsEstimatedMinutesRemaining,#1)=5'
recovery_mode: RECOVERY_EXPRESSION
recovery_expression: 'last(/Template UPS SNMP Module/upsEstimatedMinutesRemaining,#1)>=15'
name: 'Battery will turn in 5 min'
priority: DISASTER
-
uuid: b6bbead4b627418295e2f8cdfb287a42
expression: 'last(/Template UPS SNMP Module/upsEstimatedMinutesRemaining,#1)=15'
recovery_mode: RECOVERY_EXPRESSION
recovery_expression: 'last(/Template UPS SNMP Module/upsEstimatedMinutesRemaining,#1)>=30'
name: 'Battery will turn in 15 min'
priority: HIGH
-
uuid: ad4f7a773a694d299efd55334a6f3909
name: 'Input current'
type: SNMP_AGENT
snmp_oid: .1.3.6.1.2.1.33.1.3.3.1.4.1
key: upsInputCurrent
delay: 30s
units: A
description: 'The magnitude of the present input current.'
preprocessing:
-
type: MULTIPLIER
parameters:
- '0.1'
tags:
-
tag: Application
value: 'UPS Input'
-
uuid: f849e94834fe418b827034fc35b345d4
name: 'Input Frequency'
type: SNMP_AGENT
snmp_oid: .1.3.6.1.2.1.33.1.3.3.1.2.1
key: upsInputFrequency
delay: 30s
description: 'The present input frequency.'
preprocessing:
-
type: MULTIPLIER
parameters:
- '0.1'
tags:
-
tag: Application
value: 'UPS Input'
-
uuid: bbfbd8d0486b4441a0a8cd6f033f8ee7
name: 'Input Voltage'
type: SNMP_AGENT
snmp_oid: .1.3.6.1.2.1.33.1.3.3.1.3.1
key: upsInputVoltage
delay: 30s
units: V
tags:
-
tag: Application
value: 'UPS Input'
triggers:
-
uuid: 2d0c67ef117e43cc89ae6d742de9b9e2
expression: 'last(/Template UPS SNMP Module/upsInputVoltage,#1)<100'
recovery_mode: RECOVERY_EXPRESSION
recovery_expression: 'last(/Template UPS SNMP Module/upsInputVoltage,#1)>220'
name: 'Input voltage failed'
priority: DISASTER
-
uuid: 54e220151f3f49ddb7fbfd6a4bff0933
name: 'Output current'
type: SNMP_AGENT
snmp_oid: .1.3.6.1.2.1.33.1.4.4.1.3.1
key: upsOutputCurrent
delay: 30s
units: A
description: 'The present output current'
preprocessing:
-
type: MULTIPLIER
parameters:
- '0.1'
tags:
-
tag: Application
value: 'UPS Output'
-
uuid: 322ba945a5bc49aeaa48afacb553d78e
name: 'Output frequency'
type: SNMP_AGENT
snmp_oid: .1.3.6.1.2.1.33.1.4.2.0
key: upsOutputFrequency
delay: 30s
description: 'The present output frequency.'
preprocessing:
-
type: MULTIPLIER
parameters:
- '0.1'
tags:
-
tag: Application
value: 'UPS Output'
-
uuid: 1b9a8c2fae19427cb00c602b65daffb5
name: 'Output load'
type: SNMP_AGENT
snmp_oid: .1.3.6.1.2.1.33.1.4.4.1.5.1
key: upsOutputPercentLoad
delay: 30s
description: 'The percentage of the UPS power capacity presently being used on this output line, i.e., the greater of the percent load of true power capacity and the percent load of VA.'
tags:
-
tag: Application
value: 'UPS Output'
-
uuid: 948bfb2528364ca38743e94a48baa499
name: 'Output power'
type: SNMP_AGENT
snmp_oid: .1.3.6.1.2.1.33.1.4.4.1.4.1
key: upsOutputPower
delay: 30s
units: W
description: 'The present output true power'
tags:
-
tag: Application
value: 'UPS Output'
-
uuid: e7af08be0c9a48f5a7e2481587f83f08
name: 'Output source'
type: SNMP_AGENT
snmp_oid: .1.3.6.1.2.1.33.1.4.1.0
key: upsOutputSource
delay: 30s
description: |
The present source of output power. The enumeration
none(2) indicates that there is no source of output
power (and therefore no output power), for example,
the system has opened the output breaker
Support of the values other(1), none(2), bypass(4), booster(6) and reducer(7) is not required.
valuemap:
name: 'Tripplite Output Source'
tags:
-
tag: Application
value: 'UPS Output'
triggers:
-
uuid: 017e983d7d764bfda746d1d53ca9f7f1
expression: 'last(/Template UPS SNMP Module/upsOutputSource,#1)=6'
recovery_mode: RECOVERY_EXPRESSION
recovery_expression: 'last(/Template UPS SNMP Module/upsOutputSource,#1)=3'
name: 'UPS in booster mode'
priority: WARNING
description: |
other(1),
none(2),
normal(3),
bypass(4),
battery(5),
booster(6),
reducer(7)
-
uuid: f50793517dc9421ca41a76f990105c4d
expression: 'last(/Template UPS SNMP Module/upsOutputSource,#1)=7'
recovery_mode: RECOVERY_EXPRESSION
recovery_expression: 'last(/Template UPS SNMP Module/upsOutputSource,#1)=3'
name: 'UPS in reducer mode'
priority: WARNING
description: |
other(1),
none(2),
normal(3),
bypass(4),
battery(5),
booster(6),
reducer(7)
-
uuid: ed9f83a542d242fe9dd862da6ae71dbf
expression: 'last(/Template UPS SNMP Module/upsOutputSource,#1)=5'
recovery_mode: RECOVERY_EXPRESSION
recovery_expression: 'last(/Template UPS SNMP Module/upsOutputSource,#1)=3'
name: 'UPS on battery'
priority: HIGH
description: |
other(1),
none(2),
normal(3),
bypass(4),
battery(5),
booster(6),
reducer(7)
-
uuid: 74ccb3974edd4c90ace7d503f1def502
expression: 'last(/Template UPS SNMP Module/upsOutputSource,#1)=4'
recovery_mode: RECOVERY_EXPRESSION
recovery_expression: 'last(/Template UPS SNMP Module/upsOutputSource,#1)=3'
name: 'UPS on bypass'
priority: HIGH
description: |
other(1),
none(2),
normal(3),
bypass(4),
battery(5),
booster(6),
reducer(7)
-
uuid: 205bf274e2c94de0be9cafc3d418422b
name: 'Output voltage'
type: SNMP_AGENT
snmp_oid: .1.3.6.1.2.1.33.1.4.4.1.2.1
key: upsOutputVoltage
delay: 30s
units: Volts
description: 'The present output voltage'
tags:
-
tag: Application
value: 'UPS Output'
-
uuid: d600a414dbf2468dba49539fa0b30472
name: 'Time on battery'
type: SNMP_AGENT
snmp_oid: .1.3.6.1.2.1.33.1.2.2.0
key: upsSecondsOnBattery
delay: 30s
units: uptime
description: |
If the unit is on battery power, the elapsed time
since the UPS last switched to battery power, or the
time since the network management subsystem was last
restarted, whichever is less. Zero shall be returned
if the unit is not on battery power.
valuemap:
name: apcBatteryStatus
tags:
-
tag: Application
value: 'Battery information'
triggers:
-
uuid: 44e0fbf6bb3e435883c8283acd7b4fc5
expression: 'last(/Template UPS SNMP Module/upsSecondsOnBattery,#1)>0'
recovery_mode: RECOVERY_EXPRESSION
recovery_expression: 'last(/Template UPS SNMP Module/upsSecondsOnBattery,#1)<=0'
name: 'UPS on battery power'
priority: DISASTER
-
uuid: 7b072e5b0694424eb88f05bdfb7aa028
expression: 'last(/Template UPS SNMP Module/upsSecondsOnBattery,#1)>60'
recovery_mode: RECOVERY_EXPRESSION
recovery_expression: 'last(/Template UPS SNMP Module/upsSecondsOnBattery,#1)<=0'
name: 'UPS on battery power for 1 minute'
priority: DISASTER
-
uuid: c5551f81d5c945948da8326c5b8891fc
expression: 'last(/Template UPS SNMP Module/upsSecondsOnBattery,#1)>120'
recovery_mode: RECOVERY_EXPRESSION
recovery_expression: 'last(/Template UPS SNMP Module/upsSecondsOnBattery,#1)<=0'
name: 'UPS on battery power for 2 minute'
priority: DISASTER
-
uuid: fe3b1e44587f45a9a1ed2de7135c15bd
name: 'UPS test results'
type: SNMP_AGENT
snmp_oid: .1.3.6.1.2.1.33.1.7.4.0
key: upsTestResultsDetail
trends: '0'
value_type: CHAR
description: |
Additional information about upsTestResultsSummary.
If no additional information available, a zero length
string is returned
tags:
-
tag: Application
value: 'UPS Healthy'
-
uuid: 90165df6245645849f5c461790a4f3e4
name: 'UPS last test performed'
type: SNMP_AGENT
snmp_oid: .1.3.6.1.2.1.33.1.7.3.0
key: upsTestResultsSummary
description: |
The results of the current or last UPS diagnostics
test performed. The values for donePass(1),
doneWarning(2), and doneError(3) indicate that the
test completed either successfully, with a warning, or
with an error, respectively. The value aborted(4) is
returned for tests which are aborted by setting the
value of upsTestId to upsTestAbortTestInProgress.
Tests which have not yet concluded are indicated by
inProgress(5). The value noTestsInitiated(6)
indicates that no previous test results are available,
such as is the case when no tests have been run since
the last reinitialization of the network management
subsystem and the system has no provision for non-
volatile storage of test results
INTEGER {donePass(1),
doneWarning(2),
doneError(3),
aborted(4),
inProgress(5),
noTestsInitiated(6)
}
valuemap:
name: UPS_Test_Summary
tags:
-
tag: Application
value: 'UPS Healthy'
triggers:
-
uuid: 8d52ab7fde824c6fab7930521e86c09e
expression: 'last(/Template UPS SNMP Module/upsTestResultsSummary,#1)=2'
name: 'Last test performed reported a warning, please check'
url: 'http://pth-rack03-ups.corescan.net.au/default.html?devId=4'
priority: WARNING
description: |
INTEGER {donePass(1),
doneWarning(2),
doneError(3),
aborted(4),
inProgress(5),
noTestsInitiated(6)
}
-
uuid: de3885cf4c9a4ec3b4120e12f657f9ab
expression: 'last(/Template UPS SNMP Module/upsTestResultsSummary,#1)=3'
name: 'Last test performed reported with error, please check'
url: 'http://pth-rack03-ups.corescan.net.au/default.html?devId=4'
priority: AVERAGE
description: |
INTEGER {donePass(1),
doneWarning(2),
doneError(3),
aborted(4),
inProgress(5),
noTestsInitiated(6)
}
dashboards:
-
uuid: 6058286cc5da401e84087aab7212b3e3
name: 'UPS Status'
pages:
-
widgets:
-
type: GRAPH_CLASSIC
x: '1'
'y': '1'
width: '12'
height: '5'
fields:
-
type: GRAPH
name: graphid
value:
name: 'Output Load and Runtime'
host: 'Template UPS SNMP Module'
-
type: GRAPH_CLASSIC
name: Battery
x: '13'
'y': '1'
width: '7'
height: '4'
fields:
-
type: GRAPH
name: graphid
value:
name: Battery
host: 'Template UPS SNMP Module'
-
type: GRAPH_CLASSIC
name: Input
x: '1'
'y': '6'
width: '12'
height: '5'
fields:
-
type: GRAPH
name: graphid
value:
name: 'Input Volts and Frequency'
host: 'Template UPS SNMP Module'
valuemaps:
-
uuid: a0a4c392f2964d1eac4f33013bf76ade
name: apcBatteryStatus
mappings:
-
value: '1'
newvalue: unknown
-
value: '2'
newvalue: batteryNormal
-
value: '3'
newvalue: batteryLow
-
value: '4'
newvalue: batteryDepleted
-
uuid: 34a6f1465dda4265afaf239a3417d16d
name: 'Tripplite Output Source'
mappings:
-
value: '1'
newvalue: other
-
value: '2'
newvalue: none
-
value: '3'
newvalue: normal
-
value: '4'
newvalue: bypass
-
value: '5'
newvalue: battery
-
value: '6'
newvalue: booster
-
value: '7'
newvalue: reducer
-
uuid: 34b34cdfa402415ebfa78b3e49c63f1d
name: UPS_Test_Summary
mappings:
-
value: '1'
newvalue: donePass
-
value: '2'
newvalue: doneWarning
-
value: '3'
newvalue: doneError
-
value: '4'
newvalue: aborted
-
value: '5'
newvalue: inProgress
-
value: '6'
newvalue: noTestsInitiated
graphs:
-
uuid: 44bbbcfb425f4dc9b6b95427723c3012
name: Battery
width: '1200'
graph_items:
-
sortorder: '1'
color: 0040FF
yaxisside: RIGHT
item:
host: 'Template UPS SNMP Module'
key: upsEstimatedChargeRemaining
-
sortorder: '2'
color: F63100
item:
host: 'Template UPS SNMP Module'
key: upsBatteryVoltage
-
uuid: 5fa1ad69724d4861b71ec752a02490c9
name: 'Input Volts and Frequency'
width: '1200'
graph_items:
-
sortorder: '1'
color: 1A7C11
yaxisside: RIGHT
item:
host: 'Template UPS SNMP Module'
key: upsInputFrequency
-
sortorder: '2'
color: F63100
item:
host: 'Template UPS SNMP Module'
key: upsInputVoltage
-
uuid: 21b92eaf0cff4478a4718a5efa86d5c1
name: 'Output Load and Runtime'
width: '1200'
graph_items:
-
sortorder: '1'
color: 1A7C11
item:
host: 'Template UPS SNMP Module'
key: upsEstimatedMinutesRemaining
-
sortorder: '2'
color: F63100
yaxisside: RIGHT
item:
host: 'Template UPS SNMP Module'
key: upsOutputPercentLoad