Installing Observium

First I had my custom key, but I tried with 'public' too,
the only place where I have its in "/etc/snmp/snmpd.conf" right?

this is my actual conf. do you have something similar in yours?

Code:
com2sec readonly  localhost        public
group MyROGroup v1        readonly
group MyROGroup v2c        readonly
group MyROGroup usm        readonly
view all    included  .1                              80
access MyROGroup ""    any      noauth    exact  all    none  none
syslocation "location"
syscontact email@gmail.com
sysDescr "Description"
#This line allows Observium to detect the host OS if the distro script is installed
#extend .1.3.6.1.4.1.8072.3.2.10 distro /usr/bin/distro
extend .1.3.6.1.4.1.2021.7890.1 distro /usr/bin/distro
 
Here is mine.

Code:
root@mathewmoon [~]# cat /etc/snmp/snmpd.conf
com2sec readonly  default        public
group MyROGroup v1        readonly
group MyROGroup v2c        readonly
group MyROGroup usm        readonly
view all    included  .1                              80
access MyROGroup ""      any      noauth    exact  all    none  none
syslocation VPS
syscontact me@somebody.net
#This line allows Observium to detect the host OS if the distro script is installed
extend .1.3.6.1.4.1.2021.7890.1 distro /usr/bin/distro

US VPS specialists KnownHost - for 24/7 support and exceptional reliability.
 
Top