Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
dcdb
dcdb
Commits
2eb99c13
Commit
2eb99c13
authored
Aug 29, 2019
by
Michael Ott
Browse files
Fix sample config for snmp plugin: the OID parameter in sensorbase is really called OIDsuffix
parent
c8477976
Changes
1
Hide whitespace changes
Inline
Side-by-side
dcdbpusher/config/snmp.conf
View file @
2eb99c13
...
...
@@ -30,7 +30,7 @@ connection name1 {
group
snmp_g1
{
sensor
sysUpTime
{
OID
3
.
0
;
OID
of
the
sensor
OID
suffix
3
.
0
;
OID
of
the
sensor
mqttsuffix
/
uptime
;
MQTT
suffix
of
the
sensor
interval
5000
;
Read
sensor
every
1000
ms
}
...
...
@@ -38,7 +38,7 @@ connection name1 {
single_sensor
SysORUpTime
{
default
temp1
OID
9
.
1
.
4
.
1
OID
suffix
9
.
1
.
4
.
1
mqttsuffix
/
sysoruptime
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment