CMK version: 2.1.0p48.cre
OS version: Centos7
Error message:
Output of “cmk --debug -vvn hostname”: (If it is a problem with checks or plugins)
OMD[slave1_stage]:~$ cmk --debug -vvn idf1-ups1
Checkmk version 2.1.0p48
Try license usage history update.
Trying to acquire lock on /omd/sites/slave1_stage/var/check_mk/license_usage/next_run
Got lock on /omd/sites/slave1_stage/var/check_mk/license_usage/next_run
Trying to acquire lock on /omd/sites/slave1_stage/var/check_mk/license_usage/history.json
Got lock on /omd/sites/slave1_stage/var/check_mk/license_usage/history.json
Next run time has not been reached yet. Abort.
Releasing lock on /omd/sites/slave1_stage/var/check_mk/license_usage/history.json
Released lock on /omd/sites/slave1_stage/var/check_mk/license_usage/history.json
Releasing lock on /omd/sites/slave1_stage/var/check_mk/license_usage/next_run
Released lock on /omd/sites/slave1_stage/var/check_mk/license_usage/next_run
- FETCHING DATA
Source: SourceType.HOST/FetcherType.SNMP
[cpu_tracking] Start [7f85ca1891f0]
[SNMPFetcher] Fetch with cache settings: SNMPFileCache(idf1-ups1, base_path=/omd/sites/slave1_stage/tmp/check_mk/data_source_cache/snmp, max_age=MaxAge(checking=0, discovery=450, inventory=450), disabled=False, use_outdated=False, simulation=False)
Not using cache (Too old. Age is 104 sec, allowed is 0 sec)
[SNMPFetcher] Execute data source
Write data to cache file /omd/sites/slave1_stage/tmp/check_mk/data_source_cache/snmp/checking/idf1-ups1
Trying to acquire lock on /omd/sites/slave1_stage/tmp/check_mk/data_source_cache/snmp/checking/idf1-ups1
Got lock on /omd/sites/slave1_stage/tmp/check_mk/data_source_cache/snmp/checking/idf1-ups1
Releasing lock on /omd/sites/slave1_stage/tmp/check_mk/data_source_cache/snmp/checking/idf1-ups1
Released lock on /omd/sites/slave1_stage/tmp/check_mk/data_source_cache/snmp/checking/idf1-ups1
[cpu_tracking] Stop [7f85ca1891f0 - Snapshot(process=posix.times_result(user=0.020000000000000018, system=0.0, children_user=0.0, children_system=0.0, elapsed=0.019999999552965164))]
Source: SourceType.HOST/FetcherType.PIGGYBACK
[cpu_tracking] Start [7f85ca083d30]
[PiggybackFetcher] Fetch with cache settings: NoCache(idf1-ups1, base_path=/omd/sites/slave1_stage/tmp/check_mk/data_source_cache/piggyback, max_age=MaxAge(checking=0, discovery=450, inventory=450), disabled=True, use_outdated=False, simulation=False)
Not using cache (Cache usage disabled)
[PiggybackFetcher] Execute data source
No piggyback files for ‘idf1-ups1’. Skip processing.
No piggyback files for ‘x.x.x.x’. Skip processing.
Not using cache (Cache usage disabled)
[cpu_tracking] Stop [7f85ca083d30 - 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:
Source: SourceType.HOST/FetcherType.PIGGYBACK
No persisted sections
→ Add sections:
Received no piggyback data
Received no piggyback data
[cpu_tracking] Start [7f85ca083970]
value store: synchronizing
Trying to acquire lock on /omd/sites/slave1_stage/tmp/check_mk/counters/idf1-ups1
Got lock on /omd/sites/slave1_stage/tmp/check_mk/counters/sidf1-ups1
value store: loading from disk
Releasing lock on /omd/sites/slave1_stage/tmp/check_mk/counters/idf1-ups1
Released lock on /omd/sites/slave1_stage/tmp/check_mk/counters/idf1-ups1
No piggyback files for ‘idf1-ups1’. Skip processing.
No piggyback files for ‘x.x.x.x’. Skip processing.
[cpu_tracking] Stop [7f85ca083970 - Snapshot(process=posix.times_result(user=0.0, system=0.0, children_user=0.0, children_system=0.0, elapsed=0.0))]
[snmp] Success, execution time 0.0 sec | execution_time=0.020 user_time=0.020 system_time=0.000 children_user_time=0.000 children_system_time=0.000 cmk_time_snmp=0.000 cmk_time_agent=0.000
OMD[slave1_stage]:~$
I can only find SNMP_INFO when I discover on this device - EATON UPS with WEBCARDLXE nmc.
Tried using v1 and v2c and nothing else gets discovered.
basic snmpwalk seems fine.
I tried manually running –checks=ups_in_voltage -vvI from cli but the service goes to “vanished”
this is a new device we’re trying to monitor, any suggestions?