[Check_mk (english)] Inventory / monitoring of Linksys SGE2010 with SNMP

Hi all,

I have been trying to add my SGE2010 stack to my OMD installation, but I can’t get the inventory to find all the available interfaces on the system and add them to the monitoring interface. Using SNMP v2 causes the inventory
to fail, but I managed to get it to work on the command line using SNMP v1 (it timed out using the web GUI though). Now I have several checks, but the interface reports that the check times out. Snmpwalk and snmpbulkwalk are also extremely slow…

This seems to be more of a switch problem than a Check_MK problem… but I would be very happy to hear your thoughts. I am running OMD 0.56 and Check_MK 1.2.0p2. I saw the following
threads with the similar problems but no answers:

http://lists.mathias-kettner.de/pipermail/checkmk-en/2010-December/002250.html

http://lists.mathias-kettner.de/pipermail/checkmk-de/2011-October/001307.html

Thanks a million,

  • Tim

Hi Tim,

1.) Timeouts/slowness:

it’s most likely a switch problem. You should try tweaking nagios’ service_check_timeout variable (default set to 60 sec, set this to a higher value, maybe 120 or even higher). This can be done by adding “service_check_timeout=120” to your ~/etc/nagios/nagios.cfg and restart/reload (“cmk-R”/“cmk -O”).

2.) Interfaces:

check which porttype is reported by the switch (snmpwalk -v1 -c .1.3.6.1.2.1.2.2.1.3). Most likely cmk does not know the porttype should be inventorized. Which porttypes are inventorized can be checked in WATO → Global Settings → Check configuration → Network interface port types to inventorize. This setting can only be specified in global scope for current stable release of cmk. In git-/dev-release this setting can be done in rules and therefor inherited by folders, tags, …

HTH,

Marcel

···

2013/2/5 Timothée Guicherd timg@ipconnect.com.au

Hi all,

I have been trying to add my SGE2010 stack to my OMD installation, but I can’t get the inventory to find all the available interfaces on the system and add them to the monitoring interface. Using SNMP v2 causes the inventory
to fail, but I managed to get it to work on the command line using SNMP v1 (it timed out using the web GUI though). Now I have several checks, but the interface reports that the check times out. Snmpwalk and snmpbulkwalk are also extremely slow…

This seems to be more of a switch problem than a Check_MK problem… but I would be very happy to hear your thoughts. I am running OMD 0.56 and Check_MK 1.2.0p2. I saw the following
threads with the similar problems but no answers:

http://lists.mathias-kettner.de/pipermail/checkmk-en/2010-December/002250.html

http://lists.mathias-kettner.de/pipermail/checkmk-de/2011-October/001307.html

Thanks a million,

  • Tim

checkmk-en mailing list

checkmk-en@lists.mathias-kettner.de

http://lists.mathias-kettner.de/mailman/listinfo/checkmk-en

Just give up with this type of switch. Snmp is a joke on it.

···

2013/2/5 Timothée Guicherd timg@ipconnect.com.au

Hi all,

                  I have been trying to add my SGE2010 stack to

my OMD installation, but I can’t get the inventory
to find all the available interfaces on the system
and add them to the monitoring interface. Using SNMP v2 causes
the inventory to fail, but I managed to get it
to work on the command line using SNMP v1 (it
timed out using the web GUI though). Now I have
several checks, but the interface reports that
the check times out. Snmpwalk and snmpbulkwalk
are also extremely slow…

                  This seems to be more of a switch problem than

a Check_MK problem… but I would be very happy to
hear your thoughts. I am running OMD 0.56 and
Check_MK 1.2.0p2. I saw the following
threads with the similar problems but no
answers:

http://lists.mathias-kettner.de/pipermail/checkmk-en/2010-December/002250.html

http://lists.mathias-kettner.de/pipermail/checkmk-de/2011-October/001307.html

Thanks a million,

  • Tim
        _______________________________________________

        checkmk-en mailing list

        checkmk-en@lists.mathias-kettner.de

        [http://lists.mathias-kettner.de/mailman/listinfo/checkmk-en](http://lists.mathias-kettner.de/mailman/listinfo/checkmk-en)

Did anyone have luck getting this going? I now have to monitor a Linksys SGE-2000P stack.

I am running omd-0.57.20130522-rh61-30.x86_64

I have interface type ethernetCsmacd(6), propVirtual(53) enabled.

I ran a “snmpwalk -On -v2c -c $USER20$ $HOSTADDRESS$ | grep 1.3.6.1.2.1.2.2.1.3”

.1.3.6.1.2.1.2.2.1.3.1 = INTEGER: ethernetCsmacd(6)

.1.3.6.1.2.1.2.2.1.3.100018 = INTEGER: propVirtual(53)

Thanks,

/Chris C

···

On Tue, Feb 5, 2013 at 5:49 AM, Marcel Schulte schulte.marcel@gmail.com wrote:

Hi Tim,

1.) Timeouts/slowness:

it’s most likely a switch problem. You should try tweaking nagios’ service_check_timeout variable (default set to 60 sec, set this to a higher value, maybe 120 or even higher). This can be done by adding “service_check_timeout=120” to your ~/etc/nagios/nagios.cfg and restart/reload (“cmk-R”/“cmk -O”).

2.) Interfaces:

check which porttype is reported by the switch (snmpwalk -v1 -c .1.3.6.1.2.1.2.2.1.3). Most likely cmk does not know the porttype should be inventorized. Which porttypes are inventorized can be checked in WATO → Global Settings → Check configuration → Network interface port types to inventorize. This setting can only be specified in global scope for current stable release of cmk. In git-/dev-release this setting can be done in rules and therefor inherited by folders, tags, …

HTH,

Marcel


checkmk-en mailing list

checkmk-en@lists.mathias-kettner.de

http://lists.mathias-kettner.de/mailman/listinfo/checkmk-en

2013/2/5 Timothée Guicherd timg@ipconnect.com.au

Hi all,

I have been trying to add my SGE2010 stack to my OMD installation, but I can’t get the inventory to find all the available interfaces on the system and add them to the monitoring interface. Using SNMP v2 causes the inventory
to fail, but I managed to get it to work on the command line using SNMP v1 (it timed out using the web GUI though). Now I have several checks, but the interface reports that the check times out. Snmpwalk and snmpbulkwalk are also extremely slow…

This seems to be more of a switch problem than a Check_MK problem… but I would be very happy to hear your thoughts. I am running OMD 0.56 and Check_MK 1.2.0p2. I saw the following
threads with the similar problems but no answers:

http://lists.mathias-kettner.de/pipermail/checkmk-en/2010-December/002250.html

http://lists.mathias-kettner.de/pipermail/checkmk-de/2011-October/001307.html

Thanks a million,

  • Tim

checkmk-en mailing list

checkmk-en@lists.mathias-kettner.de

http://lists.mathias-kettner.de/mailman/listinfo/checkmk-en

Snmpbulkwalk doesn’t seem to be stable on the Linksys SGE-2000P. Command line snmpbulkwalk commands fail.

I created a WATO rule in Host & Service Parameters / Access to Agents / Hosts using SNMP v2c (and no bulk walk)

The host still seems to be using bulkwalk.

OMD[atd]:~$ cmk -IIu --debug linksys_stack

Scanning host linksys_stack(192.168.169.11) for SNMP checks…Running ‘snmpget -v2c -c ‘L0lCatz’ -m ‘’ -M ‘’ -On -OQ -Oe -Ot 192.168.169.11 .1.3.6.1.2.1.1.1.0 2>/dev/null’

SNMP answer: ==> [“24-port 10/100/1000 Ethernet Switch”]

Running ‘snmpget -v2c -c ‘L0lCatz’ -m ‘’ -M ‘’ -On -OQ -Oe -Ot 192.168.169.11 .1.3.6.1.4.1.231.2.10.2.1.1.0 2>/dev/null’

SNMP answer: ==> [No Such Object available on this agent at this OID]

Running ‘snmpget -v2c -c ‘L0lCatz’ -m ‘’ -M ‘’ -On -OQ -Oe -Ot 192.168.169.11 .1.3.6.1.2.1.1.2.0 2>/dev/null’

SNMP answer: ==> [.1.3.6.1.4.1.3955.7.4.2000.2]

Running ‘snmpget -v2c -c ‘L0lCatz’ -m ‘’ -M ‘’ -On -OQ -Oe -Ot 192.168.169.11 .1.3.6.1.4.1.12356.1.8.0 2>/dev/null’

SNMP answer: ==> [No Such Object available on this agent at this OID]

Running ‘snmpget -v2c -c ‘L0lCatz’ -m ‘’ -M ‘’ -On -OQ -Oe -Ot 192.168.169.11 .1.3.6.1.4.1.232.2.2.4.2.0 2>/dev/null’

SNMP answer: ==> [No Such Object available on this agent at this OID]

Running ‘snmpget -v2c -c ‘L0lCatz’ -m ‘’ -M ‘’ -On -OQ -Oe -Ot 192.168.169.11 .1.3.6.1.2.1.25.1.1.0 2>/dev/null’

SNMP answer: ==> [No Such Object available on this agent at this OID]

Running ‘snmpget -v2c -c ‘L0lCatz’ -m ‘’ -M ‘’ -On -OQ -Oe -Ot 192.168.169.11 1.3.6.1.2.1.1.1.0 2>/dev/null’

SNMP answer: ==> [“24-port 10/100/1000 Ethernet Switch”]

Running ‘snmpgetnext -Cf -v2c -c ‘L0lCatz’ -m ‘’ -M ‘’ -On -OQ -Oe -Ot 192.168.169.11 .1.3.6.1.2.1.31.1.1.1.6 2>/dev/null’

SNMP answer: ==> [10989484759]

if64 Running ‘snmpget -v2c -c ‘L0lCatz’ -m ‘’ -M ‘’ -On -OQ -Oe -Ot 192.168.169.11 .1.3.6.1.2.1.43.11.1.1.6.1.1 2>/dev/null’

SNMP answer: ==> [No Such Object available on this agent at this OID]

Running ‘snmpget -v2c -c ‘L0lCatz’ -m ‘’ -M ‘’ -On -OQ -Oe -Ot 192.168.169.11 .1.3.6.1.2.1.43.10.2.1.4.1.1 2>/dev/null’

SNMP answer: ==> [No Such Object available on this agent at this OID]

Running ‘snmpget -v2c -c ‘L0lCatz’ -m ‘’ -M ‘’ -On -OQ -Oe -Ot 192.168.169.11 .1.3.6.1.4.1.789.1.2.1.3.0 2>/dev/null’

SNMP answer: ==> [No Such Object available on this agent at this OID]

Running ‘snmpget -v2c -c ‘L0lCatz’ -m ‘’ -M ‘’ -On -OQ -Oe -Ot 192.168.169.11 .1.3.6.1.2.1.1.4.0 2>/dev/null’

SNMP answer: ==> [“Doug Hairfield”]

Running ‘snmpget -v2c -c ‘L0lCatz’ -m ‘’ -M ‘’ -On -OQ -Oe -Ot 192.168.169.11 .1.3.6.1.4.1.789.1.17.20.0 2>/dev/null’

SNMP answer: ==> [No Such Object available on this agent at this OID]

snmp_info Running ‘snmpget -v2c -c ‘L0lCatz’ -m ‘’ -M ‘’ -On -OQ -Oe -Ot 192.168.169.11 .1.3.6.1.4.1.3854.1.1.6.0 2>/dev/null’

SNMP answer: ==> [No Such Object available on this agent at this OID]

snmp_uptime Running ‘snmpget -v2c -c ‘L0lCatz’ -m ‘’ -M ‘’ -On -OQ -Oe -Ot 192.168.169.11 .1.3.6.1.4.1.9.9.48.1.1.1.6.1 2>/dev/null’

SNMP answer: ==> [No Such Object available on this agent at this OID]

Running ‘snmpget -v2c -c ‘L0lCatz’ -m ‘’ -M ‘’ -On -OQ -Oe -Ot 192.168.169.11 .1.3.6.1.4.1.12356.1.9.0 2>/dev/null’

SNMP answer: ==> [No Such Object available on this agent at this OID]

Running ‘snmpget -v2c -c ‘L0lCatz’ -m ‘’ -M ‘’ -On -OQ -Oe -Ot 192.168.169.11 .1.3.6.1.4.1.1602.1.1.1.1.0 2>/dev/null’

SNMP answer: ==> [No Such Object available on this agent at this OID]

Running ‘snmpget -v2c -c ‘L0lCatz’ -m ‘’ -M ‘’ -On -OQ -Oe -Ot 192.168.169.11 .1.3.6.1.4.1.12356.1.10.0 2>/dev/null’

SNMP answer: ==> [No Such Object available on this agent at this OID]

Running ‘snmpget -v2c -c ‘L0lCatz’ -m ‘’ -M ‘’ -On -OQ -Oe -Ot 192.168.169.11 .1.3.6.1.2.1.2.1.0 2>/dev/null’

SNMP answer: ==> [214]

Running ‘snmpget -v2c -c ‘L0lCatz’ -m ‘’ -M ‘’ -On -OQ -Oe -Ot 192.168.169.11 1.3.6.1.2.1.1.2.0 2>/dev/null’

SNMP answer: ==> [.1.3.6.1.4.1.3955.7.4.2000.2]

Running ‘snmpget -v2c -c ‘L0lCatz’ -m ‘’ -M ‘’ -On -OQ -Oe -Ot 192.168.169.11 .1.3.6.1.4.1.9.9.109.1.1.1.1.5.1 2>/dev/null’

SNMP answer: ==> [No Such Object available on this agent at this OID]

Running ‘snmpget -v2c -c ‘L0lCatz’ -m ‘’ -M ‘’ -On -OQ -Oe -Ot 192.168.169.11 .1.3.6.1.2.1.33.1.1.1.0 2>/dev/null’

SNMP answer: ==> [No Such Object available on this agent at this OID]

Trying inventory for if64 on linksys_stack

Running snmpbulkwalk -v2c -c ‘L0lCatz’ -m ‘’ -M ‘’ -Cc -OQ -OU -On -Ot 192.168.169.11 .1.3.6.1.2.1.2.2.1.1 2>/dev/null

Running snmpbulkwalk -v2c -c ‘L0lCatz’ -m ‘’ -M ‘’ -Cc -OQ -OU -On -Ot 192.168.169.11 .1.3.6.1.2.1.2.2.1.2 2>/dev/null

Running snmpbulkwalk -v2c -c ‘L0lCatz’ -m ‘’ -M ‘’ -Cc -OQ -OU -On -Ot 192.168.169.11 .1.3.6.1.2.1.2.2.1.3 2>/dev/null

ERROR: SNMP error

Host ‘linksys_stack’: SNMP Error on 192.168.169.11

Trying inventory for snmp_info on linksys_stack

Running snmpbulkwalk -v2c -c ‘L0lCatz’ -m ‘’ -M ‘’ -Cc -OQ -OU -On -Ot 192.168.169.11 .1.3.6.1.2.1.1.1.0 2>/dev/null

ERROR: SNMP error

Host ‘linksys_stack’: SNMP Error on 192.168.169.11

Trying inventory for snmp_uptime on linksys_stack

Running snmpbulkwalk -v2c -c ‘L0lCatz’ -m ‘’ -M ‘’ -Cc -OQ -OU -On -Ot 192.168.169.11 .1.3.6.1.2.1.1.3.0 2>/dev/null

snmp_uptime 1 new checks

Thanks,

/Chris C

···

On Tue, Jun 18, 2013 at 4:53 PM, Chris C mazzystr@gmail.com wrote:

Did anyone have luck getting this going? I now have to monitor a Linksys SGE-2000P stack.

I am running omd-0.57.20130522-rh61-30.x86_64

I have interface type ethernetCsmacd(6), propVirtual(53) enabled.

I ran a “snmpwalk -On -v2c -c $USER20$ $HOSTADDRESS$ | grep 1.3.6.1.2.1.2.2.1.3”

.1.3.6.1.2.1.2.2.1.3.1 = INTEGER: ethernetCsmacd(6)

.1.3.6.1.2.1.2.2.1.3.100018 = INTEGER: propVirtual(53)

Thanks,

/Chris C

On Tue, Feb 5, 2013 at 5:49 AM, Marcel Schulte schulte.marcel@gmail.com wrote:

Hi Tim,

1.) Timeouts/slowness:

it’s most likely a switch problem. You should try tweaking nagios’ service_check_timeout variable (default set to 60 sec, set this to a higher value, maybe 120 or even higher). This can be done by adding “service_check_timeout=120” to your ~/etc/nagios/nagios.cfg and restart/reload (“cmk-R”/“cmk -O”).

2.) Interfaces:

check which porttype is reported by the switch (snmpwalk -v1 -c .1.3.6.1.2.1.2.2.1.3). Most likely cmk does not know the porttype should be inventorized. Which porttypes are inventorized can be checked in WATO → Global Settings → Check configuration → Network interface port types to inventorize. This setting can only be specified in global scope for current stable release of cmk. In git-/dev-release this setting can be done in rules and therefor inherited by folders, tags, …

HTH,

Marcel


checkmk-en mailing list

checkmk-en@lists.mathias-kettner.de

http://lists.mathias-kettner.de/mailman/listinfo/checkmk-en

2013/2/5 Timothée Guicherd timg@ipconnect.com.au

Hi all,

I have been trying to add my SGE2010 stack to my OMD installation, but I can’t get the inventory to find all the available interfaces on the system and add them to the monitoring interface. Using SNMP v2 causes the inventory
to fail, but I managed to get it to work on the command line using SNMP v1 (it timed out using the web GUI though). Now I have several checks, but the interface reports that the check times out. Snmpwalk and snmpbulkwalk are also extremely slow…

This seems to be more of a switch problem than a Check_MK problem… but I would be very happy to hear your thoughts. I am running OMD 0.56 and Check_MK 1.2.0p2. I saw the following
threads with the similar problems but no answers:

http://lists.mathias-kettner.de/pipermail/checkmk-en/2010-December/002250.html

http://lists.mathias-kettner.de/pipermail/checkmk-de/2011-October/001307.html

Thanks a million,

  • Tim

checkmk-en mailing list

checkmk-en@lists.mathias-kettner.de

http://lists.mathias-kettner.de/mailman/listinfo/checkmk-en

If I run a manual snmpwalk against the oid tree i get data returned

OMD[atd]:~/etc/check_mk/conf.d$ snmpwalk -v2c -c ‘L0lCatz’ -m ‘’ -M ‘’ -Cc -OQ -OU -On -Ot 192.168.169.11 .1.3.6.1.2.1.1.3.0

.1.3.6.1.2.1.1.3.0 = 362736486

Is there a way to force a host/tag to do snmp v2c but not snmpbulkwalk?

Thanks,

/Chris C

···

On Tue, Jun 18, 2013 at 5:10 PM, Chris C mazzystr@gmail.com wrote:

Snmpbulkwalk doesn’t seem to be stable on the Linksys SGE-2000P. Command line snmpbulkwalk commands fail.

I created a WATO rule in Host & Service Parameters / Access to Agents / Hosts using SNMP v2c (and no bulk walk)

The host still seems to be using bulkwalk.

OMD[atd]:~$ cmk -IIu --debug linksys_stack

Scanning host linksys_stack(192.168.169.11) for SNMP checks…Running ‘snmpget -v2c -c ‘L0lCatz’ -m ‘’ -M ‘’ -On -OQ -Oe -Ot 192.168.169.11 .1.3.6.1.2.1.1.1.0 2>/dev/null’

SNMP answer: ==> [“24-port 10/100/1000 Ethernet Switch”]

Running ‘snmpget -v2c -c ‘L0lCatz’ -m ‘’ -M ‘’ -On -OQ -Oe -Ot 192.168.169.11 .1.3.6.1.4.1.231.2.10.2.1.1.0 2>/dev/null’

SNMP answer: ==> [No Such Object available on this agent at this OID]

Running ‘snmpget -v2c -c ‘L0lCatz’ -m ‘’ -M ‘’ -On -OQ -Oe -Ot 192.168.169.11 .1.3.6.1.2.1.1.2.0 2>/dev/null’

SNMP answer: ==> [.1.3.6.1.4.1.3955.7.4.2000.2]

Running ‘snmpget -v2c -c ‘L0lCatz’ -m ‘’ -M ‘’ -On -OQ -Oe -Ot 192.168.169.11 .1.3.6.1.4.1.12356.1.8.0 2>/dev/null’

SNMP answer: ==> [No Such Object available on this agent at this OID]

Running ‘snmpget -v2c -c ‘L0lCatz’ -m ‘’ -M ‘’ -On -OQ -Oe -Ot 192.168.169.11 .1.3.6.1.4.1.232.2.2.4.2.0 2>/dev/null’

SNMP answer: ==> [No Such Object available on this agent at this OID]

Running ‘snmpget -v2c -c ‘L0lCatz’ -m ‘’ -M ‘’ -On -OQ -Oe -Ot 192.168.169.11 .1.3.6.1.2.1.25.1.1.0 2>/dev/null’

SNMP answer: ==> [No Such Object available on this agent at this OID]

Running ‘snmpget -v2c -c ‘L0lCatz’ -m ‘’ -M ‘’ -On -OQ -Oe -Ot 192.168.169.11 1.3.6.1.2.1.1.1.0 2>/dev/null’

SNMP answer: ==> [“24-port 10/100/1000 Ethernet Switch”]

Running ‘snmpgetnext -Cf -v2c -c ‘L0lCatz’ -m ‘’ -M ‘’ -On -OQ -Oe -Ot 192.168.169.11 .1.3.6.1.2.1.31.1.1.1.6 2>/dev/null’

SNMP answer: ==> [10989484759]

if64 Running ‘snmpget -v2c -c ‘L0lCatz’ -m ‘’ -M ‘’ -On -OQ -Oe -Ot 192.168.169.11 .1.3.6.1.2.1.43.11.1.1.6.1.1 2>/dev/null’

SNMP answer: ==> [No Such Object available on this agent at this OID]

Running ‘snmpget -v2c -c ‘L0lCatz’ -m ‘’ -M ‘’ -On -OQ -Oe -Ot 192.168.169.11 .1.3.6.1.2.1.43.10.2.1.4.1.1 2>/dev/null’

SNMP answer: ==> [No Such Object available on this agent at this OID]

Running ‘snmpget -v2c -c ‘L0lCatz’ -m ‘’ -M ‘’ -On -OQ -Oe -Ot 192.168.169.11 .1.3.6.1.4.1.789.1.2.1.3.0 2>/dev/null’

SNMP answer: ==> [No Such Object available on this agent at this OID]

Running ‘snmpget -v2c -c ‘L0lCatz’ -m ‘’ -M ‘’ -On -OQ -Oe -Ot 192.168.169.11 .1.3.6.1.2.1.1.4.0 2>/dev/null’

SNMP answer: ==> [“Doug Hairfield”]

Running ‘snmpget -v2c -c ‘L0lCatz’ -m ‘’ -M ‘’ -On -OQ -Oe -Ot 192.168.169.11 .1.3.6.1.4.1.789.1.17.20.0 2>/dev/null’

SNMP answer: ==> [No Such Object available on this agent at this OID]

snmp_info Running ‘snmpget -v2c -c ‘L0lCatz’ -m ‘’ -M ‘’ -On -OQ -Oe -Ot 192.168.169.11 .1.3.6.1.4.1.3854.1.1.6.0 2>/dev/null’

SNMP answer: ==> [No Such Object available on this agent at this OID]

snmp_uptime Running ‘snmpget -v2c -c ‘L0lCatz’ -m ‘’ -M ‘’ -On -OQ -Oe -Ot 192.168.169.11 .1.3.6.1.4.1.9.9.48.1.1.1.6.1 2>/dev/null’

SNMP answer: ==> [No Such Object available on this agent at this OID]

Running ‘snmpget -v2c -c ‘L0lCatz’ -m ‘’ -M ‘’ -On -OQ -Oe -Ot 192.168.169.11 .1.3.6.1.4.1.12356.1.9.0 2>/dev/null’

SNMP answer: ==> [No Such Object available on this agent at this OID]

Running ‘snmpget -v2c -c ‘L0lCatz’ -m ‘’ -M ‘’ -On -OQ -Oe -Ot 192.168.169.11 .1.3.6.1.4.1.1602.1.1.1.1.0 2>/dev/null’

SNMP answer: ==> [No Such Object available on this agent at this OID]

Running ‘snmpget -v2c -c ‘L0lCatz’ -m ‘’ -M ‘’ -On -OQ -Oe -Ot 192.168.169.11 .1.3.6.1.4.1.12356.1.10.0 2>/dev/null’

SNMP answer: ==> [No Such Object available on this agent at this OID]

Running ‘snmpget -v2c -c ‘L0lCatz’ -m ‘’ -M ‘’ -On -OQ -Oe -Ot 192.168.169.11 .1.3.6.1.2.1.2.1.0 2>/dev/null’

SNMP answer: ==> [214]

Running ‘snmpget -v2c -c ‘L0lCatz’ -m ‘’ -M ‘’ -On -OQ -Oe -Ot 192.168.169.11 1.3.6.1.2.1.1.2.0 2>/dev/null’

SNMP answer: ==> [.1.3.6.1.4.1.3955.7.4.2000.2]

Running ‘snmpget -v2c -c ‘L0lCatz’ -m ‘’ -M ‘’ -On -OQ -Oe -Ot 192.168.169.11 .1.3.6.1.4.1.9.9.109.1.1.1.1.5.1 2>/dev/null’

SNMP answer: ==> [No Such Object available on this agent at this OID]

Running ‘snmpget -v2c -c ‘L0lCatz’ -m ‘’ -M ‘’ -On -OQ -Oe -Ot 192.168.169.11 .1.3.6.1.2.1.33.1.1.1.0 2>/dev/null’

SNMP answer: ==> [No Such Object available on this agent at this OID]

Trying inventory for if64 on linksys_stack

Running snmpbulkwalk -v2c -c ‘L0lCatz’ -m ‘’ -M ‘’ -Cc -OQ -OU -On -Ot 192.168.169.11 .1.3.6.1.2.1.2.2.1.1 2>/dev/null

Running snmpbulkwalk -v2c -c ‘L0lCatz’ -m ‘’ -M ‘’ -Cc -OQ -OU -On -Ot 192.168.169.11 .1.3.6.1.2.1.2.2.1.2 2>/dev/null

Running snmpbulkwalk -v2c -c ‘L0lCatz’ -m ‘’ -M ‘’ -Cc -OQ -OU -On -Ot 192.168.169.11 .1.3.6.1.2.1.2.2.1.3 2>/dev/null

ERROR: SNMP error

Host ‘linksys_stack’: SNMP Error on 192.168.169.11

Trying inventory for snmp_info on linksys_stack

Running snmpbulkwalk -v2c -c ‘L0lCatz’ -m ‘’ -M ‘’ -Cc -OQ -OU -On -Ot 192.168.169.11 .1.3.6.1.2.1.1.1.0 2>/dev/null

ERROR: SNMP error

Host ‘linksys_stack’: SNMP Error on 192.168.169.11

Trying inventory for snmp_uptime on linksys_stack

Running snmpbulkwalk -v2c -c ‘L0lCatz’ -m ‘’ -M ‘’ -Cc -OQ -OU -On -Ot 192.168.169.11 .1.3.6.1.2.1.1.3.0 2>/dev/null

snmp_uptime 1 new checks

Thanks,

/Chris C

On Tue, Jun 18, 2013 at 4:53 PM, Chris C mazzystr@gmail.com wrote:

Did anyone have luck getting this going? I now have to monitor a Linksys SGE-2000P stack.

I am running omd-0.57.20130522-rh61-30.x86_64

I have interface type ethernetCsmacd(6), propVirtual(53) enabled.

I ran a “snmpwalk -On -v2c -c $USER20$ $HOSTADDRESS$ | grep 1.3.6.1.2.1.2.2.1.3”

.1.3.6.1.2.1.2.2.1.3.1 = INTEGER: ethernetCsmacd(6)

.1.3.6.1.2.1.2.2.1.3.100018 = INTEGER: propVirtual(53)

Thanks,

/Chris C

On Tue, Feb 5, 2013 at 5:49 AM, Marcel Schulte schulte.marcel@gmail.com wrote:

Hi Tim,

1.) Timeouts/slowness:

it’s most likely a switch problem. You should try tweaking nagios’ service_check_timeout variable (default set to 60 sec, set this to a higher value, maybe 120 or even higher). This can be done by adding “service_check_timeout=120” to your ~/etc/nagios/nagios.cfg and restart/reload (“cmk-R”/“cmk -O”).

2.) Interfaces:

check which porttype is reported by the switch (snmpwalk -v1 -c .1.3.6.1.2.1.2.2.1.3). Most likely cmk does not know the porttype should be inventorized. Which porttypes are inventorized can be checked in WATO → Global Settings → Check configuration → Network interface port types to inventorize. This setting can only be specified in global scope for current stable release of cmk. In git-/dev-release this setting can be done in rules and therefor inherited by folders, tags, …

HTH,

Marcel


checkmk-en mailing list

checkmk-en@lists.mathias-kettner.de

http://lists.mathias-kettner.de/mailman/listinfo/checkmk-en

2013/2/5 Timothée Guicherd timg@ipconnect.com.au

Hi all,

I have been trying to add my SGE2010 stack to my OMD installation, but I can’t get the inventory to find all the available interfaces on the system and add them to the monitoring interface. Using SNMP v2 causes the inventory
to fail, but I managed to get it to work on the command line using SNMP v1 (it timed out using the web GUI though). Now I have several checks, but the interface reports that the check times out. Snmpwalk and snmpbulkwalk are also extremely slow…

This seems to be more of a switch problem than a Check_MK problem… but I would be very happy to hear your thoughts. I am running OMD 0.56 and Check_MK 1.2.0p2. I saw the following
threads with the similar problems but no answers:

http://lists.mathias-kettner.de/pipermail/checkmk-en/2010-December/002250.html

http://lists.mathias-kettner.de/pipermail/checkmk-de/2011-October/001307.html

Thanks a million,

  • Tim

checkmk-en mailing list

checkmk-en@lists.mathias-kettner.de

http://lists.mathias-kettner.de/mailman/listinfo/checkmk-en