I have several devices behind firewalls I am monitoring. Previous to the latest update I have not seemed to have issues change the default host checks from ICMP to a different check. But today I have spent much time trying to get a new device setup, and they keep failing. The services themselves are OK. Its just the host check.
Most of my devices are behind firewalls with a single IP, so I redirect an external port to the internal :161. So while attempting to resolve this I see the following error. As you can see, there is an additional ":161" appended to my command. I can't find where its coming from.
CMD: /usr/bin/snmpget -t 1 -r 5 -m '' -v 1 [authpriv] xx.xxx.xxx.xx
The command should be everything above except the :161
In this example, my host was setup as <ip address>:11161 and it works for services checks. I tried to copy another working device in the same config, but I cannot seem to isolate what change I must have made earlier, or where this :161 is coming from.
Thanks!