Hallo zusammen,
Die Fehlerbeschreibung:
Die Abfrage von HPE Servern mit iLO7(neuste Firmware) dauert bis zu 60 Sekunden
OMD[nms]:~$ cmk --debug -vvI esxi04-ilo
Discovering services and host labels on: esxi04-ilo
esxi04-ilo:
+ FETCHING DATA
Source: SourceInfo(hostname='esxi04-ilo', ipaddress='10.1.2.77', ident='special_redfish', fetcher_type=<FetcherType.SPECIAL_AGENT: 6>, source_type=<SourceType.HOST: 1>)
[cpu_tracking] Start [75e154a33380]
Read from cache: AgentFileCache(path_template=/omd/sites/nms/tmp/check_mk/data_source_cache/special_redfish/esxi04-ilo, max_age=MaxAge(checking=0, discovery=90.0, inventory=90.0), simulation=False, use_only_cache=False, file_cache_mode=1)
Calling: /omd/sites/nms/lib/python3/cmk/plugins/redfish/libexec/agent_redfish -u ilo_checkmk --password-id ilo_checkmk:/omd/sites/nms/var/check_mk/passwords_merged -p 443 -P https -m Memory,Power,Processors,Thermal,FirmwareInventory,NetworkAdapters,NetworkInterfaces,EthernetInterfaces,Storage,ArrayControllers,SmartStorage,HostBusAdapters,PhysicalDrives,LogicalDrives,Drives,Volumes,SimpleStorage -n '' -c FirmwareInventory-600,NetworkAdapters-600,NetworkInterfaces-600 --timeout 15 --retries 2 10.1.2.77
Get data from program
//ab jetzt > 50 Sek.
[cpu_tracking] Stop [77fe32343bf0 - Snapshot(process=posix.times_result(user=0.0, system=0.0, children_user=0.64, children_system=0.08, elapsed=166.99000000022352))]
Source: SourceInfo(hostname='esxi04-ilo', ipaddress='10.1.2.77', ident='piggyback', fetcher_type=<FetcherType.PIGGYBACK: 4>, source_type=<SourceType.HOST: 1>)
[cpu_tracking] Start [77fe323430e0]
Read from cache: NoCache(path_template=/dev/null, max_age=MaxAge(checking=0.0, discovery=0.0, inventory=0.0), simulation=False, use_only_cache=False, file_cache_mode=1)
0 piggyback files for 'esxi04-ilo'.
0 piggyback files for '10.1.2.77'.
Get piggybacked data
[cpu_tracking] Stop [77fe323430e0 - Snapshot(process=posix.times_result(user=0.0, system=0.0, children_user=0.0, children_system=0.0, elapsed=0.009999999776482582))]
+ PARSE FETCHER RESULTS
<<<labels:sep(0)>>> / Transition NOOPParser -> HostSectionParser
<<<redfish_manager:sep(0)>>> / Transition HostSectionParser -> HostSectionParser
<<<redfish_system:sep(0)>>> / Transition HostSectionParser -> HostSectionParser
<<<redfish_chassis:sep(0)>>> / Transition HostSectionParser -> HostSectionParser
<<<redfish_firmwareinventory:sep(0)>>> / Transition HostSectionParser -> HostSectionParser
<<<redfish_storage:sep(0)>>> / Transition HostSectionParser -> HostSectionParser
<<<redfish_memory:sep(0)>>> / Transition HostSectionParser -> HostSectionParser
<<<redfish_networkinterfaces:sep(0)>>> / Transition HostSectionParser -> HostSectionParser
<<<redfish_processors:sep(0)>>> / Transition HostSectionParser -> HostSectionParser
<<<redfish_ethernetinterfaces:sep(0)>>> / Transition HostSectionParser -> HostSectionParser
<<<redfish_drives:sep(0)>>> / Transition HostSectionParser -> HostSectionParser
<<<redfish_volumes:sep(0)>>> / Transition HostSectionParser -> HostSectionParser
<<<redfish_networkadapters:sep(0)>>> / Transition HostSectionParser -> HostSectionParser
<<<redfish_power:sep(0)>>> / Transition HostSectionParser -> HostSectionParser
<<<redfish_thermal:sep(0)>>> / Transition HostSectionParser -> HostSectionParser
HostKey(hostname='esxi04-ilo', source_type=<SourceType.HOST: 1>) -> Add sections: ['labels', 'redfish_chassis', 'redfish_drives', 'redfish_ethernetinterfaces', 'redfish_firmwareinventory', 'redfish_manager', 'redfish_memory', 'redfish_networkadapters', 'redfish_networkinterfaces', 'redfish_power', 'redfish_processors', 'redfish_storage', 'redfish_system', 'redfish_thermal', 'redfish_volumes']
HostKey(hostname='esxi04-ilo', source_type=<SourceType.HOST: 1>) -> Add sections: []
Received no piggyback data
+ ANALYSE DISCOVERED HOST LABELS
Trying host label discovery with: labels, redfish_chassis, redfish_drives, redfish_ethernetinterfaces, redfish_firmwareinventory, redfish_manager, redfish_memory, redfish_networkadapters, redfish_networkinterfaces, redfish_power, redfish_processors, redfish_storage, redfish_system, redfish_thermal, redfish_volumes
cmk/os_family: redfish (labels)
cmk/os_name: iLO 7 (labels)
cmk/os_platform: HPE (labels)
cmk/os_type: redfish (labels)
cmk/os_version: 1.20 (labels)
Trying host label discovery with:
SUCCESS - Found 5 host labels
+ ANALYSE DISCOVERED SERVICES
+ EXECUTING DISCOVERY PLUGINS (14)
Trying discovery with: redfish_voltage, redfish_firmware, redfish_fans, redfish_memory, redfish_networkadapters, redfish_temperatures, redfish_volumes, redfish_ethernetinterfaces, redfish_psu, redfish_storage, redfish_memory_summary, redfish_processors, redfish_system, redfish_drives
SUCCESS - Found no new services
und die Agent-Ausgabe in der GUI:
[special_redfish] Agent exited with code 1: ERROR: too many retries for connection attemptCRIT, [piggyback] Success (but no data found for this host), Missing monitoring data for all pluginsWARN, execution time 47.6 sec
Number of connection retries: 2
Timeout for connection: 15s
Zum Vergleich, in gleichem VLAN: iLO6 und iLo5: < 8 Sek
Die Umgebung:
Checkmk Enterprise Edition 2.4.0p22
HPE-Model: HPE DL380 G12(neuste Firmware) mit iLO 7(neuste Firmware)
Konnte jemand ähnliches Verhalten beobachten?
Vielen Dank im Voraus