Patrick
Patrick
Hi, Seeing the error windows, it occurs when you try to load an additional cert within the p12 creation windows : is this the case ? Are you loading it...
OK, I'll test this.
Hi, I'm not able to reproduce the problem. The ceritifcate loads OK from stack or file (see image below). What I did : 1) load your certificate and key then...
Hi, The first error is weird but should not impact the trap processing : can you put the debug mode on and give me the logs ? For the GUI...
I've run into that problem already and I the solution I found best is to have multiple evaluations in one rule (ordered). Something like : - OIDa contains "CPU" 1....
Worked on it a little, I end up with two new DB tables and logic is : Rule (same as actual rule) select trap based on source IP / OID...
You are right, it's much simpler like this (and doesn't need recursion). So adding two tables : **\_rules_details** with - Handler ref and order num - Rule - Ref to...
ip4 & ip6 makes it easy to select correct handler - wihtout additional queries (IDO or API) on Icinga - when receiving traps. When receiving trap, the only information from...
Hi, No, I didn't check, but all the operations can (not the case with actual version) be done with the Icinga API, so I think I will just update for...
Update : with latest commits, all GUI operations on host/services can now be done with API. Next : update trap receiver to do the same.