meni2029
meni2029
Hello, I created pull #260 to fix the detection of warning state `ciscoEnvMonTemperatureThreshold` is the critical threshold, therefore warning state is not detected with current code. I've been told by...
Hi @uwereiter > Where exactly did you place this code to have a workaound for interface monitoring? I placed it in the sub `check_snmp_and_model`, in the part gathering the uptime...
Hello, We have commented out the 2 lines which change the snmp timeout and have noticed no issue, even with cisco wlc, but rather improvement in checks reliability and execution...
> > > What lines did you commented out exactly. We are facing the same issue? Hi, these 2 lines: ```perl $params{'-timeout'} = $self->opts->timeout() >= 60 ? 50 : $self->opts->timeout()...
Hi, in this file : https://github.com/lausser/GLPlugin/blob/master/lib/Monitoring/GLPlugin/SNMP.pm
Hi @SteScho, thanks for your prompt reply. In general: My point about snmp retries is that in one run of the check there can be >10 snmp queries (depending on...
We have exactly the same context as @mrdsam, therefore we would prefer the version 1 suggested by @flourish86 [here](https://github.com/Icinga/icingaweb2/issues/3221#issuecomment-527184955)
Hi, just a note to thank you guys to work on adding support for the CME, this will be very very useful to us ! As we are starting to...