You are here
sivadm - Sat, 2016/10/29 - 01:06
I ran these and go the followed response.
service snmpd start
Failed to start snmpd.service: Unit snmpd.service failed to load: No such file or directory.
service snmpd restart
Failed to restart snmpd.service: Unit snmpd.service failed to load: No such file or directory.
snmpwalk -v 2c -c LCTCS localhost
Timeout: No Response from localhost
ps -aux | grep snmp
root 3420 0.0 0.0 11128 1024 pts/0 S+ 21:59 0:00 grep --color=auto snmp
When I try to add a device in the browser or in cli, I get that the device cannot be reach with that community. This is a fresh ova deploy.
Forum:
You are right, the SNMP daemon is not installed
It does have the non-daemon version of the tools AFAIK. I.e. it has the snmp package installed, not the snmpd package.
You should be able to add clients via the cli. Adding clients via the WebUI is not enabled intentionally. See the post on our Issue Tracker.
As someone pointed out further down in that thread, clients need to be added via domain name, not IP. I'm not sure if that was perhaps your issue?
If so and you don't have a local DNS you can configure then a dirty workaround might be to add the clients to your Observium server hosts file? Obviously the clients will need static IPs for that to work reliably.
Add new comment