Dantel WebMon Walking issue

I did do a modification to align with checkMK’s documentation of checking for the sysdesc first if you need to do multiple detect statements (changes shown below).

register.snmp_section(
    name = "webmon_slot3",
    detect = all_of(
        equals(".1.3.6.1.2.1.1.1.0", "WebMon Matrix"),          # filter our non webmon devices
        equals(".1.3.6.1.4.1.994.3.4.7.17.1.68.3.0", "1"),      # detect if the slot is populated
#        equals(".1.3.6.1.4.1.994.3.4.7.17.1.68.3", "1"),
        not_equals(".1.3.6.1.4.1.994.3.4.7.17.1.69.3.0", "2"),  # detect if the slot is Discrete output card
    ),
    fetch = SNMPTree(
        base = '.1.3.6.1.4.1.994.3.4.7.20.1',
        oids = [
            '3',    # Input Description
            '10',   # Input Configured 0 / 1
            '64',   # Input Live Description
            '65',   # Input Live Level
        ],
    ),
)

register.check_plugin(
    name = "webmon_slot3",
    service_name = "%s",
    discovery_function = discover_webmon,
    check_function = check_webmon,
)

Below is the output of running the statement without the detect plugin like you suggested. To be honest I’m not experienced with reading this output so any direction would be appreciated.

OMD[cvt]:~/local/lib/check_mk/base/plugins/agent_based$ cmk --debug -vvII 835-VALD-WebMon
Discovering services and host labels on: 835-VALD-WebMon
835-VALD-WebMon:
+ FETCHING DATA
  Source: SourceType.HOST/FetcherType.SNMP
[cpu_tracking] Start [7f74bb9b2400]
[SNMPFetcher] Fetch with cache settings: SNMPFileCache(835-VALD-WebMon, base_path=/omd/sites/cvt/tmp/check_mk/data_source_cache/snmp, max_age=MaxAge(checking=0, discovery=120, inventory=120), disabled=False, use_outdated=False, simulation=False)
Not using cache (Too old. Age is 298 sec, allowed is 120 sec)
[SNMPFetcher] Execute data source
  SNMP scan:
       Getting OID .1.3.6.1.2.1.1.1.0: Executing SNMP GET of .1.3.6.1.2.1.1.1.0 on 835-VALD-WebMon
=> [b'WebMon Matrix'] OCTETSTR
b'WebMon Matrix'
       Getting OID .1.3.6.1.2.1.1.2.0: Executing SNMP GET of .1.3.6.1.2.1.1.2.0 on 835-VALD-WebMon
=> [b'.1.3.6.1.4.1.994.3.4'] OBJECTID
b'.1.3.6.1.4.1.994.3.4'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.4.1.994.3.4'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.4.1.994.3.4'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.4.1.994.3.4'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'WebMon Matrix'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.4.1.994.3.4'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.4.1.994.3.4'

      {repeated over and over to long to add all to the post}

       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.4.1.994.3.4'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.4.1.994.3.4'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.4.1.994.3.4'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'WebMon Matrix'
       Getting OID .1.3.6.1.4.1.232.2.2.4.2.0: Executing SNMP GET of .1.3.6.1.4.1.232.2.2.4.2.0 on 835-VALD-WebMon
=> [None] NOSUCHOBJECT
failed.
       Using cached OID .1.3.6.1.4.1.232.2.2.4.2.0: None
       Using cached OID .1.3.6.1.4.1.232.2.2.4.2.0: None

      {repeated over and over to long to add all to the post}

       Using cached OID .1.3.6.1.2.1.1.1.0: 'WebMon Matrix'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'WebMon Matrix'
       Getting OID .1.3.6.1.2.1.25.1.1.0: Executing SNMP GET of .1.3.6.1.2.1.25.1.1.0 on 835-VALD-WebMon
=> [None] NOSUCHOBJECT
failed.
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.4.1.994.3.4'
 
      {repeated over and over to long to add all to the post}

       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.4.1.994.3.4'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.4.1.994.3.4'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.4.1.994.3.4'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.4.1.994.3.4'
       Getting OID .1.3.6.1.4.1.674.*: Executing SNMP GETNEXT of .1.3.6.1.4.1.674 on 835-VALD-WebMon
=> [None] OCTETSTR
failed.
       Using cached OID .1.3.6.1.2.1.1.1.0: 'WebMon Matrix'
  
      {repeated over and over to long to add all to the post}

       Using cached OID .1.3.6.1.2.1.1.1.0: 'WebMon Matrix'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.4.1.994.3.4'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.4.1.994.3.4'
       Getting OID .1.3.6.1.4.1.6302.2.1.1.1.0: Executing SNMP GET of .1.3.6.1.4.1.6302.2.1.1.1.0 on 835-VALD-WebMon
=> [None] NOSUCHOBJECT
failed.
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.4.1.994.3.4'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'WebMon Matrix'
 
      {repeated over and over to long to add all to the post}

       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.4.1.994.3.4'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.4.1.994.3.4'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.4.1.994.3.4'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'WebMon Matrix'
       Getting OID .1.3.6.1.2.1.31.1.1.1.6.*: Executing SNMP GETNEXT of .1.3.6.1.2.1.31.1.1.1.6 on 835-VALD-WebMon
=> [None] OCTETSTR
failed.
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.4.1.994.3.4'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.4.1.994.3.4'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.4.1.994.3.4'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'WebMon Matrix'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.4.1.994.3.4'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.4.1.994.3.4'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.4.1.994.3.4'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.4.1.994.3.4'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.4.1.994.3.4'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.4.1.994.3.4'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.4.1.994.3.4'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.4.1.994.3.4'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.4.1.994.3.4'
       Using cached OID .1.3.6.1.4.1.674.*: None
       Using cached OID .1.3.6.1.2.1.1.1.0: 'WebMon Matrix'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'WebMon Matrix'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'WebMon Matrix'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'WebMon Matrix'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.4.1.994.3.4'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.4.1.994.3.4'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.4.1.994.3.4'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'WebMon Matrix'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'WebMon Matrix'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.4.1.994.3.4'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.4.1.994.3.4'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.4.1.994.3.4'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.4.1.994.3.4'
       Getting OID .1.3.6.1.2.1.2.2.1.*: Executing SNMP GETNEXT of .1.3.6.1.2.1.2.2.1 on 835-VALD-WebMon
=> [b'1'] INTEGER
b'1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'WebMon Matrix'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'WebMon Matrix'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.4.1.994.3.4'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.4.1.994.3.4'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.4.1.994.3.4'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'WebMon Matrix'

      {repeated over and over to long to add all to the post}

       Using cached OID .1.3.6.1.2.1.1.1.0: 'WebMon Matrix'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.4.1.994.3.4'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.4.1.994.3.4'
       Getting OID .1.3.6.1.4.1.30155.2.1.1.0: Executing SNMP GET of .1.3.6.1.4.1.30155.2.1.1.0 on 835-VALD-WebMon
=> [None] NOSUCHOBJECT
failed.
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.4.1.994.3.4'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.4.1.994.3.4'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.4.1.994.3.4'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.4.1.994.3.4'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.4.1.994.3.4'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.4.1.994.3.4'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.4.1.994.3.4'
   
      {repeated over and over to long to add all to the post}

       Using cached OID .1.3.6.1.2.1.1.1.0: 'WebMon Matrix'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'WebMon Matrix'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'WebMon Matrix'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.4.1.994.3.4'
       Getting OID .1.3.6.1.2.1.47.1.1.1.1.*: Executing SNMP GETNEXT of .1.3.6.1.2.1.47.1.1.1.1 on 835-VALD-WebMon
=> [None] OCTETSTR
failed.
       Using cached OID .1.3.6.1.2.1.1.1.0: 'WebMon Matrix'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'WebMon Matrix'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.4.1.994.3.4'

      {repeated over and over to long to add all to the post}

       Using cached OID .1.3.6.1.4.1.232.2.2.4.2.0: None
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.4.1.994.3.4'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'WebMon Matrix'
       Getting OID .1.3.6.1.4.1.994.3.4.7.17.1.68.3.0: Executing SNMP GET of .1.3.6.1.4.1.994.3.4.7.17.1.68.3.0 on 835-VALD-WebMon
=> [None] INTEGER
failed.
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.4.1.994.3.4'

      {repeated over and over to long to add all to the post}

       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.4.1.994.3.4'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.4.1.994.3.4'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.4.1.994.3.4'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.4.1.994.3.4'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.4.1.994.3.4'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'WebMon Matrix'
       Getting OID .1.3.6.1.4.1.14848.2.1.1.1.0: Executing SNMP GET of .1.3.6.1.4.1.14848.2.1.1.1.0 on 835-VALD-WebMon
=> [None] NOSUCHOBJECT
failed.
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.4.1.994.3.4'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.4.1.994.3.4'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.4.1.994.3.4'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.4.1.994.3.4'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'WebMon Matrix'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'WebMon Matrix'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'WebMon Matrix'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'WebMon Matrix'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'WebMon Matrix'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'WebMon Matrix'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'WebMon Matrix'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'WebMon Matrix'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'WebMon Matrix'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.4.1.994.3.4'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'WebMon Matrix'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'WebMon Matrix'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'WebMon Matrix'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'WebMon Matrix'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'WebMon Matrix'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.4.1.994.3.4'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'WebMon Matrix'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.4.1.994.3.4'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'WebMon Matrix'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.4.1.994.3.4'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.4.1.994.3.4'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.4.1.994.3.4'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'WebMon Matrix'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.4.1.994.3.4'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'WebMon Matrix'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.4.1.994.3.4'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.4.1.994.3.4'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.4.1.994.3.4'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.4.1.994.3.4'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.4.1.994.3.4'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.4.1.994.3.4'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.4.1.994.3.4'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'WebMon Matrix'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'WebMon Matrix'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'WebMon Matrix'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'WebMon Matrix'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.4.1.994.3.4'
       Getting OID .1.3.6.1.4.1.2036.2.1.1.4.0: Executing SNMP GET of .1.3.6.1.4.1.2036.2.1.1.4.0 on 835-VALD-WebMon
=> [None] NOSUCHOBJECT
failed.
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.4.1.994.3.4'
       Getting OID .1.3.6.1.2.1.105.1.3.1.1.*: Executing SNMP GETNEXT of .1.3.6.1.2.1.105.1.3.1.1 on 835-VALD-WebMon
=> [None] OCTETSTR
failed.
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.4.1.994.3.4'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.4.1.994.3.4'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.4.1.994.3.4'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.4.1.994.3.4'

      {repeated over and over to long to add all to the post}

       Using cached OID .1.3.6.1.2.1.1.1.0: 'WebMon Matrix'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'WebMon Matrix'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.4.1.994.3.4'
   SNMP scan found                    hr_mem if inv_if snmp_info snmp_os snmp_uptime
Trying to acquire lock on /omd/sites/cvt/tmp/check_mk/snmp_scan_cache/835-VALD-WebMon.192.168.xxx.xxx
Got lock on /omd/sites/cvt/tmp/check_mk/snmp_scan_cache/835-VALD-WebMon.192.168.xxx.xxx
Releasing lock on /omd/sites/cvt/tmp/check_mk/snmp_scan_cache/835-VALD-WebMon.192.168.xxx.xxx
Released lock on /omd/sites/cvt/tmp/check_mk/snmp_scan_cache/835-VALD-WebMon.192.168.xxx.xxx
hr_mem: Fetching data (SNMP walk cache cleared)
Executing BULKWALK of ".1.3.6.1.2.1.25.2.3.1.2" on 835-VALD-WebMon
Executing SNMP GET of .1.3.6.1.2.1.25.2.3.1.2 on 835-VALD-WebMon
=> [None] NOSUCHOBJECT
Executing BULKWALK of ".1.3.6.1.2.1.25.2.3.1.3" on 835-VALD-WebMon
Executing SNMP GET of .1.3.6.1.2.1.25.2.3.1.3 on 835-VALD-WebMon
=> [None] NOSUCHOBJECT
Executing BULKWALK of ".1.3.6.1.2.1.25.2.3.1.4" on 835-VALD-WebMon
Executing SNMP GET of .1.3.6.1.2.1.25.2.3.1.4 on 835-VALD-WebMon
=> [None] NOSUCHOBJECT
Executing BULKWALK of ".1.3.6.1.2.1.25.2.3.1.5" on 835-VALD-WebMon
Executing SNMP GET of .1.3.6.1.2.1.25.2.3.1.5 on 835-VALD-WebMon
=> [None] NOSUCHOBJECT
Executing BULKWALK of ".1.3.6.1.2.1.25.2.3.1.6" on 835-VALD-WebMon
Executing SNMP GET of .1.3.6.1.2.1.25.2.3.1.6 on 835-VALD-WebMon
=> [None] NOSUCHOBJECT
if: Fetching data (SNMP walk cache cleared)
Executing BULKWALK of ".1.3.6.1.2.1.2.2.1.1" on 835-VALD-WebMon
.1.3.6.1.2.1.2.2.1.1.1 => [b'1'] 'INTEGER'
.1.3.6.1.2.1.2.2.1.1.2 => [b'2'] 'INTEGER'
Executing BULKWALK of ".1.3.6.1.2.1.2.2.1.2" on 835-VALD-WebMon
.1.3.6.1.2.1.2.2.1.2.1 => [b'Nucleus NET Software Loopback Interface'] 'OCTETSTR'
.1.3.6.1.2.1.2.2.1.2.2 => [b'MFC5272 Ethernet: Software revision 1.0'] 'OCTETSTR'
Executing BULKWALK of ".1.3.6.1.2.1.2.2.1.3" on 835-VALD-WebMon
.1.3.6.1.2.1.2.2.1.3.1 => [b'24'] 'INTEGER'
.1.3.6.1.2.1.2.2.1.3.2 => [b'6'] 'INTEGER'
Executing BULKWALK of ".1.3.6.1.2.1.2.2.1.5" on 835-VALD-WebMon
.1.3.6.1.2.1.2.2.1.5.1 => [b'10000000'] 'GAUGE'
.1.3.6.1.2.1.2.2.1.5.2 => [b'100000000'] 'GAUGE'
Executing BULKWALK of ".1.3.6.1.2.1.2.2.1.8" on 835-VALD-WebMon
.1.3.6.1.2.1.2.2.1.8.1 => [b'1'] 'INTEGER'
.1.3.6.1.2.1.2.2.1.8.2 => [b'1'] 'INTEGER'
Executing BULKWALK of ".1.3.6.1.2.1.2.2.1.10" on 835-VALD-WebMon
.1.3.6.1.2.1.2.2.1.10.1 => [b'1172455334'] 'COUNTER'
.1.3.6.1.2.1.2.2.1.10.2 => [b'2407559062'] 'COUNTER'
Executing BULKWALK of ".1.3.6.1.2.1.2.2.1.11" on 835-VALD-WebMon
.1.3.6.1.2.1.2.2.1.11.1 => [b'15844210'] 'COUNTER'
.1.3.6.1.2.1.2.2.1.11.2 => [b'3151401'] 'COUNTER'
Executing BULKWALK of ".1.3.6.1.2.1.2.2.1.12" on 835-VALD-WebMon
.1.3.6.1.2.1.2.2.1.12.1 => [b'0'] 'COUNTER'
.1.3.6.1.2.1.2.2.1.12.2 => [b'31016442'] 'COUNTER'
Executing BULKWALK of ".1.3.6.1.2.1.2.2.1.13" on 835-VALD-WebMon
.1.3.6.1.2.1.2.2.1.13.1 => [b'0'] 'COUNTER'
.1.3.6.1.2.1.2.2.1.13.2 => [b'0'] 'COUNTER'
Executing BULKWALK of ".1.3.6.1.2.1.2.2.1.14" on 835-VALD-WebMon
.1.3.6.1.2.1.2.2.1.14.1 => [b'0'] 'COUNTER'
.1.3.6.1.2.1.2.2.1.14.2 => [b'0'] 'COUNTER'
Executing BULKWALK of ".1.3.6.1.2.1.2.2.1.16" on 835-VALD-WebMon
.1.3.6.1.2.1.2.2.1.16.1 => [b'1172474574'] 'COUNTER'
.1.3.6.1.2.1.2.2.1.16.2 => [b'710461722'] 'COUNTER'
Executing BULKWALK of ".1.3.6.1.2.1.2.2.1.17" on 835-VALD-WebMon
.1.3.6.1.2.1.2.2.1.17.1 => [b'15843758'] 'COUNTER'
.1.3.6.1.2.1.2.2.1.17.2 => [b'6561866'] 'COUNTER'
Executing BULKWALK of ".1.3.6.1.2.1.2.2.1.18" on 835-VALD-WebMon
.1.3.6.1.2.1.2.2.1.18.1 => [b'0'] 'COUNTER'
.1.3.6.1.2.1.2.2.1.18.2 => [b'4'] 'COUNTER'
Executing BULKWALK of ".1.3.6.1.2.1.2.2.1.19" on 835-VALD-WebMon
.1.3.6.1.2.1.2.2.1.19.1 => [b'0'] 'COUNTER'
.1.3.6.1.2.1.2.2.1.19.2 => [b'0'] 'COUNTER'
Executing BULKWALK of ".1.3.6.1.2.1.2.2.1.20" on 835-VALD-WebMon
.1.3.6.1.2.1.2.2.1.20.1 => [b'0'] 'COUNTER'
.1.3.6.1.2.1.2.2.1.20.2 => [b'0'] 'COUNTER'
Executing BULKWALK of ".1.3.6.1.2.1.2.2.1.21" on 835-VALD-WebMon
.1.3.6.1.2.1.2.2.1.21.1 => [b'15845330'] 'GAUGE'
.1.3.6.1.2.1.2.2.1.21.2 => [b'0'] 'GAUGE'
Executing BULKWALK of ".1.3.6.1.2.1.2.2.1.6" on 835-VALD-WebMon
.1.3.6.1.2.1.2.2.1.6.1 => [b'\x00\x00\x00\x00\x00\x00'] 'OCTETSTR'
.1.3.6.1.2.1.2.2.1.6.2 => [b'\x00 \xe9\x004\xe4'] 'OCTETSTR'
inv_if: Fetching data (SNMP walk cache cleared)
Already fetched OID: .1.3.6.1.2.1.2.2.1.1
Already fetched OID: .1.3.6.1.2.1.2.2.1.2
Executing BULKWALK of ".1.3.6.1.2.1.31.1.1.1.18" on 835-VALD-WebMon
Executing SNMP GET of .1.3.6.1.2.1.31.1.1.1.18 on 835-VALD-WebMon
=> [None] NOSUCHOBJECT
Already fetched OID: .1.3.6.1.2.1.2.2.1.3
Already fetched OID: .1.3.6.1.2.1.2.2.1.5
Executing BULKWALK of ".1.3.6.1.2.1.31.1.1.1.15" on 835-VALD-WebMon
Executing SNMP GET of .1.3.6.1.2.1.31.1.1.1.15 on 835-VALD-WebMon
=> [None] NOSUCHOBJECT
Already fetched OID: .1.3.6.1.2.1.2.2.1.8
Executing BULKWALK of ".1.3.6.1.2.1.2.2.1.7" on 835-VALD-WebMon
.1.3.6.1.2.1.2.2.1.7.1 => [b'1'] 'INTEGER'
.1.3.6.1.2.1.2.2.1.7.2 => [b'1'] 'INTEGER'
Already fetched OID: .1.3.6.1.2.1.2.2.1.6
Executing BULKWALK of ".1.3.6.1.2.1.2.2.1.9" on 835-VALD-WebMon
.1.3.6.1.2.1.2.2.1.9.1 => [b'0'] 'TICKS'
.1.3.6.1.2.1.2.2.1.9.2 => [b'0'] 'TICKS'
snmp_info: Fetching data (SNMP walk cache cleared)
Executing BULKWALK of ".1.3.6.1.2.1.1.1" on 835-VALD-WebMon
.1.3.6.1.2.1.1.1.0 => [b'WebMon Matrix'] 'OCTETSTR'
Executing BULKWALK of ".1.3.6.1.2.1.1.4" on 835-VALD-WebMon
.1.3.6.1.2.1.1.4.0 => [b'Dantel, Inc.  1-800-432-6835'] 'OCTETSTR'
Executing BULKWALK of ".1.3.6.1.2.1.1.5" on 835-VALD-WebMon
.1.3.6.1.2.1.1.5.0 => [b'835-VALD-WebMon'] 'OCTETSTR'
Executing BULKWALK of ".1.3.6.1.2.1.1.6" on 835-VALD-WebMon
.1.3.6.1.2.1.1.6.0 => [b'Valdez CO'] 'OCTETSTR'
snmp_os: Fetching data (SNMP walk cache cleared)
Executing BULKWALK of ".1.3.6.1.2.1.1.1" on 835-VALD-WebMon
.1.3.6.1.2.1.1.1.0 => [b'WebMon Matrix'] 'OCTETSTR'
Executing BULKWALK of ".1.3.6.1.2.1.1.2" on 835-VALD-WebMon
.1.3.6.1.2.1.1.2.0 => [b'.1.3.6.1.4.1.994.3.4'] 'OBJECTID'
Executing BULKWALK of ".1.3.6.1.2.1.1.3" on 835-VALD-WebMon
.1.3.6.1.2.1.1.3.0 => [b'9679881'] 'TICKS'
Executing BULKWALK of ".1.3.6.1.2.1.1.5" on 835-VALD-WebMon
.1.3.6.1.2.1.1.5.0 => [b'835-VALD-WebMon'] 'OCTETSTR'
snmp_uptime: Fetching data (SNMP walk cache cleared)
Executing BULKWALK of ".1.3.6.1.2.1.1.3" on 835-VALD-WebMon
.1.3.6.1.2.1.1.3.0 => [b'9679884'] 'TICKS'
Executing BULKWALK of ".1.3.6.1.2.1.25.1.1" on 835-VALD-WebMon
Executing SNMP GET of .1.3.6.1.2.1.25.1.1 on 835-VALD-WebMon
=> [None] NOSUCHOBJECT
Write data to cache file /omd/sites/cvt/tmp/check_mk/data_source_cache/snmp/discovery/835-VALD-WebMon
Trying to acquire lock on /omd/sites/cvt/tmp/check_mk/data_source_cache/snmp/discovery/835-VALD-WebMon
Got lock on /omd/sites/cvt/tmp/check_mk/data_source_cache/snmp/discovery/835-VALD-WebMon
Releasing lock on /omd/sites/cvt/tmp/check_mk/data_source_cache/snmp/discovery/835-VALD-WebMon
Released lock on /omd/sites/cvt/tmp/check_mk/data_source_cache/snmp/discovery/835-VALD-WebMon
[cpu_tracking] Stop [7f74bb9b2400 - Snapshot(process=posix.times_result(user=0.2799999999999998, system=0.03999999999999998, children_user=0.0, children_system=0.0, elapsed=0.9200000017881393))]
  Source: SourceType.HOST/FetcherType.PIGGYBACK
[cpu_tracking] Start [7f74ba8064c0]
[PiggybackFetcher] Fetch with cache settings: NoCache(835-VALD-WebMon, base_path=/omd/sites/cvt/tmp/check_mk/data_source_cache/piggyback, max_age=MaxAge(checking=0, discovery=120, inventory=120), disabled=True, use_outdated=False, simulation=False)
Not using cache (Cache usage disabled)
[PiggybackFetcher] Execute data source
No piggyback files for '835-VALD-WebMon'. Skip processing.
No piggyback files for '192.168.xxx.xxx'. Skip processing.
Not using cache (Cache usage disabled)
[cpu_tracking] Stop [7f74ba8064c0 - Snapshot(process=posix.times_result(user=0.0, system=0.0, children_user=0.0, children_system=0.0, elapsed=0.0))]
+ PARSE FETCHER RESULTS
  Source: SourceType.HOST/FetcherType.SNMP
No persisted sections
  -> Add sections: ['hr_mem', 'if', 'inv_if', 'snmp_info', 'snmp_os', 'snmp_uptime']
  Source: SourceType.HOST/FetcherType.PIGGYBACK
No persisted sections
  -> Add sections: []
Received no piggyback data
Received no piggyback data
+ ANALYSE DISCOVERED HOST LABELS
Trying host label discovery with: if, inv_if, snmp_info, snmp_os, snmp_uptime
Trying host label discovery with: 
SUCCESS - Found no host labels
+ ANALYSE DISCOVERED SERVICES
+ EXECUTING DISCOVERY PLUGINS (4)
  Trying discovery with: snmp_info, interfaces, docker_container_status_uptime, uptime
  1 interfaces
  1 snmp_info
  1 uptime
SUCCESS - Found 3 services