Closed geoffjukes closed 3 years ago
@geoffjukes Thanks for the report. Both of these lines were introduced around 5 years ago:
Looking at the manpage for snmpd.examples, it appears that these need to be updated to remove the quotes.
Would you care to tackle this in a PR?
CC: @alxwr.
@geoffjukes ... and now I realise you've already submitted the fix in #39! Thanks for that and let's continue the discussions there instead.
Closing the bug, the PR #39 got merged. Again, thanks for your report and the PR @geoffjukes.
Line 19 and 20 in
files/snmpd.conf.minimal
forcefully adds quotes around the strings: (edit: ditto for lines 186 & 187 offiles/snmpd.conf
)This results in a Location string of
"Someplace"
as opposed to the desiredSomeplace
. Is there a reason for this?When setting the location in other SNMP devices, the Location string is unquoted, and so this creates 2 separate grouping in our monitoring system.