gbin2265

Results 35 comments of gbin2265

Hello, I have the same problem. It would be good if the status would no longer be red because basically everything is ok with the pool. At the moment the...

> Thank you for your pull request. Before we can look at it, you'll need to sign a Contributor License Agreement (CLA). > > **Please follow instructions at https://icinga.com/company/contributor-agreement to...

That's not what I'm experiencing after doing the debugging. It does load the dashboard from the ini file but gets the parameter that it is disabled. If I do the...

See here my first request : #5074

Hello, We've been searching for over a year on how to read the temperature and power via SNMP from a CISCO UCSX-210C-M6 blade. We couldn't find the right OID, so...

### snmpwalk for OID .1.3.6.1.4.1.9.9.719.1.9 (cucsComputeObjects) ``` CISCO-UNIFIED-COMPUTING-COMPUTE-MIB::cucsComputeBladeDn.1 = STRING: "sys/chassis-1/blade-1/blade" CISCO-UNIFIED-COMPUTING-COMPUTE-MIB::cucsComputeBladeRn.1 = STRING: blade CISCO-UNIFIED-COMPUTING-COMPUTE-MIB::cucsComputeBladeAvailability.1 = INTEGER: available(1) CISCO-UNIFIED-COMPUTING-COMPUTE-MIB::cucsComputeBladeAvailableMemory.1 = Gauge32: 1048576 CISCO-UNIFIED-COMPUTING-COMPUTE-MIB::cucsComputeBladeChassisId.1 = Gauge32: 1 CISCO-UNIFIED-COMPUTING-COMPUTE-MIB::cucsComputeBladeFltAggr.1 = Counter64:...

Hello, can you also do this for php 8.3? regards, Geert

Hello, based on what @mvahani gave as information, I only added these lines in the file IcingaDbGrapher.php ``` diff --git a/library/Grafana/ProvidedHook/Icingadb/IcingaDbGrapher.php b/library/Grafana/ProvidedHook/Icingadb/IcingaDbGrapher.php --- a/library/Grafana/ProvidedHook/Icingadb/IcingaDbGrapher.php +++ b/library/Grafana/ProvidedHook/Icingadb/IcingaDbGrapher.php @@ -68,6 +68,12 @@...

Hello, I am trying to collect information in the program to know how long each action takes. Now I see that the Data Controller restarts every 2 minutes. Is there...

Hello, I had to adjust parameters so that PHP has the chance to create the map for my 6k hosts once : ## Parameters cat /etc/httpd/conf/httpd.conf TimeOut 600 /etc/opt/rh/rh-php73/php.ini max_execution_time...