Re: [icinga-users] How to remove node and its history

2015-10-01 Thread Bertalan Voros
I did have a look at the db but I am not dba enough to know how to purge it without causing a problem. On Thu, 1 Oct 2015 at 07:19 Assaf Flatto wrote: > On 29/09/15 13:13, Bertalan Voros wrote: > > Hello All, > > Is it possible to completely purge a monitored system out of > Icinga2/icingaweb2?

Re: [icinga-users] command & arguments facilities for check_by_ssh

2015-10-01 Thread Bancal Samuel
Hi, Has anyone any experience with implementing checks through ssh and defining them in a sweet & generic syntax with : command = [ PluginDir + "/check_users" ] arguments = { "-w" = "$users_warn$" "-c" = "$users_crit$" } This doesn't look a so big advantage in this example since there are on

Re: [icinga-users] command & arguments facilities for check_by_ssh

2015-10-01 Thread Thomas Gelf
I guess this is what you're looking for: https://dev.icinga.org/issues/10006 Cheers, Thomas Am 01.10.2015 um 13:46 schrieb Bancal Samuel: > Hi, > > Has anyone any experience with implementing checks through ssh and > defining them in a sweet & generic syntax with : > > command = [ PluginDir + "

Re: [icinga-users] command & arguments facilities for check_by_ssh

2015-10-01 Thread Gunnar Beutner
FWIW 2.3.11 (which will be released in about 2-3 weeks) will probably make this a bit easier: https://dev.icinga.org/issues/10006 This feature adds a new function (resolve_arguments) which lets users resolve commands+arguments in exactly the same way Icinga does internally. For example: objec