gbin2265

Results 35 comments of gbin2265

Hello nbuchwitz, I remove everything from the foreach except this ``` foreach ($hostQuery as $row) { $hostname = $row->name; $teller = $teller + 1; } ``` After 7 minutes I...

Transfert of the 200k from the db to the memory takes 40 sec. It might gain a few more seconds with other indexes, but that won't make much of a...

Hello @tectumopticum My configuration is also completely icingadb/icingadb-web (ido completely disabled). On my production (6k objects, 230k services) everything works perfectly. After 6 minutes I get the map with the...

Hello, Shouldn't you modify your link as it is now for icingadb-web? Before : _host_facility=test Now : host.vars.facility=test

I have no experience in the PHP programming language, and it is difficult to judge why it does not go that fast. But I'm glad I'm not the only one...

Hello, see here the snmpwalk but with numbers : snmpwalk x.x.x.x 1.3.6.1.4.1.9.9.719.1.9.2 snmpwalk x.x.x.x cucsCompute -On .1.3.6.1.4.1.9.9.719.1.9.2.1.2.1 = STRING: "sys/chassis-1/blade-1/blade" .1.3.6.1.4.1.9.9.719.1.9.2.1.3.1 = STRING: blade .1.3.6.1.4.1.9.9.719.1.9.2.1.8.1 = INTEGER: available(1) .1.3.6.1.4.1.9.9.719.1.9.2.1.9.1 =...

blade oper -> ".1.3.6.1.4.1.9.9.719.1.9.2.1.40.1" board oper -> ".1.3.6.1.4.1.9.9.719.1.9.6.1.7.1" Stat Power -> ".1.3.6.1.4.1.9.9.719.1.9.14.1.4.1" Stat Temp Front -> ".1.3.6.1.4.1.9.9.719.1.9.16.1.4.1" Stat Temp Rear -> ".1.3.6.1.4.1.9.9.719.1.9.16.1.8.1"

For blades on USCX, it is only possible to perform monitoring via SNMP for Status/Temp/Power from version 5.2 onwards. The OIDs you are currently using are think for UCS-C but...

Hello, I have reviewed the emails with CISCO once more and found this as a link. https://www.cisco.com/c/en/us/td/docs/unified_computing/Intersight/IMM_SNMP_Monitoring/b_imm_snmp_monitoring_guide/m_supported_mibs_imm.html So if I see it correctly, the temp/power... is available from version 5.1.0...

Now I understand why my bug was placed under icinga-packaging. icinga-cli still needs php 7.3 under rhel 7. If I want to remove the version of php 7.3, it also...