-
Notifications
You must be signed in to change notification settings - Fork 0
/
snmp.yaml
90 lines (90 loc) · 2.33 KB
/
snmp.yaml
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
##SNMP Zeug
##Temperatur Parity Drive
#- platform: snmp
# name: 'UnRAID PARITY Temperature'
# host: 192.168.178.2
# port: 161
# community: public
# version: 2c
# baseoid: .1.3.6.1.4.1.8072.1.3.2.4.1.2.8.100.105.115.107.116.101.109.112.1
# accept_errors: false
# value_template: >
# {{ value.split(':')[1].strip() }}
# unit_of_measurement: '°C'
#
##Temperatur Disk 1
#- platform: snmp
# name: 'UnRAID DISK1 Temperature'
# host: 192.168.178.2
# port: 161
# community: public
# version: 2c
# baseoid: .1.3.6.1.4.1.8072.1.3.2.4.1.2.8.100.105.115.107.116.101.109.112.2
# accept_errors: false
# value_template: >
# {{ value.split(':')[1].strip() }}
# unit_of_measurement: '°C'
##Temperatur Disk 2
#- platform: snmp
# name: 'UnRAID DISK2 Temperature'
# host: 192.168.178.2
# port: 161
# community: public
# version: 2c
# baseoid: .1.3.6.1.4.1.8072.1.3.2.4.1.2.8.100.105.115.107.116.101.109.112.3
# accept_errors: false
# value_template: >
# {{ value.split(':')[1].strip() }}
# unit_of_measurement: '°C'
##Temperatur Disk 3
#- platform: snmp
# name: 'UnRAID DISK3 Temperature'
# host: 192.168.178.2
# port: 161
# community: public
# version: 2c
# baseoid: .1.3.6.1.4.1.8072.1.3.2.4.1.2.8.100.105.115.107.116.101.109.112.4
# accept_errors: false
# value_template: >
# {{ value.split(':')[1].strip() }}
# unit_of_measurement: '°C'
#
##Totaler RAM
#- platform: snmp
# name: 'UnRAID Total RAM'
# host: 192.168.178.2
# port: 161
# community: public
# version: 2c
# baseoid: .1.3.6.1.4.1.8072.1.3.2.4.1.2.7.109.101.109.105.110.102.111.1
# accept_errors: false
## value_template: >
## {{ value.split(':')[1].strip() }}
# unit_of_measurement: 'byte'
# icon: mdi:memory
#
#- platform: snmp
# name: 'UnRAID Free RAM'
# host: 192.168.178.2
# port: 161
# community: public
# version: 2c
# baseoid: .1.3.6.1.4.1.8072.1.3.2.4.1.2.7.109.101.109.105.110.102.111.2
# accept_errors: false
## value_template: >
## {{ value.split(':')[1].strip() }}
# unit_of_measurement: 'byte'
# icon: mdi:memory
#
#- platform: snmp
# name: 'UnRAID Available RAM'
# host: 192.168.178.2
# port: 161
# community: public
# version: 2c
# baseoid: .1.3.6.1.4.1.8072.1.3.2.4.1.2.7.109.101.109.105.110.102.111.3
# accept_errors: false
# unit_of_measurement: 'byte'
## value_template: >
## {{ value.split(':')[1].strip() }}
# icon: mdi:memory#