Hi!
I've installed Observium (SVN), configured according to the Ubuntu SVN guide, added the extend line to snmpd.conf but Observium still sees my Debian server as a Generic one.
I've tried deleting and adding it again. Any advice?
Also, after adding a device Observium doesn't perform an auto-discovery, is this by design?
Thanks, Pas
On 04/08/2010 13:05, Pas wrote:
Hi!
I've installed Observium (SVN), configured according to the Ubuntu SVN guide, added the extend line to snmpd.conf but Observium still sees my Debian server as a Generic one.
Have you put the distro script from observium/scripts/distro into /usr/bin/distro on the Debian server, and chmod 755'd it?
I've tried deleting and adding it again. Any advice?
Also, after adding a device Observium doesn't perform an auto-discovery, is this by design?
Yeah, it can be quite annoying if you have a lot of devices to add and it insists on spending 30 seconds between each one doing autodiscovery.
If you run ./discovery.php -h all, it'll discover them in reverse order, so you can cancel it once it's discovered the devices you've just added.
Alternatively you can do ./discovery.php -h <id> to do just that device. The ID is returned by the addhost script.
You might also want to poll new devices to create the RRD files. (don't poll all devices outside of their regular polling cycle, as this'll make ugly graphs)
adam.
On 2010.08.04. 15:22, Adam Armstrong wrote:
On 04/08/2010 13:05, Pas wrote:
Hi!
I've installed Observium (SVN), configured according to the Ubuntu SVN guide, added the extend line to snmpd.conf but Observium still sees my Debian server as a Generic one.
Have you put the distro script from observium/scripts/distro into /usr/bin/distro on the Debian server, and chmod 755'd it?
Yes, it works snmpwalk gives this:
iso.3.6.1.4.1.2021.7890.1.1.0 = INTEGER: 1 iso.3.6.1.4.1.2021.7890.1.2.1.2.6.100.105.115.116.114.111 = STRING: "/usr/bin/distro" iso.3.6.1.4.1.2021.7890.1.2.1.3.6.100.105.115.116.114.111 = "" iso.3.6.1.4.1.2021.7890.1.2.1.4.6.100.105.115.116.114.111 = "" iso.3.6.1.4.1.2021.7890.1.2.1.5.6.100.105.115.116.114.111 = INTEGER: 5 iso.3.6.1.4.1.2021.7890.1.2.1.6.6.100.105.115.116.114.111 = INTEGER: 1 iso.3.6.1.4.1.2021.7890.1.2.1.7.6.100.105.115.116.114.111 = INTEGER: 1 iso.3.6.1.4.1.2021.7890.1.2.1.20.6.100.105.115.116.114.111 = INTEGER: 4 iso.3.6.1.4.1.2021.7890.1.2.1.21.6.100.105.115.116.114.111 = INTEGER: 1 iso.3.6.1.4.1.2021.7890.1.3.1.1.6.100.105.115.116.114.111 = STRING: "Debian squeeze/sid" iso.3.6.1.4.1.2021.7890.1.3.1.2.6.100.105.115.116.114.111 = STRING: "Debian squeeze/sid" iso.3.6.1.4.1.2021.7890.1.3.1.3.6.100.105.115.116.114.111 = INTEGER: 1 iso.3.6.1.4.1.2021.7890.1.3.1.4.6.100.105.115.116.114.111 = INTEGER: 0 iso.3.6.1.4.1.2021.7890.1.4.1.2.6.100.105.115.116.114.111.1 = STRING: "Debian squeeze/sid"
It's actually a squeeze box.
I've tried deleting and adding it again. Any advice?
Also, after adding a device Observium doesn't perform an auto-discovery, is this by design?
Yeah, it can be quite annoying if you have a lot of devices to add and it insists on spending 30 seconds between each one doing autodiscovery.
Then what about a big shiny button on the web interface to do initial discovery?
If you run ./discovery.php -h all, it'll discover them in reverse order, so you can cancel it once it's discovered the devices you've just added.
Alternatively you can do ./discovery.php -h <id> to do just that device. The ID is returned by the addhost script.
You might also want to poll new devices to create the RRD files. (don't poll all devices outside of their regular polling cycle, as this'll make ugly graphs)
adam.
Thanks, Pas
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
On 04/08/2010 15:15, Pas wrote:
On 2010.08.04. 15:22, Adam Armstrong wrote:
On 04/08/2010 13:05, Pas wrote:
Hi!
I've installed Observium (SVN), configured according to the Ubuntu SVN guide, added the extend line to snmpd.conf but Observium still sees my Debian server as a Generic one.
Have you put the distro script from observium/scripts/distro into /usr/bin/distro on the Debian server, and chmod 755'd it?
Yes, it works snmpwalk gives this:
iso.3.6.1.4.1.2021.7890.1.1.0 = INTEGER: 1 iso.3.6.1.4.1.2021.7890.1.2.1.2.6.100.105.115.116.114.111 = STRING: "/usr/bin/distro" iso.3.6.1.4.1.2021.7890.1.2.1.3.6.100.105.115.116.114.111 = "" iso.3.6.1.4.1.2021.7890.1.2.1.4.6.100.105.115.116.114.111 = "" iso.3.6.1.4.1.2021.7890.1.2.1.5.6.100.105.115.116.114.111 = INTEGER: 5 iso.3.6.1.4.1.2021.7890.1.2.1.6.6.100.105.115.116.114.111 = INTEGER: 1 iso.3.6.1.4.1.2021.7890.1.2.1.7.6.100.105.115.116.114.111 = INTEGER: 1 iso.3.6.1.4.1.2021.7890.1.2.1.20.6.100.105.115.116.114.111 = INTEGER: 4 iso.3.6.1.4.1.2021.7890.1.2.1.21.6.100.105.115.116.114.111 = INTEGER: 1 iso.3.6.1.4.1.2021.7890.1.3.1.1.6.100.105.115.116.114.111 = STRING: "Debian squeeze/sid" iso.3.6.1.4.1.2021.7890.1.3.1.2.6.100.105.115.116.114.111 = STRING: "Debian squeeze/sid" iso.3.6.1.4.1.2021.7890.1.3.1.3.6.100.105.115.116.114.111 = INTEGER: 1 iso.3.6.1.4.1.2021.7890.1.3.1.4.6.100.105.115.116.114.111 = INTEGER: 0 iso.3.6.1.4.1.2021.7890.1.4.1.2.6.100.105.115.116.114.111.1 = STRING: "Debian squeeze/sid"
It's actually a squeeze box.
Hmm. I'll have a look :)
I've tried deleting and adding it again. Any advice?
Also, after adding a device Observium doesn't perform an auto-discovery, is this by design?
Yeah, it can be quite annoying if you have a lot of devices to add and it insists on spending 30 seconds between each one doing autodiscovery.
Then what about a big shiny button on the web interface to do initial discovery?
We don't want to add the ability for the web interface to directly run scripts. We are thinking of nice ways of handling discovery for devices.
Most users seem to just add devices via the commandline though :)
adam.
On 04/08/2010 15:17, Adam Armstrong wrote:
On 04/08/2010 15:15, Pas wrote:
On 2010.08.04. 15:22, Adam Armstrong wrote:
On 04/08/2010 13:05, Pas wrote:
Hi!
I've installed Observium (SVN), configured according to the Ubuntu SVN guide, added the extend line to snmpd.conf but Observium still sees my Debian server as a Generic one.
Does it see it as "Linux" or "Generic"?
adam.
On 2010.08.04. 16:32, Adam Armstrong wrote:
On 04/08/2010 15:17, Adam Armstrong wrote:
On 04/08/2010 15:15, Pas wrote:
On 2010.08.04. 15:22, Adam Armstrong wrote:
On 04/08/2010 13:05, Pas wrote:
Hi!
I've installed Observium (SVN), configured according to the Ubuntu SVN guide, added the extend line to snmpd.conf but Observium still sees my Debian server as a Generic one.
Does it see it as "Linux" or "Generic"?
It appears as a Generic Device.
Pas
adam. _______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
On 05/08/2010 01:29, Pas wrote:
On 2010.08.04. 16:32, Adam Armstrong wrote:
On 04/08/2010 15:17, Adam Armstrong wrote:
On 04/08/2010 15:15, Pas wrote:
On 2010.08.04. 15:22, Adam Armstrong wrote:
On 04/08/2010 13:05, Pas wrote:
Hi!
I've installed Observium (SVN), configured according to the Ubuntu SVN guide, added the extend line to snmpd.conf but Observium still sees my Debian server as a Generic one.
Does it see it as "Linux" or "Generic"?
It appears as a Generic Device.
Delete it and readd it. It's failed to detect it as being Linux, so distribution detection won't even be attempted.
We don't allow a device to change OS type automatically, because false detection can cause horrible things to happen.
adam.
Hi,
after poking around a little:
includes/functions.php (getHostOS function)
$sysDescr = snmp_get ($device, "sysDescr.0", "-Ovq"); $sysObjectId = snmp_get ($device, "sysObjectID.0", "-Ovqn");
generates the following commands:
/usr/bin/snmpget -v2c -c secretsecret localhost:161 -Ovq -M /srv/observium/mibs/ sysDescr.0 /usr/bin/snmpget -v2c -c secretsecret localhost:161 -Ovqn -M /srv/observium/mibs/ sysObjectID.0
And they're wrong, because the commands lack a "-m SNMPv2-MIB" argument.
$sysDescr = snmp_get ($device, "sysDescr.0", "-Ovq", "SNMPv2-MIB"); $sysObjectId = snmp_get ($device, "sysObjectID.0", "-Ovqn", "SNMPv2-MIB");
Seems to solve the issue.
However, graphs tend to be full of "-nan"s, while the percentage bars are fine.
And doing a " ./poller.php -h all -d 2>&1 | less " shows a lot of these:
UDP/usr/bin/snmpget -v2c -c secretsecret localhost:161 -OQUs -M /srv/observium/mibs/ udpInDatagrams.0 udpOutDatagrams.0 udpInErrors.0 udpNoPorts.0 udpInDatagrams.0: Unknown Object Identifier (Sub-id not found: (top) -> udpInDatagrams) udpOutDatagrams.0: Unknown Object Identifier (Sub-id not found: (top) -> udpOutDatagrams) udpInErrors.0: Unknown Object Identifier (Sub-id not found: (top) -> udpInErrors) udpNoPorts.0: Unknown Object Identifier (Sub-id not found: (top) -> udpNoPorts)
Thanks, Pas
On 05/08/2010 02:57, Pas wrote:
Hi,
after poking around a little:
includes/functions.php (getHostOS function)
$sysDescr = snmp_get ($device, "sysDescr.0", "-Ovq"); $sysObjectId = snmp_get ($device, "sysObjectID.0", "-Ovqn");
generates the following commands:
/usr/bin/snmpget -v2c -c secretsecret localhost:161 -Ovq -M /srv/observium/mibs/ sysDescr.0 /usr/bin/snmpget -v2c -c secretsecret localhost:161 -Ovqn -M /srv/observium/mibs/ sysObjectID.0
And they're wrong, because the commands lack a "-m SNMPv2-MIB" argument.
$sysDescr = snmp_get ($device, "sysDescr.0", "-Ovq", "SNMPv2-MIB"); $sysObjectId = snmp_get ($device, "sysObjectID.0", "-Ovqn", "SNMPv2-MIB");
Seems to solve the issue.
However, graphs tend to be full of "-nan"s, while the percentage bars are fine.
And doing a " ./poller.php -h all -d 2>&1 | less " shows a lot of these:
UDP/usr/bin/snmpget -v2c -c secretsecret localhost:161 -OQUs -M /srv/observium/mibs/ udpInDatagrams.0 udpOutDatagrams.0 udpInErrors.0 udpNoPorts.0 udpInDatagrams.0: Unknown Object Identifier (Sub-id not found: (top) -> udpInDatagrams) udpOutDatagrams.0: Unknown Object Identifier (Sub-id not found: (top) -> udpOutDatagrams) udpInErrors.0: Unknown Object Identifier (Sub-id not found: (top) -> udpInErrors) udpNoPorts.0: Unknown Object Identifier (Sub-id not found: (top) -> udpNoPorts)
Hmm. net-snmp on your system seems not to automatically load the 'standard' net-snmp MIBs.
I suppose we'll have to start specifying mibs for every command.
adam.
On 05/08/2010 03:12, Adam Armstrong wrote:
On 05/08/2010 02:57, Pas wrote:
Hi,
after poking around a little:
includes/functions.php (getHostOS function)
$sysDescr = snmp_get ($device, "sysDescr.0", "-Ovq"); $sysObjectId = snmp_get ($device, "sysObjectID.0", "-Ovqn");
generates the following commands:
/usr/bin/snmpget -v2c -c secretsecret localhost:161 -Ovq -M /srv/observium/mibs/ sysDescr.0 /usr/bin/snmpget -v2c -c secretsecret localhost:161 -Ovqn -M /srv/observium/mibs/ sysObjectID.0
And they're wrong, because the commands lack a "-m SNMPv2-MIB" argument.
$sysDescr = snmp_get ($device, "sysDescr.0", "-Ovq", "SNMPv2-MIB"); $sysObjectId = snmp_get ($device, "sysObjectID.0", "-Ovqn", "SNMPv2-MIB");
Seems to solve the issue.
However, graphs tend to be full of "-nan"s, while the percentage bars are fine.
And doing a " ./poller.php -h all -d 2>&1 | less " shows a lot of these:
UDP/usr/bin/snmpget -v2c -c secretsecret localhost:161 -OQUs -M /srv/observium/mibs/ udpInDatagrams.0 udpOutDatagrams.0 udpInErrors.0 udpNoPorts.0 udpInDatagrams.0: Unknown Object Identifier (Sub-id not found: (top) -> udpInDatagrams) udpOutDatagrams.0: Unknown Object Identifier (Sub-id not found: (top) -> udpOutDatagrams) udpInErrors.0: Unknown Object Identifier (Sub-id not found: (top) -> udpInErrors) udpNoPorts.0: Unknown Object Identifier (Sub-id not found: (top) -> udpNoPorts)
Hmm. net-snmp on your system seems not to automatically load the 'standard' net-snmp MIBs.
I suppose we'll have to start specifying mibs for every command.
Are you using the default net-snmp package for debian?
I have Observium installs on other debian devices and some redhat devices which work ok.
Can you show me the snmp.conf? Has it been changed from default?
Thanks, adam.
On 2010.08.05. 4:22, Adam Armstrong wrote:
On 05/08/2010 03:12, Adam Armstrong wrote:
On 05/08/2010 02:57, Pas wrote:
Hi,
after poking around a little:
includes/functions.php (getHostOS function)
$sysDescr = snmp_get ($device, "sysDescr.0", "-Ovq"); $sysObjectId = snmp_get ($device, "sysObjectID.0", "-Ovqn");
generates the following commands:
/usr/bin/snmpget -v2c -c secretsecret localhost:161 -Ovq -M /srv/observium/mibs/ sysDescr.0 /usr/bin/snmpget -v2c -c secretsecret localhost:161 -Ovqn -M /srv/observium/mibs/ sysObjectID.0
And they're wrong, because the commands lack a "-m SNMPv2-MIB" argument.
$sysDescr = snmp_get ($device, "sysDescr.0", "-Ovq", "SNMPv2-MIB"); $sysObjectId = snmp_get ($device, "sysObjectID.0", "-Ovqn", "SNMPv2-MIB");
Seems to solve the issue.
However, graphs tend to be full of "-nan"s, while the percentage bars are fine.
And doing a " ./poller.php -h all -d 2>&1 | less " shows a lot of these:
UDP/usr/bin/snmpget -v2c -c secretsecret localhost:161 -OQUs -M /srv/observium/mibs/ udpInDatagrams.0 udpOutDatagrams.0 udpInErrors.0 udpNoPorts.0 udpInDatagrams.0: Unknown Object Identifier (Sub-id not found: (top) -> udpInDatagrams) udpOutDatagrams.0: Unknown Object Identifier (Sub-id not found: (top) -> udpOutDatagrams) udpInErrors.0: Unknown Object Identifier (Sub-id not found: (top) -> udpInErrors) udpNoPorts.0: Unknown Object Identifier (Sub-id not found: (top) -> udpNoPorts)
Hmm. net-snmp on your system seems not to automatically load the 'standard' net-snmp MIBs.
I suppose we'll have to start specifying mibs for every command.
Are you using the default net-snmp package for debian?
I have Observium installs on other debian devices and some redhat devices which work ok.
Can you show me the snmp.conf? Has it been changed from default?
$ cat /etc/snmp/snmp.conf # # As the snmp packages come without MIB files due to license reasons, loading # of MIBs is disabled by default. If you added the MIBs you can reenable # loaging them by commenting out the following line. mibs : mibdirs +/srv/observium/mibs
== EOF ==
Only change was when I added the mibdirs line. It's the default snmpd for squeeze which pulls the snmp, libsnmp15 and other packages. (It's actually quite bad, snmpd.conf is a mess and the comments are not actually helpful. snmpconf generates a better one, which is surprising, but leaves snmp.conf as it was.)
I'm guessing they put the MIBs into this package: http://packages.debian.org/squeeze/snmp-mibs-downloader , but as this is non-free I wouldn't count on it being installed on every Debian box.
Pas
Thanks, adam. _______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
On 05/08/2010 04:13, Pas wrote:
On 2010.08.05. 4:22, Adam Armstrong wrote:
On 05/08/2010 03:12, Adam Armstrong wrote:
On 05/08/2010 02:57, Pas wrote:
Hi,
after poking around a little:
includes/functions.php (getHostOS function)
$sysDescr = snmp_get ($device, "sysDescr.0", "-Ovq"); $sysObjectId = snmp_get ($device, "sysObjectID.0", "-Ovqn");
generates the following commands:
/usr/bin/snmpget -v2c -c secretsecret localhost:161 -Ovq -M /srv/observium/mibs/ sysDescr.0 /usr/bin/snmpget -v2c -c secretsecret localhost:161 -Ovqn -M /srv/observium/mibs/ sysObjectID.0
And they're wrong, because the commands lack a "-m SNMPv2-MIB" argument.
$sysDescr = snmp_get ($device, "sysDescr.0", "-Ovq", "SNMPv2-MIB"); $sysObjectId = snmp_get ($device, "sysObjectID.0", "-Ovqn", "SNMPv2-MIB");
Seems to solve the issue.
However, graphs tend to be full of "-nan"s, while the percentage bars are fine.
And doing a " ./poller.php -h all -d 2>&1 | less " shows a lot of these:
UDP/usr/bin/snmpget -v2c -c secretsecret localhost:161 -OQUs -M /srv/observium/mibs/ udpInDatagrams.0 udpOutDatagrams.0 udpInErrors.0 udpNoPorts.0 udpInDatagrams.0: Unknown Object Identifier (Sub-id not found: (top) -> udpInDatagrams) udpOutDatagrams.0: Unknown Object Identifier (Sub-id not found: (top) -> udpOutDatagrams) udpInErrors.0: Unknown Object Identifier (Sub-id not found: (top) -> udpInErrors) udpNoPorts.0: Unknown Object Identifier (Sub-id not found: (top) -> udpNoPorts)
Hmm. net-snmp on your system seems not to automatically load the 'standard' net-snmp MIBs.
I suppose we'll have to start specifying mibs for every command.
Are you using the default net-snmp package for debian?
I have Observium installs on other debian devices and some redhat devices which work ok.
Can you show me the snmp.conf? Has it been changed from default?
$ cat /etc/snmp/snmp.conf # # As the snmp packages come without MIB files due to license reasons, loading # of MIBs is disabled by default. If you added the MIBs you can reenable # loaging them by commenting out the following line. mibs : mibdirs +/srv/observium/mibs
== EOF ==
Only change was when I added the mibdirs line. It's the default snmpd for squeeze which pulls the snmp, libsnmp15 and other packages. (It's actually quite bad, snmpd.conf is a mess and the comments are not actually helpful. snmpconf generates a better one, which is surprising, but leaves snmp.conf as it was.)
I'm guessing they put the MIBs into this package: http://packages.debian.org/squeeze/snmp-mibs-downloader , but as this is non-free I wouldn't count on it being installed on every Debian box.
My word, debain can be pretty spectacularly brain-dead at times.
Using this style of idiotic packaging, you can't even query the MIBs the snmp daemon supports as default!
That package doesn't seem to exist on debian lenny, which is the debian system i've tested on before. seems like some idiot at debian was bored and thought they'd make life even harder for people who bother sticking with them.
It almost makes me as angry as network vendors randomly changing how they implement mibs between software releases! (or forgetting to implement some mibs in some releases)
adam.
I am facing the same problem plus more. First I am running observium 0.6.0 on FreeBSD 6.4 with apache 1.3.41 and php5-5.2.6_2 with mysql-server-5.0.67_1 and it has been working since the 0.6.0 seen then light. I don't have problems as I remember I had couple of things and you guided me at that time, and been solved. Now with observium svn on the same box but using another virtual server in apache. but it did not work as expected, no distro detection, and in some how no polling of data happening although I am using cron. i went to /dir/observium/includes/defaults.inc.php and found up there are some more software used tried to install with no result. I have every thing installed except nagios plugin and ping, I did not know what pkg to install for those. I get devices UP but no interface is UP, as example . m0n0wall 1.32 it should read ng0 as wan interface, observium reads 1 interface with no type. So I have 1 interface Ports : 1 ( 0 up 0 down 0 ignored 0 shutdown )
BSD# php ./discovery.php -h 1 Observium v0.10 Discovery
host.domain.com 1 generic Ports : .- Processors : hrDevice Memory : IP Addresses : !!!! IPv6 Addresses : Sensors: ENTITY-SENSOR Temperatures: Humidity : Voltages: Frequencies: Current: Fanspeeds : Storage : hrDevice : Discovery protocols: LLDP-MIB: ARP Table : . BGP Sessions : No BGP on host Q-BRIDGE-MIB VLANs : Toner : UCD Disk IO : Discovered in 17.56 seconds
BSD# php ./poller.php -h 1 Observium Poller v0.10
Starting polling run:
host.domain.com 1 generic Generic :( Hardware: Version: Features: Memory: Storage: Polling Netstats: IP TCP UDP ICMP SNMP HR Stats: Polling IP-MIB ipSystemStats [BCaching Oids: ifEntry ifXEntry dot3Stats --> Port Deleted? Caching OID: cipMacHCSwitchedBytes cipMacHCSwitchedPkts Polling BGP peers Wireless:
1281009166.68 - 1281009152.81; 13.87 13.873871088Polled in 13.87 seconds UPDATED! BSD#
Regards, Mohammed
Hi Ismael,
These issues look to be also related to MIBs not being loaded as default by the SNMP client.
I think we might start to specify MIBs on every commandline to work around these issues.
adam.
I am facing the same problem plus more. First I am running observium 0.6.0 on FreeBSD 6.4 with apache 1.3.41 and php5-5.2.6_2 with mysql-server-5.0.67_1 and it has been working since the 0.6.0 seen then light. I don't have problems as I remember I had couple of things and you guided me at that time, and been solved. Now with observium svn on the same box but using another virtual server in apache. but it did not work as expected, no distro detection, and in some how no polling of data happening although I am using cron. i went to /dir/observium/includes/defaults.inc.php and found up there are some more software used tried to install with no result. I have every thing installed except nagios plugin and ping, I did not know what pkg to install for those. I get devices UP but no interface is UP, as example . m0n0wall 1.32 it should read ng0 as wan interface, observium reads 1 interface with no type. So I have 1 interface Ports : 1 ( 0 up 0 down 0 ignored 0 shutdown )
BSD# php ./discovery.php -h 1 Observium v0.10 Discovery
host.domain.com 1 generic Ports : .- Processors : hrDevice Memory : IP Addresses : !!!! IPv6 Addresses : Sensors: ENTITY-SENSOR Temperatures: Humidity : Voltages: Frequencies: Current: Fanspeeds : Storage : hrDevice : Discovery protocols: LLDP-MIB: ARP Table : . BGP Sessions : No BGP on host Q-BRIDGE-MIB VLANs : Toner : UCD Disk IO : Discovered in 17.56 seconds
BSD# php ./poller.php -h 1 Observium Poller v0.10
Starting polling run:
host.domain.com 1 generic Generic :( Hardware: Version: Features: Memory: Storage: Polling Netstats: IP TCP UDP ICMP SNMP HR Stats: Polling IP-MIB ipSystemStats [BCaching Oids: ifEntry ifXEntry dot3Stats --> Port Deleted? Caching OID: cipMacHCSwitchedBytes cipMacHCSwitchedPkts Polling BGP peers Wireless:
1281009166.68 - 1281009152.81; 13.87 13.873871088Polled in 13.87 seconds UPDATED! BSD#
Regards, Mohammed
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
In a simple way, how to specify MIBs on a command line, and which file(s) needs that custom modification? Or this would be a permanent change to Observium files? Regdards, Mohammed
-----Original Message----- From: observium-bounces@observium.org [mailto:observium-bounces@observium.org] On Behalf Of Adam Armstrong Sent: Thursday, August 05, 2010 4:13 PM To: Observium Network Observation System Subject: Re: [Observium] Distribution detection fails
Hi Ismael,
These issues look to be also related to MIBs not being loaded as default by the SNMP client.
I think we might start to specify MIBs on every commandline to work around these issues.
adam.
Install the mibs and remove the "Mibs: " line from the snmp.conf
If that doesn't work, i recommend switching your Observium VM to Ubuntu, as they haven't broken their SNMP install.
We'll change the Observium code eventually, but it may not happen immediately.
adam.
In a simple way, how to specify MIBs on a command line, and which file(s) needs that custom modification? Or this would be a permanent change to Observium files? Regdards, Mohammed
-----Original Message----- From: observium-bounces@observium.org [mailto:observium-bounces@observium.org] On Behalf Of Adam Armstrong Sent: Thursday, August 05, 2010 4:13 PM To: Observium Network Observation System Subject: Re: [Observium] Distribution detection fails
Hi Ismael,
These issues look to be also related to MIBs not being loaded as default by the SNMP client.
I think we might start to specify MIBs on every commandline to work around these issues.
adam.
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
participants (4)
-
Adam Armstrong
-
Adam Armstrong
-
m.ismael
-
Pas